From c5d5a974719c768bda9081b23acd51e5a5444a77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:37:43 +0000 Subject: [PATCH] Bump typing-extensions from 4.7.1 to 4.8.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index af850e6..2bba8a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # common requirements for sync and async example neo4j==5.12.0 -typing_extensions==4.7.1 +typing_extensions==4.8.0