Skip to content

Commit

Permalink
Update typing-extensions requirement from <=4.1.1,>=4.0.0 to >=4.0.0,…
Browse files Browse the repository at this point in the history
…<4.2.1 in /requirements (#13054)

* Update typing-extensions requirement in /requirements

Updates the requirements on [typing-extensions](https://github.com/python/typing) to permit the latest version.
- [Release notes](https://github.com/python/typing/releases)
- [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG.md)
- [Commits](python/typing@4.0.0...4.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 27, 2022
1 parent e19babc commit 9ac5cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ tensorboard>=2.2.0, <2.10.0
torchmetrics>=0.4.1, <=0.7.2
pyDeprecate>=0.3.1, <=0.3.2
packaging>=17.0, <=21.3
typing-extensions>=4.0.0, <=4.1.1
typing-extensions>=4.0.0, <4.2.1

0 comments on commit 9ac5cca

Please sign in to comment.