Skip to content

Commit

Permalink
feat(Dependencies): Update dependency typing-extensions to v4.8.0
Browse files Browse the repository at this point in the history
| datasource | package           | from  | to    |
| ---------- | ----------------- | ----- | ----- |
| pypi       | typing-extensions | 4.7.1 | 4.8.0 |
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent 50dffe0 commit 12a08ba
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 @@ -44,7 +44,7 @@ six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3
snaptime==0.2.4
stevedore==5.1.0; python_version >= '3.6'
toml==0.10.2
typing-extensions==4.7.1; python_version < '3.8'
typing-extensions==4.8.0; python_version < '3.8'
tzdata==2023.3; python_version >= '3.6'
tzlocal==5.0.1; python_version >= '3.6'
urllib3==1.26.16; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
Expand Down

0 comments on commit 12a08ba

Please sign in to comment.