Skip to content

Commit

Permalink
chore(deps-dev): update typing-extensions requirement (#885)
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.0)

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

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] committed Jun 30, 2023
1 parent 6496619 commit 43ad4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pytest = "~=7.2"
pytest-cov = "~=4.1"
python-dateutil = "~=2.8"
tox = "~=4.6"
typing-extensions = "~=4.6"
typing-extensions = "~=4.7"
types-python-dateutil = "~=2.8"

[packages]
Expand Down

0 comments on commit 43ad4db

Please sign in to comment.