From 06313b593cc438f0fc0cf07873f22b425a9b75ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 03:52:35 +0000 Subject: [PATCH] Bump the all group across 1 directory with 8 updates Bumps the all group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyio](https://github.com/agronholm/anyio) | `4.6.2.post1` | `4.7.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.8.30` | `2024.12.14` | | [httpcore](https://github.com/encode/httpcore) | `1.0.6` | `1.0.7` | | [httpx](https://github.com/encode/httpx) | `0.27.2` | `0.28.1` | | [propcache](https://github.com/aio-libs/propcache) | `0.2.0` | `0.2.1` | | [pydantic](https://github.com/pydantic/pydantic) | `2.9.2` | `2.10.3` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.23.4` | `2.27.1` | | [yarl](https://github.com/aio-libs/yarl) | `1.17.1` | `1.18.3` | Updates `anyio` from 4.6.2.post1 to 4.7.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/anyio/compare/4.6.2.post1...4.7.0) Updates `certifi` from 2024.8.30 to 2024.12.14 - [Commits](https://github.com/certifi/python-certifi/compare/2024.08.30...2024.12.14) Updates `httpcore` from 1.0.6 to 1.0.7 - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpcore/compare/1.0.6...1.0.7) Updates `httpx` from 0.27.2 to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.27.2...0.28.1) Updates `propcache` from 0.2.0 to 0.2.1 - [Release notes](https://github.com/aio-libs/propcache/releases) - [Changelog](https://github.com/aio-libs/propcache/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/propcache/compare/v0.2.0...v0.2.1) Updates `pydantic` from 2.9.2 to 2.10.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.9.2...v2.10.3) Updates `pydantic-core` from 2.23.4 to 2.27.1 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.23.4...v2.27.1) Updates `yarl` from 1.17.1 to 1.18.3 - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/yarl/compare/v1.17.1...v1.18.3) --- updated-dependencies: - dependency-name: anyio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: httpcore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: propcache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: yarl dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 578344b1..4c0ca17b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,22 +2,22 @@ # Please do not edit it manually. annotated-types==0.7.0 -anyio==4.6.2.post1 -certifi==2024.8.30 +anyio==4.7.0 +certifi==2024.12.14 dnspython==2.7.0 email-validator==2.2.0 exceptiongroup==1.2.2 h11==0.14.0 -httpcore==1.0.6 -httpx==0.27.2 +httpcore==1.0.7 +httpx==0.28.1 idna==3.10 jmespath==1.0.1 more-itertools==10.5.0 multidict==6.1.0 -propcache==0.2.0 -pydantic==2.9.2 -pydantic-core==2.23.4 +propcache==0.2.1 +pydantic==2.10.3 +pydantic-core==2.27.1 pyyaml==6.0.2 sniffio==1.3.1 typing-extensions==4.12.2 -yarl==1.17.1 +yarl==1.18.3