From 986b81cbf4350043623238a20401711533c57272 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 4 Mar 2023 07:35:36 +0300 Subject: [PATCH] Update requirements Generated with poetry export: $ poetry export --without-hashes -f requirements.txt > requirements.txt $ poetry export --without-hashes --with dev -f requirements.txt > requirements-dev.txt I am trying `--without-hashes` to work around an error on pip install when running in CI: ERROR: In --require-hashes mode, all requirements must have their versions pinned with == --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8da32e4..82d2e10 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -54,7 +54,7 @@ prompt-toolkit==3.0.38 ; python_version >= "3.9" and python_version < "4.0" ptyprocess==0.7.0 ; python_version >= "3.9" and python_version < "4.0" and sys_platform != "win32" pure-eval==0.2.2 ; python_version >= "3.9" and python_version < "4.0" pycodestyle==2.10.0 ; python_version >= "3.9" and python_version < "4.0" -pycountry @ git+https://github.com/alanorth/pycountry@iso-codes-4.12.0 ; python_version >= "3.9" and python_version < "4.0" +pycountry @ git+https://github.com/alanorth/pycountry@iso-codes-4.13.0 ; python_version >= "3.9" and python_version < "4.0" pyflakes==3.0.1 ; python_version >= "3.9" and python_version < "4.0" pygments==2.14.0 ; python_version >= "3.9" and python_version < "4.0" pytest-clarity==1.0.1 ; python_version >= "3.9" and python_version < "4.0" diff --git a/requirements.txt b/requirements.txt index 5de29c8..b5390d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ idna==3.4 ; python_version >= "3.9" and python_version < "4" langid==1.1.6 ; python_version >= "3.9" and python_version < "4.0" numpy==1.24.2 ; python_version >= "3.9" and python_version < "4.0" pandas==1.5.3 ; python_version >= "3.9" and python_version < "4.0" -pycountry @ git+https://github.com/alanorth/pycountry@iso-codes-4.12.0 ; python_version >= "3.9" and python_version < "4.0" +pycountry @ git+https://github.com/alanorth/pycountry@iso-codes-4.13.0 ; python_version >= "3.9" and python_version < "4.0" python-dateutil==2.8.2 ; python_version >= "3.9" and python_version < "4.0" python-stdnum==1.18 ; python_version >= "3.9" and python_version < "4.0" pytz==2022.7.1 ; python_version >= "3.9" and python_version < "4.0"