Skip to content

Commit

Permalink
Update typing-extensions requirement from ~=4.11 to ~=4.12 (#9676)
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.11.0...4.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent d3b1ef1 commit 6888fde
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 @@
.[testutils,spelling]
# astroid dependency is also defined in pyproject.toml
astroid==3.2.2 # Pinned to a specific version for tests
typing-extensions~=4.11
typing-extensions~=4.12
py~=1.11.0
pytest~=7.4
pytest-benchmark~=4.0
Expand Down

0 comments on commit 6888fde

Please sign in to comment.