Skip to content

Commit 89219e9

Browse files
Bump the all group across 1 directory with 9 updates
Bumps the all group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.5` | `2.11.2` | | [anyio](https://github.com/agronholm/anyio) | `4.8.0` | `4.9.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.12.14` | `2025.1.31` | | [more-itertools](https://github.com/more-itertools/more-itertools) | `10.5.0` | `10.6.0` | | [multidict](https://github.com/aio-libs/multidict) | `6.1.0` | `6.3.2` | | [propcache](https://github.com/aio-libs/propcache) | `0.2.1` | `0.3.1` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.27.2` | `2.33.1` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.12.2` | `4.13.1` | | [yarl](https://github.com/aio-libs/yarl) | `1.18.3` | `1.19.0` | Updates `pydantic` from 2.10.5 to 2.11.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.5...v2.11.2) Updates `anyio` from 4.8.0 to 4.9.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@4.8.0...4.9.0) Updates `certifi` from 2024.12.14 to 2025.1.31 - [Commits](certifi/python-certifi@2024.12.14...2025.01.31) Updates `more-itertools` from 10.5.0 to 10.6.0 - [Release notes](https://github.com/more-itertools/more-itertools/releases) - [Commits](more-itertools/more-itertools@v10.5.0...v10.6.0) Updates `multidict` from 6.1.0 to 6.3.2 - [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.1.0...v6.3.2) Updates `propcache` from 0.2.1 to 0.3.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.2.1...v0.3.1) Updates `pydantic-core` from 2.27.2 to 2.33.1 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.27.2...v2.33.1) Updates `typing-extensions` from 4.12.2 to 4.13.1 - [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.12.2...4.13.1) Updates `yarl` from 1.18.3 to 1.19.0 - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](aio-libs/yarl@v1.18.3...v1.19.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: anyio dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: certifi dependency-version: 2025.1.31 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: more-itertools dependency-version: 10.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: multidict dependency-version: 6.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: propcache dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: pydantic-core dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: typing-extensions dependency-version: 4.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: yarl dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de0c311 commit 89219e9

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# uv export --no-dev --no-hashes --no-editable -o requirements.txt
33
.
44
annotated-types==0.7.0
5-
anyio==4.8.0
6-
certifi==2024.12.14
5+
anyio==4.9.0
6+
certifi==2025.1.31
77
dnspython==2.7.0
88
email-validator==2.2.0
99
exceptiongroup==1.2.2 ; python_full_version < '3.11'
@@ -12,12 +12,12 @@ httpcore==1.0.7
1212
httpx==0.28.1
1313
idna==3.10
1414
jmespath==1.0.1
15-
more-itertools==10.5.0
16-
multidict==6.1.0
17-
propcache==0.2.1
18-
pydantic==2.10.5
19-
pydantic-core==2.27.2
15+
more-itertools==10.6.0
16+
multidict==6.3.2
17+
propcache==0.3.1
18+
pydantic==2.11.2
19+
pydantic-core==2.33.1
2020
pyyaml==6.0.2
2121
sniffio==1.3.1
22-
typing-extensions==4.12.2
23-
yarl==1.18.3
22+
typing-extensions==4.13.1
23+
yarl==1.19.0

0 commit comments

Comments
 (0)