Skip to content

Commit

Permalink
Update typing-extensions requirement from ~=4.6 to ~=4.7 (#8816)
Browse files Browse the repository at this point in the history
Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version.
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.6.0...4.7.1)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit c723248)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
jacobtylerwalls and dependabot[bot] committed Jul 3, 2023
1 parent a51dc64 commit 535a0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_test_min.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-e .[testutils,spelling]
# astroid dependency is also defined in pyproject.toml
astroid==2.15.5 # Pinned to a specific version for tests
typing-extensions~=4.5
typing-extensions~=4.7
py~=1.11.0
pytest~=7.2
pytest-benchmark~=4.0
Expand Down

0 comments on commit 535a0a5

Please sign in to comment.