Skip to content

Commit 8348472

Browse files
authored
[chore] Update urllib (Python) (#6354)
1 parent af12bbb commit 8348472

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

.github/workflows/ansible.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
molecule-plugins[docker]==23.5.0
152152
docker==7.0.0
153153
requests<2.32.0
154-
urllib3<2
154+
urllib3<3
155155
156156
- name: Set up Python 3.
157157
uses: actions/setup-python@v5

.github/workflows/scripts/gendependabot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ get_pip_ignores() {
5151
5252
ignore:
5353
- dependency-name: "urllib3"
54-
versions: [">=2"]
54+
versions: [">=3"]
5555
EOH
5656
esac
5757
}

deployments/ansible/contributing/requirements-dev-linux.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ ansible-lint==5.4.0
33
molecule==3.3.0
44
molecule-docker==0.2.4
55
docker==5.0.0
6-
urllib3>=1.26.18,<2
6+
urllib3>=2,<3

packaging/bundle/python/pylintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ disable=print-statement,
129129
dict-keys-not-iterating,
130130
dict-values-not-iterating,
131131
deprecated-operator-function,
132-
deprecated-urllib-function,
133132
xreadlines-attribute,
134133
deprecated-sys-function,
135134
exception-escape,

packaging/bundle/scripts/security-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ certifi>=2024.7.4
22
dbus-python==1.3.2; sys_platform == "linux"
33
idna>=3.7,<4
44
requests>=2.32.3
5-
urllib3>=1.26.19,<2
5+
urllib3>=2,<3
66
WMI==1.5.1; sys_platform == "win32"

0 commit comments

Comments
 (0)