Skip to content

Commit

Permalink
Update dependency typing-extensions to v3.10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent e4cce6c commit 752ae77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ requests = "==2.32.2"
robotframework-pythonlibcore = "==2.2.1"
six = "==1.15.0"
toml = "==0.10.2"
typing-extensions = "==3.7.4.3"
typing-extensions = "==3.10.0.2"
urllib3 = "==1.26.20"
zipp = "==3.19.1"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ sauceclient==1.0.0
selenium==4.4.3
six==1.15.0
toml==0.10.2
typing-extensions==3.7.4.3 ; python_version < '3.8'
typing-extensions==3.10.0.2 ; python_version < '3.8'
urllib3==1.26.20
zipp==3.19.1

0 comments on commit 752ae77

Please sign in to comment.