Skip to content

Commit d7b2475

Browse files
szhGitHub Enterprise
authored andcommitted
Merge pull request #37 from Conjur-Enterprise/update-deps
CNJR-0000: Update python dependencies
2 parents 307d801 + 751f756 commit d7b2475

3 files changed

Lines changed: 20 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
## [0.1.10] - 2026-03-05
9+
## [0.1.10] - 2026-03-24
1010

1111
### Security
1212
- Update python dependencies

requirements.txt

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
# Keep this in sync with setup.cfg
2-
pytest>=8.4.0
3-
pytest-cov>=6.1.1
4-
pylint>=3.3.1
2+
pytest>=9.0.2
3+
pytest-cov>=7.1.0
4+
pylint>=4.0.5
55
cryptography~=46.0.5
6-
keyring>=25.5.0
7-
pyopenssl>=24.2.1
8-
PyInstaller>=6.11.0
9-
PyYAML>=6.0.2
10-
aiohttp>=3.10.10
6+
keyring>=25.7.0
7+
pyopenssl>=26.0.0
8+
PyInstaller>=6.19.0
9+
PyYAML>=6.0.3
10+
aiohttp>=3.13.3
1111
asynctest>=0.13.0
12-
setuptools>=80.0.0
13-
twine>=5.1.1
14-
build>=1.2.2
15-
# https://nvd.nist.gov/vuln/detail/CVE-2020-26137
16-
urllib3>=2.2.2
12+
setuptools>=82.0.1
13+
twine>=6.2.0
14+
build>=1.4.0
15+
urllib3>=2.6.3
1716
packaging>=26.0
1817

19-
aiounittest~=1.4.2
20-
requests>=2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability
21-
zipp>=3.20.2 # not directly required, pinned by Snyk to avoid a vulnerability
18+
aiounittest~=1.5.0
19+
requests>=2.32.5 # not directly required, pinned by Snyk to avoid a vulnerability
20+
zipp>=3.23.0 # not directly required, pinned by Snyk to avoid a vulnerability

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ include_package_data = False
3434

3535
install_requires =
3636
cryptography~=46.0.5
37-
keyring>=25.5.0
38-
aiohttp>=3.10.10
37+
keyring>=25.7.0
38+
aiohttp>=3.13.3
3939
asynctest >= 0.13.0; python_version<"3.8"
40-
setuptools>=80.0.0
41-
urllib3>=2.2.2
40+
setuptools>=82.0.1
41+
urllib3>=2.6.3
4242
packaging>=26.0
4343

4444
[options.packages.find]

0 commit comments

Comments
 (0)