From b8860e465ccf3bf59d3b71fc64729abcc9ab9014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 08:12:53 +0000 Subject: [PATCH] Bump typing-extensions from 4.8.0 to 4.9.0 Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.8.0 to 4.9.0. - [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.8.0...4.9.0) --- 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 b1ceaaf..847a8af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,5 +19,5 @@ multidict==6.0.4 python-json-logger==2.0.7 PyYAML==6.0.1 sniffio==1.3.0 -typing_extensions==4.8.0 +typing_extensions==4.9.0 yarl==1.9.4