From 9a3afa870c73e70279d5a97eea10c8eadcaace99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 03:56:11 +0000 Subject: [PATCH] Bump the all group across 1 directory with 3 updates Bumps the all group with 3 updates in the / directory: [anyio](https://github.com/agronholm/anyio), [pydantic-core](https://github.com/pydantic/pydantic-core) and [yarl](https://github.com/aio-libs/yarl). Updates `anyio` from 4.6.0 to 4.6.2.post1 - [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.0...4.6.2.post1) Updates `pydantic-core` from 2.23.4 to 2.26.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.23.4...v2.26.0) Updates `yarl` from 1.14.0 to 1.17.1 - [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.14.0...v1.17.1) --- updated-dependencies: - dependency-name: anyio 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-minor 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 05da4da5..9c811761 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # Please do not edit it manually. annotated-types==0.7.0 -anyio==4.6.0 +anyio==4.6.2.post1 certifi==2024.8.30 dnspython==2.7.0 email-validator==2.2.0 @@ -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.26.0 pyyaml==6.0.2 sniffio==1.3.1 typing-extensions==4.12.2 -yarl==1.14.0 +yarl==1.17.1