Skip to content

Commit 90abfe2

Browse files
Bump the all group across 1 directory with 7 updates
Updates the requirements on [anyio](https://github.com/agronholm/anyio), [certifi](https://github.com/certifi/python-certifi), [email-validator](https://github.com/JoshData/python-email-validator), [multidict](https://github.com/aio-libs/multidict), [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.6.15 to 2025.8.3 - [Commits](certifi/python-certifi@2025.06.15...2025.08.03) 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 `multidict` from 6.5.0 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.5.0...v6.6.4) 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.0 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.0...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: email-validator dependency-version: 2.3.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-minor 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 839a18b commit 90abfe2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 6 additions & 6 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.6.15
8+
certifi==2025.8.3
99
# via
1010
# httpcore
1111
# httpx
1212
dnspython==2.7.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
@@ -31,19 +31,19 @@ jmespath==1.0.1
3131
# via aiopenapi3
3232
more-itertools==10.7.0
3333
# via aiopenapi3
34-
multidict==6.5.0
34+
multidict==6.6.4
3535
# via yarl
3636
propcache==0.3.2
3737
# via yarl
3838
pydantic==2.11.7
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.0
46+
typing-extensions==4.15.0
4747
# via
4848
# aiopenapi3
4949
# anyio

0 commit comments

Comments
 (0)