From da59f27c5603381c641b4a46c6f92c7875abb713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 06:34:11 +0000 Subject: [PATCH] Bump typing-extensions from 4.11.0 to 4.12.2 Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.11.0 to 4.12.2. - [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.11.0...4.12.2) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3a6b02a..380ea37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ pydantic-core==2.18.2 # via pydantic python-docx==1.1.2 # via migmose (pyproject.toml) -typing-extensions==4.11.0 +typing-extensions==4.12.2 # via # pydantic # pydantic-core