diff --git a/pyproject.toml b/pyproject.toml index 81afff9..cde8bf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -143,6 +143,7 @@ python = [testenv] recreate = true wheel = true +wheel_pep517 = build deps = -r test-requirements.txt commands = diff --git a/requirements.txt b/requirements.txt index 6656259..40ab431 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ ckanapi==4.7 defopt==6.4.0 email_validator==1.3.0 -hdx-python-country==3.4.1 +hdx-python-country==3.4.2 makefun==1.15.0 ndg-httpsclient==0.5.1 pyasn1==0.4.8 -pyOpenSSL==22.0.0 -quantulum3==0.7.10 +pyOpenSSL==22.1.0 +quantulum3==0.7.11 diff --git a/setup.cfg b/setup.cfg index f2037c1..83f0107 100755 --- a/setup.cfg +++ b/setup.cfg @@ -45,7 +45,7 @@ install_requires = ckanapi >= 4.7 defopt >= 6.4.0 email_validator - hdx-python-country>=3.4.1 + hdx-python-country>=3.4.2 makefun ndg-httpsclient pyasn1 diff --git a/test-requirements.txt b/test-requirements.txt index 0f55e64..80ae867 100755 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ pytest==7.1.3 -pytest-cov==3.0.0 +pytest-cov==4.0.0 tox==3.26.0 -tox-wheel==0.7.0 +tox-wheel==1.0.0 -r requirements.txt