Skip to content

Commit 5992cb3

Browse files
Bump the dependencies group with 12 updates (#671)
Bumps the dependencies group with 12 updates: | Package | From | To | | --- | --- | --- | | [cryptography](https://github.com/pyca/cryptography) | `43.0.3` | `44.0.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.8.30` | `2024.12.14` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.0` | `3.4.1` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.3` | `2.3.0` | | [argcomplete](https://github.com/kislyuk/argcomplete) | `3.5.1` | `3.5.3` | | [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` | | [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [types-cffi](https://github.com/python/typeshed) | `1.16.0.20240331` | `1.16.0.20241221` | | [types-setuptools](https://github.com/python/typeshed) | `75.6.0.20241126` | `75.6.0.20241223` | | [attrs](https://github.com/sponsors/hynek) | `24.2.0` | `24.3.0` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.6.8` | `7.6.10` | Updates `cryptography` from 43.0.3 to 44.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@43.0.3...44.0.0) Updates `certifi` from 2024.8.30 to 2024.12.14 - [Commits](certifi/python-certifi@2024.08.30...2024.12.14) Updates `charset-normalizer` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.4.0...3.4.1) Updates `urllib3` from 2.2.3 to 2.3.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.3...2.3.0) Updates `argcomplete` from 3.5.1 to 3.5.3 - [Release notes](https://github.com/kislyuk/argcomplete/releases) - [Changelog](https://github.com/kislyuk/argcomplete/blob/main/Changes.rst) - [Commits](kislyuk/argcomplete@v3.5.1...v3.5.3) Updates `click` from 8.1.7 to 8.1.8 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.7...8.1.8) Updates `mypy` from 1.13.0 to 1.14.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.14.1) Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.3...8.3.4) Updates `types-cffi` from 1.16.0.20240331 to 1.16.0.20241221 - [Commits](https://github.com/python/typeshed/commits) Updates `types-setuptools` from 75.6.0.20241126 to 75.6.0.20241223 - [Commits](https://github.com/python/typeshed/commits) Updates `attrs` from 24.2.0 to 24.3.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `coverage[toml]` from 7.6.8 to 7.6.10 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.8...7.6.10) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: certifi dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: charset-normalizer dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: urllib3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: argcomplete dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: click dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: types-cffi dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: types-setuptools dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: attrs dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c5b6db commit 5992cb3

File tree

3 files changed

+15
-20
lines changed

3 files changed

+15
-20
lines changed

docs-requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ alabaster==1.0.0
88
# via sphinx
99
babel==2.16.0
1010
# via sphinx
11-
certifi==2024.8.30
11+
certifi==2024.12.14
1212
# via requests
1313
cffi==1.17.1
1414
# via cryptography
15-
charset-normalizer==3.4.0
15+
charset-normalizer==3.4.1
1616
# via requests
17-
cryptography==43.0.3
17+
cryptography==44.0.0
1818
# via -r docs-requirements.in
1919
docutils==0.21.2
2020
# via sphinx
@@ -54,5 +54,5 @@ sphinxcontrib-serializinghtml==2.0.0
5454
# via sphinx
5555
sphinxcontrib-trio==1.1.2
5656
# via -r docs-requirements.in
57-
urllib3==2.2.3
57+
urllib3==2.3.0
5858
# via requests

lint-requirements.txt

+7-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --universal lint-requirements.in
3-
argcomplete==3.5.1
3+
argcomplete==3.5.3
44
# via nox
55
black==24.10.0
66
# via -r lint-requirements.in
7-
cffi==1.17.1 ; platform_python_implementation != 'PyPy'
7+
cffi==1.17.1
88
# via cryptography
9-
click==8.1.7
9+
click==8.1.8
1010
# via black
11-
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
12-
# via
13-
# click
14-
# colorlog
15-
# pytest
1611
colorlog==6.9.0
1712
# via nox
1813
cryptography==44.0.0
@@ -29,7 +24,7 @@ iniconfig==2.0.0
2924
# via pytest
3025
isort==5.13.2
3126
# via -r lint-requirements.in
32-
mypy==1.13.0
27+
mypy==1.14.1
3328
# via -r lint-requirements.in
3429
mypy-extensions==1.0.0
3530
# via
@@ -50,15 +45,15 @@ platformdirs==4.3.6
5045
# virtualenv
5146
pluggy==1.5.0
5247
# via pytest
53-
pycparser==2.22 ; platform_python_implementation != 'PyPy'
48+
pycparser==2.22
5449
# via cffi
5550
pytest==8.3.4
5651
# via -r lint-requirements.in
57-
types-cffi==1.16.0.20240331
52+
types-cffi==1.16.0.20241221
5853
# via types-pyopenssl
5954
types-pyopenssl==24.1.0.20240722
6055
# via -r lint-requirements.in
61-
types-setuptools==75.6.0.20241126
56+
types-setuptools==75.6.0.20241223
6257
# via types-cffi
6358
typing-extensions==4.12.2
6459
# via mypy

test-requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# pip-compile --resolver=backtracking test-requirements.in
66
#
7-
attrs==24.2.0
7+
attrs==24.3.0
88
# via service-identity
99
cffi==1.17.1
1010
# via cryptography
11-
coverage[toml]==7.6.8
11+
coverage[toml]==7.6.10
1212
# via -r test-requirements.in
13-
cryptography==43.0.3
13+
cryptography==44.0.0
1414
# via
1515
# -r test-requirements.in
1616
# pyopenssl
@@ -33,7 +33,7 @@ pycparser==2.22
3333
# via cffi
3434
pyopenssl==24.3.0
3535
# via -r test-requirements.in
36-
pytest==8.3.3
36+
pytest==8.3.4
3737
# via -r test-requirements.in
3838
service-identity==24.2.0
3939
# via -r test-requirements.in

0 commit comments

Comments
 (0)