Skip to content

Commit d6a6c8b

Browse files
Bump the all group across 1 directory with 10 updates
Updates the requirements on [anyio](https://github.com/agronholm/anyio), [certifi](https://github.com/certifi/python-certifi), [dnspython](https://github.com/rthalley/dnspython), [idna](https://github.com/kjd/idna), [multidict](https://github.com/aio-libs/multidict), [propcache](https://github.com/aio-libs/propcache), [pydantic-core](https://github.com/pydantic/pydantic-core), [typing-extensions](https://github.com/python/typing_extensions), [typing-inspection](https://github.com/pydantic/typing-inspection) and [docutils](https://github.com/rtfd/recommonmark) to permit the latest version. Updates `anyio` from 4.9.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.9.0...4.11.0) Updates `certifi` from 2025.7.14 to 2025.10.5 - [Commits](certifi/python-certifi@2025.07.14...2025.10.05) Updates `dnspython` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](rthalley/dnspython@v2.7.0...v2.8.0) 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 `multidict` from 6.6.3 to 6.7.0 - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](aio-libs/multidict@v6.6.3...v6.7.0) Updates `propcache` from 0.3.2 to 0.4.1 - [Release notes](https://github.com/aio-libs/propcache/releases) - [Changelog](https://github.com/aio-libs/propcache/blob/master/CHANGES.rst) - [Commits](aio-libs/propcache@v0.3.2...v0.4.1) Updates `pydantic-core` from 2.33.2 to 2.41.1 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.33.2...v2.41.1) Updates `typing-extensions` from 4.14.1 to 4.15.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.14.1...4.15.0) Updates `typing-inspection` from 0.4.1 to 0.4.2 - [Release notes](https://github.com/pydantic/typing-inspection/releases) - [Changelog](https://github.com/pydantic/typing-inspection/blob/main/HISTORY.md) - [Commits](pydantic/typing-inspection@v0.4.1...v0.4.2) Updates `docutils` to 0.22.2 - [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/recommonmark/commits) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: certifi dependency-version: 2025.10.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: dnspython dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: idna dependency-version: '3.11' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: multidict dependency-version: 6.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: propcache dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: pydantic-core dependency-version: 2.41.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: typing-extensions dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: typing-inspection dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: docutils dependency-version: 0.22.2 dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8fbfcd9 commit d6a6c8b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
docutils<0.22
1+
docutils<0.23
22
sphinx-rtd-theme
33
sphinx_autodoc_typehints

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
.
44
annotated-types==0.7.0
55
# via pydantic
6-
anyio==4.9.0
6+
anyio==4.11.0
77
# via httpx
8-
certifi==2025.7.14
8+
certifi==2025.10.5
99
# via
1010
# httpcore
1111
# httpx
12-
dnspython==2.7.0
12+
dnspython==2.8.0
1313
# via email-validator
1414
email-validator==2.2.0
1515
# via aiopenapi3
@@ -21,7 +21,7 @@ httpcore==1.0.9
2121
# via httpx
2222
httpx==0.28.1
2323
# via aiopenapi3
24-
idna==3.10
24+
idna==3.11
2525
# via
2626
# anyio
2727
# email-validator
@@ -31,27 +31,27 @@ jmespath==1.0.1
3131
# via aiopenapi3
3232
more-itertools==10.7.0
3333
# via aiopenapi3
34-
multidict==6.6.3
34+
multidict==6.7.0
3535
# via yarl
36-
propcache==0.3.2
36+
propcache==0.4.1
3737
# via yarl
3838
pydantic==2.11.7
3939
# via aiopenapi3
40-
pydantic-core==2.33.2
40+
pydantic-core==2.41.5
4141
# via pydantic
4242
pyyaml==6.0.2
4343
# via aiopenapi3
4444
sniffio==1.3.1
4545
# via anyio
46-
typing-extensions==4.14.1
46+
typing-extensions==4.15.0
4747
# via
4848
# anyio
4949
# exceptiongroup
5050
# multidict
5151
# pydantic
5252
# pydantic-core
5353
# typing-inspection
54-
typing-inspection==0.4.1
54+
typing-inspection==0.4.2
5555
# via pydantic
5656
yarl==1.20.1
5757
# via aiopenapi3

0 commit comments

Comments
 (0)