From 816cda88eecb845e49ff47013adf7a540f139816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 05:56:11 +0000 Subject: [PATCH] Bump typing-extensions from 4.12.0 to 4.12.2 Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.12.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.12.0...4.12.2) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d6a8f90..ab88e33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,6 +37,6 @@ sphinxcontrib-jquery==4.1 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.7 sphinxcontrib-serializinghtml==1.1.10 -typing_extensions==4.12.0 +typing_extensions==4.12.2 urllib3==2.2.1 vine==5.1.0