From 9fcfd214cdd19cbe8257050f9192b4405fc08d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:42:51 +0000 Subject: [PATCH] Bump typing-extensions from 4.12.1 to 4.12.2 Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.12.1 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.1...4.12.2) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test_reqs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_reqs.txt b/test_reqs.txt index 2929877..799cf92 100644 --- a/test_reqs.txt +++ b/test_reqs.txt @@ -20,7 +20,7 @@ configparser==7.0.0 zipp==3.19.2 importlib-metadata<7.2 # for flake8 entrypoints==0.4 -typing_extensions==4.12.1 +typing_extensions==4.12.2 pyparsing==3.1.2 certifi==2024.6.2 # requests