Skip to content

Commit 4267e28

Browse files
Bump urllib3 from 1.26.19 to 2.5.0 in /__tests__/data and document breaking changes in v6 (#1139)
* Bump urllib3 from 1.26.19 to 2.5.0 in /__tests__/data Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 to 2.5.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.19...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * documentation update * doc update * doc update * doc format update * doc update * doc update * doc update * fix check failures --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aparna Jyothi <[email protected]>
1 parent e797f83 commit 4267e28

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.github/workflows/e2e-cache.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
exclude:
4646
- os: windows-latest
4747
python-version: pypy-3.11-v7.x
48+
- os: macos-latest
49+
python-version: pypy-3.9-v7.x
50+
4851
steps:
4952
- uses: actions/checkout@v5
5053
- name: Setup Python
@@ -183,6 +186,8 @@ jobs:
183186
exclude:
184187
- os: windows-latest
185188
python-version: pypy-3.11-v7.x
189+
- os: macos-latest
190+
python-version: pypy-3.9-v7.x
186191
steps:
187192
- uses: actions/checkout@v5
188193
- name: Setup Python

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ This action provides the following functionality for GitHub Actions users:
1111
- Optionally caching dependencies for pip, pipenv and poetry
1212
- Registering problem matchers for error output
1313

14+
## Breaking changes in V6
15+
16+
- Upgraded action from node20 to node24
17+
> Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1)
18+
19+
For more details, see the full release notes on the [releases page](https://github.com/actions/setup-python/releases/tag/v6.0.0)
20+
1421
## Basic usage
1522

1623
See [action.yml](action.yml)

__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.2
11-
urllib3==1.26.19
11+
urllib3==2.5.0
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.2
4444

45-
urllib3==1.26.19
45+
urllib3==2.5.0
4646

4747
xlrd==1.2.0

0 commit comments

Comments
 (0)