diff --git a/Makefile b/Makefile index ce44883b..20b9b9eb 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ lint: ## check style with flake8 flake8 json2xml tests test: ## run tests quickly with the default Python - python setup.py test + pytest -vv test-all: ## run tests on every Python version with tox tox diff --git a/requirements.in b/requirements.in index 2e64be99..be550cc7 100644 --- a/requirements.in +++ b/requirements.in @@ -1,3 +1,3 @@ -defusedxml==0.7.1 -urllib3==1.26.18 +defusedxml +urllib3 diff --git a/requirements.txt b/requirements.txt index 0ee6fd73..192cdd33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # pip-compile