Skip to content

Commit 03e41f9

Browse files
WARNING: MAJOR (BREAKING) CHANGE: Update dependency urllib3 to v2 [SECURITY] (master) (#1998)
* WARNING: MAJOR (BREAKING) CHANGE: Update dependency urllib3 to v2 [SECURITY] * Fixed security update to ignore 3.6 --------- Co-authored-by: renovatebot-confluentinc[bot] <169726756+renovatebot-confluentinc[bot]@users.noreply.github.com> Co-authored-by: Matthew Seal <mseal@confluent.io>
1 parent 198819f commit 03e41f9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.semaphore/semaphore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ global_job_config:
1414
- checkout
1515
- mkdir artifacts
1616
blocks:
17-
- name: "Wheels: OSX x64 - Python 3.6-3.12"
17+
- name: "Wheels: OSX x64 - Python 3.7-3.12"
1818
run:
1919
when: "tag =~ '.*'"
2020
dependencies: []
@@ -279,7 +279,7 @@ blocks:
279279
run:
280280
when: "tag =~ '.*'"
281281
dependencies:
282-
- "Wheels: OSX x64 - Python 3.6-3.12"
282+
- "Wheels: OSX x64 - Python 3.7-3.12"
283283
- "Wheels: OSX x64 - Python 3.13"
284284
- "Wheels: OSX arm64 - Python 3.8-3.12"
285285
- "Wheels: OSX arm64 - Python 3.13"

requirements/requirements-tests.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# core test requirements
2-
urllib3<2; python_version<="3.7"
3-
urllib3<3; python_version>"3.7"
2+
urllib3<3
43
flake8
54
orjson
65
pytest

0 commit comments

Comments
 (0)