From a85544d1e3e6fe7413c56908decf9d190247ebb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 04:37:31 +0000 Subject: [PATCH] Bump the all group across 1 directory with 3 updates Bumps the all group with 3 updates in the / directory: [multidict](https://github.com/aio-libs/multidict), [pydantic-core](https://github.com/pydantic/pydantic-core) and [typing-extensions](https://github.com/python/typing_extensions). Updates `multidict` from 6.5.0 to 6.6.3 - [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.5.0...v6.6.3) Updates `pydantic-core` from 2.33.2 to 2.35.2 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.33.2...v2.35.2) Updates `typing-extensions` from 4.14.0 to 4.14.1 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.14.0...4.14.1) --- updated-dependencies: - dependency-name: multidict dependency-version: 6.6.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: pydantic-core dependency-version: 2.35.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: typing-extensions dependency-version: 4.14.1 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 444b3db6..00b30cba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,19 +31,19 @@ jmespath==1.0.1 # via aiopenapi3 more-itertools==10.7.0 # via aiopenapi3 -multidict==6.5.0 +multidict==6.6.3 # via yarl propcache==0.3.2 # via yarl pydantic==2.11.7 # via aiopenapi3 -pydantic-core==2.33.2 +pydantic-core==2.35.2 # via pydantic pyyaml==6.0.2 # via aiopenapi3 sniffio==1.3.1 # via anyio -typing-extensions==4.14.0 +typing-extensions==4.14.1 # via # aiopenapi3 # anyio