diff --git a/Pipfile b/Pipfile index aa86cce..0abc35d 100644 --- a/Pipfile +++ b/Pipfile @@ -4,18 +4,20 @@ url = "https://pypi.org/simple" verify_ssl = true [dev-packages] -flake8 = "*" -pytest = "*" coverage = "*" +flake8 = "*" +pytest = "==7.2.0" pytest-cov = "*" pytest-mock = "*" [packages] -requests = "==2.24.0" attrs = "==20.2.0" +certifi = "==2020.6.20" +chardet = "==3.0.4" coverage = "==5.3" entrypoints = "==0.3" flake8 = "==3.8.4" +idna = "==2.10" importlib-metadata = "==2.0.0" iniconfig = "==1.1.1" mccabe = "==0.6.1" @@ -25,17 +27,15 @@ py = "==1.9.0" pycodestyle = "==2.6.0" pyflakes = "==2.2.0" pyparsing = "==2.4.7" -pytest = "==6.1.1" +pytest = "==7.2.0" pytest-cov = "==2.10.1" pytest-mock = "==3.3.1" +requests = "==2.24.0" six = "==1.15.0" toml = "==0.10.1" +urllib3 = "==1.25.11" wcwidth = "==0.2.5" zipp = "==3.3.1" -certifi = "==2020.6.20" -chardet = "==3.0.4" -idna = "==2.10" -urllib3 = "==1.25.11" [requires] python_version = "3.6" diff --git a/Pipfile.lock b/Pipfile.lock index 32b23c5..467d184 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -185,12 +185,8 @@ "version": "==2.4.7" }, "pytest": { - "hashes": [ - "sha256:7a8190790c17d79a11f847fba0b004ee9a8122582ebff4729a082c109e81a4c9", - "sha256:8f593023c1a0f916110285b6efd7f99db07d59546e3d8c36fc60e2ab05d3be92" - ], - "index": "pypi", - "version": "==6.1.1" + "hashes": [], + "version": "==7.2.0" }, "pytest-cov": { "hashes": [ @@ -387,12 +383,8 @@ "version": "==2.4.7" }, "pytest": { - "hashes": [ - "sha256:7a8190790c17d79a11f847fba0b004ee9a8122582ebff4729a082c109e81a4c9", - "sha256:8f593023c1a0f916110285b6efd7f99db07d59546e3d8c36fc60e2ab05d3be92" - ], - "index": "pypi", - "version": "==6.1.1" + "hashes": [], + "version": "==7.2.0" }, "pytest-cov": { "hashes": [ diff --git a/requirements-dev.txt b/requirements-dev.txt index 3c338d0..3ca41df 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,7 +12,7 @@ py==1.9.0 pycodestyle==2.6.0 pyflakes==2.2.0 pyparsing==2.4.7 -pytest==6.1.1 +pytest==7.2.0 pytest-cov==2.10.1 pytest-mock==3.3.1 six==1.15.0