diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b82663..e55f36d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- [Licenses Inventory] Update dependency pytests to v7.4.4 - [Licenses Inventory] Update dependency beautifulsoup4 to v4.12.3 - [Licenses Inventory] Improve requirements for Python modules in use ([#108](https://github.com/Orange-OpenSource/floss-toolbox/issues/108)) - [Project] Plug Renovate, Gitleaks ([#112](https://github.com/Orange-OpenSource/floss-toolbox/issues/112)) @@ -21,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security -- [Licenses Inventory] Bump requests from 2.28.1 to 2.31.0 ([#3](https://github.com/Orange-OpenSource/floss-toolbox/security/dependabot/3)) +- [Licenses Inventory] Bump requests from v2.28.1 to v2.31.0 ([#3](https://github.com/Orange-OpenSource/floss-toolbox/security/dependabot/3)) ## [2.15.0] - 2024-03-12 diff --git a/THIRD-PARTY.md b/THIRD-PARTY.md index 2b5e523..55dbdee 100644 --- a/THIRD-PARTY.md +++ b/THIRD-PARTY.md @@ -49,7 +49,7 @@ You may download the source code on the [following website](https://git.launchpa ### pytest -Version 7.2.1 +Version 7.4.4 Copyright (c) 2004 Holger Krekel and others diff --git a/toolbox/LicensesInventory/requirements.txt b/toolbox/LicensesInventory/requirements.txt index dbe1be4..f1b3431 100644 --- a/toolbox/LicensesInventory/requirements.txt +++ b/toolbox/LicensesInventory/requirements.txt @@ -1,4 +1,4 @@ beautifulsoup4==4.12.3 -pytest==7.2.1 +pytest==7.4.4 requests==2.31.0 xmltodict==0.13.0 \ No newline at end of file