Skip to content

Commit

Permalink
build(deps): update typing-extensions requirement
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.4.0...4.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Ichunjo committed Feb 27, 2024
1 parent fae0549 commit 6b6c2bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ pyparsedvd~=0.0.3
pytimeconv~=0.0.2
requests_toolbelt~=0.10.1
rich~=12.6.0
typing-extensions~=4.4.0
typing-extensions~=4.10.0
numpy~=1.23.5
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ pytimeconv~=0.0.2
requests~=2.28.1
requests_toolbelt~=0.10.1
rich~=12.6.0
typing-extensions~=4.4.0
typing-extensions~=4.10.0
vardefunc~=0.7.0
VapourSynth==60

0 comments on commit 6b6c2bf

Please sign in to comment.