Skip to content

Commit 63a0789

Browse files
authoredMar 3, 2025
Update dependency six to v1.17.0
1 parent e7290d1 commit 63a0789

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pyparsing = "==3.2.0"
2929
pytest-forked = "==1.6.0"
3030
requests = "==2.32.3"
3131
robotframework-pythonlibcore = "==4.4.1"
32-
six = "==1.16.0"
32+
six = "==1.17.0"
3333
toml = "==0.10.2"
3434
typing-extensions = "==4.12.2"
3535
urllib3 = "==2.2.3"

‎requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ robotframework==7.1.1
2828
saucebindings==1.3.0
2929
sauceclient==1.0.0
3030
selenium==4.26.1
31-
six==1.16.0
31+
six==1.17.0
3232
toml==0.10.2
3333
typing-extensions==4.12.2 ; python_version < '3.8'
3434
urllib3==2.2.3

0 commit comments

Comments
 (0)