From 1d486fd7062815d0bc0324bb18c00d354db56bf8 Mon Sep 17 00:00:00 2001 From: Vinit Kumar Date: Tue, 7 Nov 2023 10:38:18 +0530 Subject: [PATCH] fix: update to latest version of urllib3 --- Makefile | 2 +- requirements.in | 4 ++-- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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