Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent c858374 commit a2c4662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ tomli==2.0.1
# pytest
types-pytz==2023.3.1.1
# via pandas-stubs
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# black
# fastapi
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sniffio==1.3.0
# via anyio
starlette==0.27.0
# via fastapi
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# fastapi
# pydantic
Expand Down

0 comments on commit a2c4662

Please sign in to comment.