Skip to content

Commit

Permalink
feat: release version 2.4.0
Browse files Browse the repository at this point in the history
tngraf committed Apr 22, 2024
1 parent c223886 commit 8e5dcd8
Showing 4 changed files with 763 additions and 766 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,13 @@

# CaPyCli - Clearing Automation Python Command Line Tool for SW360

## 2.4.0 (2024-04-22)

* CaPyCLI is more resilient when accessing SW360.
* Dependency updates:
* idna 3.6 => 3.7 to fix a security vulnerability
* sw360 1.4.1 -> 1.5.0 to have an improved session handling for all api requests.

## 2.3.0 (2024-04-05)

* Have an updated granularity list.
1,498 changes: 744 additions & 754 deletions poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@

[tool.poetry]
name = "capycli"
version = "2.3.0"
version = "2.4.0"
description = "CaPyCli - Clearing Automation Python Command Line Interface for SW360"
authors = ["Thomas Graf <thomas.graf@siemens.com>"]
license = "MIT"
@@ -42,9 +42,9 @@ packageurl-python = ">0.8, <1.0"
pyjwt = "^1.7.1"
openpyxl = "^3.0.3"
requirements-parser = "0.5.0"
sw360 = "^1.4.0"
sw360 = "^1.5.0"
wheel = "^0.38.4"
cli-support = "2.0.0"
cli-support = "2.0.1"
chardet = "5.2.0"
cyclonedx-python-lib = ">3.1.1"
cyclonedx-bom = "^3.11.0"
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -3,36 +3,36 @@ beautifulsoup4==4.12.3 ; python_version >= "3.8" and python_version < "4.0"
certifi==2024.2.2 ; python_version >= "3.8" and python_version < "4.0"
chardet==5.2.0 ; python_version >= "3.8" and python_version < "4.0"
charset-normalizer==3.3.2 ; python_version >= "3.8" and python_version < "4.0"
cli-support==2.0.0 ; python_version >= "3.8" and python_version < "4.0"
cli-support==2.0.1 ; python_version >= "3.8" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0"
cyclonedx-bom==3.11.7 ; python_version >= "3.8" and python_version < "4.0"
cyclonedx-python-lib==3.1.5 ; python_version >= "3.8" and python_version < "4.0"
dateparser==1.2.0 ; python_version >= "3.8" and python_version < "4.0"
et-xmlfile==1.1.0 ; python_version >= "3.8" and python_version < "4.0"
idna==3.6 ; python_version >= "3.8" and python_version < "4.0"
idna==3.7 ; python_version >= "3.8" and python_version < "4.0"
importlib-resources==5.13.0 ; python_version >= "3.8" and python_version < "4.0"
openpyxl==3.1.2 ; python_version >= "3.8" and python_version < "4.0"
packageurl-python==0.14.0 ; python_version >= "3.8" and python_version < "4.0"
packaging==23.2 ; python_version >= "3.8" and python_version < "4.0"
packageurl-python==0.15.0 ; python_version >= "3.8" and python_version < "4.0"
packaging==24.0 ; python_version >= "3.8" and python_version < "4.0"
pip-requirements-parser==32.0.1 ; python_version >= "3.8" and python_version < "4.0"
pyjwt==1.7.1 ; python_version >= "3.8" and python_version < "4.0"
pyparsing==3.1.2 ; python_version >= "3.8" and python_version < "4.0"
python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "4.0"
pytz==2024.1 ; python_version >= "3.8" and python_version < "4.0"
regex==2023.12.25 ; python_version >= "3.8" and python_version < "4.0"
regex==2024.4.16 ; python_version >= "3.8" and python_version < "4.0"
requests==2.31.0 ; python_version >= "3.8" and python_version < "4.0"
requirements-parser==0.5.0 ; python_version >= "3.8" and python_version < "4.0"
semver==3.0.2 ; python_version >= "3.8" and python_version < "4.0"
setuptools==69.1.1 ; python_version >= "3.8" and python_version < "4.0"
setuptools==69.5.1 ; python_version >= "3.8" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.8" and python_version < "4.0"
sortedcontainers==2.4.0 ; python_version >= "3.8" and python_version < "4.0"
soupsieve==2.5 ; python_version >= "3.8" and python_version < "4.0"
sw360==1.4.1 ; python_version >= "3.8" and python_version < "4.0"
sw360==1.5.0 ; python_version >= "3.8" and python_version < "4.0"
toml==0.10.2 ; python_version >= "3.8" and python_version < "4.0"
tomli==2.0.1 ; python_version >= "3.8" and python_version < "4.0"
types-setuptools==69.1.0.20240308 ; python_version >= "3.8" and python_version < "4.0"
types-setuptools==69.5.0.20240415 ; python_version >= "3.8" and python_version < "4.0"
tzdata==2024.1 ; python_version >= "3.8" and python_version < "4.0" and platform_system == "Windows"
tzlocal==5.2 ; python_version >= "3.8" and python_version < "4.0"
urllib3==1.26.18 ; python_version >= "3.8" and python_version < "4.0"
wheel==0.38.4 ; python_version >= "3.8" and python_version < "4.0"
zipp==3.17.0 ; python_version >= "3.8" and python_version < "3.10"
zipp==3.18.1 ; python_version >= "3.8" and python_version < "3.10"

0 comments on commit 8e5dcd8

Please sign in to comment.