Skip to content

Commit abe15c8

Browse files
pip: bump the pip-updates group across 1 directory with 12 updates
Updates the requirements on [anyio](https://github.com/agronholm/anyio), [certifi](https://github.com/certifi/python-certifi), [cffi](https://github.com/python-cffi/cffi), [charset-normalizer](https://github.com/jawah/charset_normalizer), [click](https://github.com/pallets/click), [cryptography](https://github.com/pyca/cryptography), [idna](https://github.com/kjd/idna), [pycparser](https://github.com/eliben/pycparser), [pydantic](https://github.com/pydantic/pydantic), [pyyaml](https://github.com/yaml/pyyaml), [ruff](https://github.com/astral-sh/ruff) and [black](https://github.com/psf/black) to permit the latest version. Updates `anyio` from 4.10.0 to 4.11.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@4.10.0...4.11.0) Updates `certifi` from 2025.8.3 to 2025.10.5 - [Commits](certifi/python-certifi@2025.08.03...2025.10.05) Updates `cffi` from 1.17.1 to 2.0.0 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](python-cffi/cffi@v1.17.1...v2.0.0) Updates `charset-normalizer` from 3.4.3 to 3.4.4 - [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.3...3.4.4) Updates `click` from 8.1.8 to 8.3.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.8...8.3.0) Updates `cryptography` from 45.0.7 to 46.0.2 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@45.0.7...46.0.2) Updates `idna` from 3.10 to 3.11 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.10...v3.11) Updates `pycparser` from 2.22 to 2.23 - [Release notes](https://github.com/eliben/pycparser/releases) - [Changelog](https://github.com/eliben/pycparser/blob/main/CHANGES) - [Commits](eliben/pycparser@release_v2.22...release_v2.23) Updates `pydantic` from 2.11.7 to 2.12.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.12.2/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.7...v2.12.2) Updates `pyyaml` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](yaml/pyyaml@6.0.2...6.0.3) Updates `ruff` to 0.14.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.12.11...0.14.0) Updates `black` to 25.9.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.1.0...25.9.0) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: certifi dependency-version: 2025.10.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: cffi dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-updates - dependency-name: charset-normalizer dependency-version: 3.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: click dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: cryptography dependency-version: 46.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-updates - dependency-name: idna dependency-version: '3.11' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: pycparser dependency-version: '2.23' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: pydantic dependency-version: 2.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:production dependency-group: pip-updates - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production dependency-group: pip-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f269047 commit abe15c8

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

sshd/requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
annotated-types==0.7.0
2-
anyio==4.10.0
3-
certifi==2025.8.3
4-
cffi==1.17.1
5-
charset-normalizer==3.4.3
6-
click==8.1.8
2+
anyio==4.11.0
3+
certifi==2025.10.5
4+
cffi==2.0.0
5+
charset-normalizer==3.4.4
6+
click==8.3.0
77
configomatic==0.4.0
8-
cryptography==45.0.7
8+
cryptography==46.0.3
99
easykube==0.6.0
1010
exceptiongroup==1.3.0
1111
h11==0.16.0
1212
httpcore==1.0.9
1313
httpx==0.28.1
14-
idna==3.10
15-
pycparser==2.22
16-
pydantic==2.11.7
17-
PyYAML==6.0.2
14+
idna==3.11
15+
pycparser==2.23
16+
pydantic==2.12.3
17+
PyYAML==6.0.3
1818
requests==2.32.5
1919
sniffio==1.3.1
2020
typing_extensions==4.15.0

sshd/test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruff~=0.12.11
1+
ruff~=0.14.3
22
coverage>=4.0,!=4.4 # Apache-2.0
33
python-subunit>=0.0.18 # Apache-2.0/BSD
44
stestr>=1.0.0 # Apache-2.0
@@ -8,4 +8,4 @@ autopep8
88
mypy
99
types-PyYAML
1010
types-setuptools
11-
black~=25.1.0
11+
black~=25.9.0

0 commit comments

Comments
 (0)