From fe95f2c31a189f52883c42f261b91f79492299fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 03:21:21 +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 | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2025.1.31` | `2025.4.26` | | [h11](https://github.com/python-hyper/h11) | `0.14.0` | `0.16.0` | | [httpcore](https://github.com/encode/httpcore) | `1.0.8` | `1.0.9` | | [more-itertools](https://github.com/more-itertools/more-itertools) | `10.6.0` | `10.7.0` | | [multidict](https://github.com/aio-libs/multidict) | `6.4.3` | `6.4.4` | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.3` | `2.11.5` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.33.1` | `2.34.1` | | [typing-inspection](https://github.com/pydantic/typing-inspection) | `0.4.0` | `0.4.1` | Updates `certifi` from 2025.1.31 to 2025.4.26 - [Commits](https://github.com/certifi/python-certifi/compare/2025.01.31...2025.04.26) Updates `h11` from 0.14.0 to 0.16.0 - [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0) Updates `httpcore` from 1.0.8 to 1.0.9 - [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.8...1.0.9) Updates `more-itertools` from 10.6.0 to 10.7.0 - [Release notes](https://github.com/more-itertools/more-itertools/releases) - [Commits](https://github.com/more-itertools/more-itertools/compare/v10.6.0...v10.7.0) Updates `multidict` from 6.4.3 to 6.4.4 - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/multidict/compare/v6.4.3...v6.4.4) Updates `pydantic` from 2.11.3 to 2.11.5 - [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.11.3...v2.11.5) Updates `pydantic-core` from 2.33.1 to 2.34.1 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.33.1...v2.34.1) Updates `typing-inspection` from 0.4.0 to 0.4.1 - [Release notes](https://github.com/pydantic/typing-inspection/releases) - [Changelog](https://github.com/pydantic/typing-inspection/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/typing-inspection/compare/v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: certifi dependency-version: 2025.4.26 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: h11 dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: httpcore dependency-version: 1.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: more-itertools dependency-version: 10.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: multidict dependency-version: 6.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pydantic dependency-version: 2.11.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pydantic-core dependency-version: 2.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: typing-inspection dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-patch 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 ec2723c2..b3c5999a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,22 +3,22 @@ . annotated-types==0.7.0 anyio==4.9.0 -certifi==2025.1.31 +certifi==2025.4.26 dnspython==2.7.0 email-validator==2.2.0 exceptiongroup==1.2.2 ; python_full_version < '3.11' -h11==0.14.0 -httpcore==1.0.8 +h11==0.16.0 +httpcore==1.0.9 httpx==0.28.1 idna==3.10 jmespath==1.0.1 -more-itertools==10.6.0 -multidict==6.4.3 +more-itertools==10.7.0 +multidict==6.4.4 propcache==0.3.1 -pydantic==2.11.3 -pydantic-core==2.33.1 +pydantic==2.11.5 +pydantic-core==2.34.1 pyyaml==6.0.2 sniffio==1.3.1 typing-extensions==4.13.2 -typing-inspection==0.4.0 +typing-inspection==0.4.1 yarl==1.20.0