Skip to content

Commit e4e6589

Browse files
chore(deps): bump typing-extensions from 4.0.1 to 4.12.2
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.0.1 to 4.12.2. - [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.0.1...4.12.2) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d79e0f commit e4e6589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sqlalchemy==1.4.26; python_full_version >= "3.6.2" and python_full_version < "4.
4141
starlette==0.17.1; python_version >= "3.6" and python_full_version >= "3.6.2" and python_full_version < "4.0.0"
4242
toml==0.10.2; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.3.0"
4343
typer==0.15.1; python_version >= "3.6"
44-
typing-extensions==4.0.1; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"
44+
typing-extensions==4.12.2; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"
4545
ujson==4.2.0; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0"
4646
urllib3==1.26.7; python_full_version >= "3.6.1" and python_version < "4"
4747
uvicorn==0.15.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0"

0 commit comments

Comments
 (0)