Skip to content

Commit

Permalink
Bump typing-extensions from 4.10.0 to 4.11.0 (#131)
Browse files Browse the repository at this point in the history
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.10.0 to 4.11.0.
- [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.10.0...4.11.0)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Apr 12, 2024
1 parent c6f0b48 commit 8f17f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pyyaml==6.0.1
six==1.16.0
soupsieve==2.5; python_version > '3.6'
soupsieve==2.3.2.post1; python_version <= '3.6'
typing-extensions==4.10.0; python_version > '3.6'
typing-extensions==4.11.0; python_version > '3.6'
typing-extensions==4.1.1; python_version <= '3.6'
wrapt==1.16.0

Expand Down

0 comments on commit 8f17f77

Please sign in to comment.