Skip to content

Commit b42ed91

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), [email-validator](https://github.com/JoshData/python-email-validator), [more-itertools](https://github.com/more-itertools/more-itertools), [multidict](https://github.com/aio-libs/multidict), [pydantic](https://github.com/pydantic/pydantic), [pydantic-core](https://github.com/pydantic/pydantic-core), [typing-extensions](https://github.com/python/typing_extensions) and [docutils](https://github.com/rtfd/recommonmark) to permit the latest version. Updates `anyio` from 4.9.0 to 4.10.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.10) Updates `certifi` from 2025.7.14 to 2025.8.3 - [Commits](certifi/python-certifi@2025.07.14...2025.08.03) 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 `email-validator` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/JoshData/python-email-validator/releases) - [Changelog](https://github.com/JoshData/python-email-validator/blob/main/CHANGELOG.md) - [Commits](JoshData/python-email-validator@v2.2.0...v2.3.0) Updates `more-itertools` from 10.7.0 to 10.8.0 - [Release notes](https://github.com/more-itertools/more-itertools/releases) - [Commits](more-itertools/more-itertools@v10.7.0...v10.8.0) Updates `multidict` from 6.6.3 to 6.6.4 - [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.6.4) Updates `pydantic` from 2.11.7 to 2.11.9 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.11.9/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.7...v2.11.9) Updates `pydantic-core` from 2.33.2 to 2.39.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.33.2...v2.39.0) 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 `docutils` to 0.22 - [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.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: certifi dependency-version: 2025.8.3 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: email-validator dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: more-itertools dependency-version: 10.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: multidict dependency-version: 6.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pydantic dependency-version: 2.11.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pydantic-core dependency-version: 2.39.0 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: docutils dependency-version: '0.22' dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 53d25fe commit b42ed91

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,15 +3,15 @@
33
.
44
annotated-types==0.7.0
55
# via pydantic
6-
anyio==4.9.0
6+
anyio==4.10.0
77
# via httpx
8-
certifi==2025.7.14
8+
certifi==2025.8.3
99
# via
1010
# httpcore
1111
# httpx
12-
dnspython==2.7.0
12+
dnspython==2.8.0
1313
# via email-validator
14-
email-validator==2.2.0
14+
email-validator==2.3.0
1515
# via aiopenapi3
1616
exceptiongroup==1.3.0 ; python_full_version < '3.11'
1717
# via anyio
@@ -29,21 +29,21 @@ idna==3.10
2929
# yarl
3030
jmespath==1.0.1
3131
# via aiopenapi3
32-
more-itertools==10.7.0
32+
more-itertools==10.8.0
3333
# via aiopenapi3
34-
multidict==6.6.3
34+
multidict==6.6.4
3535
# via yarl
3636
propcache==0.3.2
3737
# via yarl
38-
pydantic==2.11.7
38+
pydantic==2.11.9
3939
# via aiopenapi3
40-
pydantic-core==2.33.2
40+
pydantic-core==2.39.0
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

0 commit comments

Comments
 (0)