Skip to content

Commit 30d600d

Browse files
author
Dylan-FMK
committed
urllib3 and pytest updates
Updated urllib3 and pytest to minimum safe versions per dependabot's recommendations
1 parent 039d97e commit 30d600d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
urllib3 >= 2.2.3, < 3.0.0
1+
urllib3 >= 2.6.0, < 3.0.0
22
python_dateutil >= 2.8.2
33
pydantic >= 2.13.3
44
typing-extensions >= 4.13.2

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pytest-cov >= 5.0.0
2-
pytest >= 8.3.5
2+
pytest >= 9.0.3
33
tox >= 4.25.0
44
flake8 >= 5.0.4
55
types-python-dateutil >= 2.9.0.20241206

0 commit comments

Comments
 (0)