Skip to content

Commit 2c9d91e

Browse files
Update dependency six to v1.17.0
1 parent a9c5fc3 commit 2c9d91e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pyparsing = "==3.2.3"
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.14.0"
3535
urllib3 = "==2.4.0"

Pipfile.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ robotframework==7.3
2828
saucebindings==1.3.0
2929
sauceclient==1.0.1
3030
selenium==4.26.1
31-
six==1.16.0
31+
six==1.17.0
3232
toml==0.10.2
3333
typing-extensions==4.14.0 ; python_version < '3.8'
3434
urllib3==2.4.0

0 commit comments

Comments
 (0)