File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
55cryptography ~= 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
1111asynctest >= 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
1716packaging >= 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
Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ include_package_data = False
3434
3535install_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]
You can’t perform that action at this time.
0 commit comments