Skip to content

Commit 3a3fe8b

Browse files
committed
Update urllib3 dependency
1 parent dc91679 commit 3a3fe8b

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ python-dateutil = "^2.8.2"
1818
click = "^8.1.3"
1919
click-option-group = "^0.5.5"
2020
colorama = "^0.4.6" # used by click
21-
urllib3 = "2.3.0"
21+
urllib3 = "^2.5.0"
2222
python-whois = ">=0.8,<0.10"
2323
termcolor = "^2.1.0"
2424
tarsafe = "^0.0.5"

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,9 +1289,9 @@ tomli==2.0.2 ; python_version >= "3.10" and python_version < "4" \
12891289
typing-extensions==4.14.1 ; python_version >= "3.10" and python_version < "4" \
12901290
--hash=sha256:38b39f4aeeab64884ce9f74c94263ef78f3c22467c8724005483154c26648d36 \
12911291
--hash=sha256:d1e1e3b58374dc93031d6eda2420a48ea44a36c2b4766a4fdeb3710755731d76
1292-
urllib3==2.3.0 ; python_version >= "3.10" and python_version < "4" \
1293-
--hash=sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df \
1294-
--hash=sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d
1292+
urllib3==2.5.0 ; python_version >= "3.10" and python_version < "4" \
1293+
--hash=sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 \
1294+
--hash=sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc
12951295
wcmatch==8.5.2 ; python_version >= "3.10" and python_version < "4" \
12961296
--hash=sha256:17d3ad3758f9d0b5b4dedc770b65420d4dac62e680229c287bf24c9db856a478 \
12971297
--hash=sha256:a70222b86dea82fb382dd87b73278c10756c138bd6f8f714e2183128887b9eb2

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -599,9 +599,9 @@ tomli==2.0.2 ; python_version >= "3.10" and python_version < "4" \
599599
typing-extensions==4.14.1 ; python_version >= "3.10" and python_version < "4" \
600600
--hash=sha256:38b39f4aeeab64884ce9f74c94263ef78f3c22467c8724005483154c26648d36 \
601601
--hash=sha256:d1e1e3b58374dc93031d6eda2420a48ea44a36c2b4766a4fdeb3710755731d76
602-
urllib3==2.3.0 ; python_version >= "3.10" and python_version < "4" \
603-
--hash=sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df \
604-
--hash=sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d
602+
urllib3==2.5.0 ; python_version >= "3.10" and python_version < "4" \
603+
--hash=sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 \
604+
--hash=sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc
605605
wcmatch==8.5.2 ; python_version >= "3.10" and python_version < "4" \
606606
--hash=sha256:17d3ad3758f9d0b5b4dedc770b65420d4dac62e680229c287bf24c9db856a478 \
607607
--hash=sha256:a70222b86dea82fb382dd87b73278c10756c138bd6f8f714e2183128887b9eb2

0 commit comments

Comments
 (0)