Skip to content

Commit a309ff8

Browse files
dependabot[bot]aparnajyothi-ymahabaleshwars
authored
Bump urllib3 from 2.6.0 to 2.6.3 in /__tests__/data (#1264)
* Bump urllib3 from 2.6.0 to 2.6.3 in /__tests__/data Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * check-failure fix * check failure fix * Bump urllib3 from 2.6.0 to 2.6.3 in /__tests__/data Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * fix for e2e-tests.yml failure and version update in packagejson --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com> Co-authored-by: mahabaleshwars <147705296+mahabaleshwars@users.noreply.github.com>
1 parent bfe8cc5 commit a309ff8

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,16 @@ jobs:
7373
python-version: '3.13'
7474
- name: Verify 3.13
7575
run: python __tests__/verify-python.py 3.13
76+
77+
- name: Install pipx (Windows)
78+
if: runner. os == 'Windows'
79+
run: python -m pip install pipx
80+
7681
- name: Run python-path sample 3.13
7782
run: pipx run --python '${{ steps.cp313.outputs.python-path }}' nox --version
83+
env:
84+
PIPX_HOME: '${{ runner.temp }}/pipx'
85+
PIPX_BIN_DIR: '${{ runner.temp }}/pipx/bin'
7886

7987
- name: Run with setup-python ==3.13
8088
uses: ./

__tests__/data/requirements-linux.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ packaging==20.7
88
pdf2image==1.12.1
99
Pygments==2.6.1
1010
requests==2.32.4
11-
urllib3==2.6.0
11+
urllib3==2.6.3
1212
xlrd==1.2.0

__tests__/data/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ pywin32-ctypes==0.2.0
4242

4343
requests==2.32.4
4444

45-
urllib3==2.6.0
45+
urllib3==2.6.3
4646

4747
xlrd==1.2.0

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-python",
3-
"version": "6.0.1",
3+
"version": "6.2.0",
44
"private": true,
55
"description": "Setup python action",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)