From 0d79a7aa68f3e1559730102453da59a3304007df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 03:22:01 +0000 Subject: [PATCH] Bump the all group across 1 directory with 3 updates Bumps the all group with 3 updates in the / directory: [httpcore](https://github.com/encode/httpcore), [pydantic-core](https://github.com/pydantic/pydantic-core) and [yarl](https://github.com/aio-libs/yarl). 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 `pydantic-core` from 2.23.4 to 2.27.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.23.4...v2.27.0) Updates `yarl` from 1.17.1 to 1.17.2 - [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.17.2) --- updated-dependencies: - dependency-name: httpcore dependency-type: direct:production update-type: version-update:semver-patch 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-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 578344b1..96b8fbfb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ dnspython==2.7.0 email-validator==2.2.0 exceptiongroup==1.2.2 h11==0.14.0 -httpcore==1.0.6 +httpcore==1.0.7 httpx==0.27.2 idna==3.10 jmespath==1.0.1 @@ -16,8 +16,8 @@ more-itertools==10.5.0 multidict==6.1.0 propcache==0.2.0 pydantic==2.9.2 -pydantic-core==2.23.4 +pydantic-core==2.27.0 pyyaml==6.0.2 sniffio==1.3.1 typing-extensions==4.12.2 -yarl==1.17.1 +yarl==1.17.2