Skip to content

Commit

Permalink
Bump typing-extensions from 4.9.0 to 4.10.0 (#10485)
Browse files Browse the repository at this point in the history
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.9.0 to 4.10.0.
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/commits)

---
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 Feb 26, 2024
1 parent 6257ca2 commit 4193caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-constraints-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ tomli==2.0.1
# mypy
# pyproject-hooks
# pytest
typing-extensions==4.9.0; python_version >= "3.8"
typing-extensions==4.10.0; python_version >= "3.8"
# via mypy
urllib3==2.2.1
# via requests
Expand Down

0 comments on commit 4193caf

Please sign in to comment.