Skip to content

Commit 042d5db

Browse files
authored
fix: update to latest version of urllib3 (#195)
1 parent 092b132 commit 042d5db

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ lint: ## check style with flake8
5454
flake8 json2xml tests
5555

5656
test: ## run tests quickly with the default Python
57-
python setup.py test
57+
pytest -vv
5858

5959
test-all: ## run tests on every Python version with tox
6060
tox

requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
defusedxml==0.7.1
2-
urllib3==1.26.18
1+
defusedxml
2+
urllib3
33

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile

0 commit comments

Comments
 (0)