Skip to content

Commit 969d388

Browse files
authored
Merge pull request #46 from saucelabs-training/renovate/pypi-requests-vulnerability
Update dependency requests to v2.32.2 [SECURITY]
2 parents 7b39969 + 24dcec8 commit 969d388

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pluggy = "==0.13.1"
2828
py = "==1.10.0"
2929
pyparsing = "==2.4.7"
3030
pytest-forked = "==1.3.0"
31-
requests = "==2.25.1"
31+
requests = "==2.32.2"
3232
robotframework-pythonlibcore = "==2.2.1"
3333
six = "==1.15.0"
3434
toml = "==0.10.2"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pytest-forked==1.3.0
2020
pytest-xdist==2.2.1
2121
pytest==6.2.5
2222
pyyaml==6.0.1
23-
requests==2.25.1
23+
requests==2.32.2
2424
robotframework-appiumlibrary==1.5.0.7
2525
robotframework-pabot==1.11
2626
robotframework-pythonlibcore==2.2.1

0 commit comments

Comments
 (0)