From 8a3f52ade631c3b547323cd3f9b0c52ac5c7d90a Mon Sep 17 00:00:00 2001 From: ewuerger Date: Wed, 18 Sep 2024 16:20:18 +0200 Subject: [PATCH] ci: Update dependecy versions --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e986978..c533a22 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,7 +56,7 @@ repos: - capellambse==0.6.6 - click - jinja2 - - polarion-rest-api-client==1.1.2 + - polarion-rest-api-client==1.1.3 - pydantic - types-requests - types-PyYAML diff --git a/pyproject.toml b/pyproject.toml index c39460a..3890852 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "capellambse_context_diagrams>=0.4.0", "click", "PyYAML", - "polarion-rest-api-client==1.1.2", + "polarion-rest-api-client==1.1.3", "bidict", "cairosvg", "jinja2",