Skip to content

Commit 2c63bde

Browse files
committed
code-format-helper: Update urllib3 dependency
To silence dependabot warnings.
1 parent d0e47f9 commit 2c63bde

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

External/code-format-helper/requirements_formatting.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,9 @@ typing-extensions==4.14.1 \
306306
--hash=sha256:38b39f4aeeab64884ce9f74c94263ef78f3c22467c8724005483154c26648d36 \
307307
--hash=sha256:d1e1e3b58374dc93031d6eda2420a48ea44a36c2b4766a4fdeb3710755731d76
308308
# via pygithub
309-
urllib3==2.5.0 \
310-
--hash=sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 \
311-
--hash=sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc
309+
urllib3==2.6.0 \
310+
--hash=sha256:c90f7a39f716c572c4e3e58509581ebd83f9b59cced005b7db7ad2d22b0db99f \
311+
--hash=sha256:cb9bcef5a4b345d5da5d145dc3e30834f58e8018828cbc724d30b4cb7d4d49f1
312312
# via
313313
# -r requirements_formatting.txt.in
314314
# pygithub

External/code-format-helper/requirements_formatting.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ black~=25.1
22
darker==2.1.1
33
PyGithub==2.6.1
44
cryptography>=43.0.1
5-
urllib3>=2.5.0
5+
urllib3>=2.6.0
66
requests>=2.32.4
77
idna>=3.7
88
certifi>=2024.7.4

0 commit comments

Comments
 (0)