Skip to content

Commit 6e92b19

Browse files
committed
Bump requests to 2.31.0
1 parent 292bb7c commit 6e92b19

File tree

9 files changed

+246
-100
lines changed

9 files changed

+246
-100
lines changed

.github/workflows/python-deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Verify packages installed
7474
run: |
75-
$GITHUB_WORKSPACE/python-setup/tests/check_requests.sh ${PYTHON_VERSION} 2.26.0
75+
$GITHUB_WORKSPACE/python-setup/tests/check_requests.sh ${PYTHON_VERSION} 2.31.0
7676
7777
# This one shouldn't fail, but also won't install packages
7878
test-setup-python-scripts-non-standard-location:
@@ -171,4 +171,4 @@ jobs:
171171
- name: Verify packages installed
172172
run: |
173173
$cmd = $Env:GITHUB_WORKSPACE + "\\python-setup\\tests\\check_requests.ps1"
174-
powershell -File $cmd $Env:PYTHON_VERSION 2.26.0
174+
powershell -File $cmd $Env:PYTHON_VERSION 2.31.0

python-setup/tests/pipenv/python-3.8/Pipfile.lock

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

python-setup/tests/pipenv/requests-3/Pipfile.lock

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

0 commit comments

Comments
 (0)