Skip to content

Commit

Permalink
Update typing-extensions requirement from ~=4.5 to ~=4.6 (pylint-dev#…
Browse files Browse the repository at this point in the history
…8724)

Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version.
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.5.0...4.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 29, 2023
1 parent cb4fe9c commit 128fe83
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==3.0.0a2 # Pinned to a specific version for tests
typing-extensions~=4.5
typing-extensions~=4.6
py~=1.11.0
pytest~=7.3
pytest-benchmark~=4.0
Expand Down

0 comments on commit 128fe83

Please sign in to comment.