From 34c03ece4314087cc23fd7741c6e70b5d57e1362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 19:09:36 -0400 Subject: [PATCH] Bump typing-extensions from 4.7.1 to 4.8.0 (#1019) Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.7.1 to 4.8.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.7.1...4.8.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0b38b9ca4..499bfd49d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ pyserde==0.12.2 requests==2.31.0 sfyi-fsb5==1.1 starlette==0.31.1 -typing_extensions==4.7.1 +typing_extensions==4.8.0 websockets==11.0.3 zstandard==0.21.0