Skip to content

Commit

Permalink
chore(deps): update dependency typing-extensions to v4.2.0 (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 18, 2022
1 parent 8da4fa9 commit c1d3e30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ requests==2.27.1
rsa==4.8
Shapely==1.8.1.post1
six==1.16.0
typing-extensions==4.1.1
typing-extensions==4.2.0
typing-inspect==0.7.1
urllib3==1.26.9
2 changes: 1 addition & 1 deletion samples/magics/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ pandas===1.3.5; python_version == '3.7'
pandas==1.4.2; python_version >= '3.8'
pyarrow==7.0.0
pytz==2022.1
typing-extensions==4.1.1
typing-extensions==4.2.0
2 changes: 1 addition & 1 deletion samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ pandas===1.3.5; python_version == '3.7'
pandas==1.4.2; python_version >= '3.8'
pyarrow==7.0.0
pytz==2022.1
typing-extensions==4.1.1
typing-extensions==4.2.0

0 comments on commit c1d3e30

Please sign in to comment.