From bc909464c7cf1d56b47eabcaaaaacd786996e5c2 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 7 Nov 2022 12:14:46 +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 | 12 ++++++------ requirements.txt | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index bed4820..76c4a6b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ agate-sql==0.5.8 ; python_version >= "3.8" and python_version < "4.0" agate==1.6.3 ; python_version >= "3.8" and python_version < "4.0" appdirs==1.4.4 ; python_version >= "3.8" and python_version < "4.0" attrs==22.1.0 ; python_version >= "3.8" and python_version < "4.0" -babel==2.10.3 ; python_version >= "3.8" and python_version < "4.0" +babel==2.11.0 ; python_version >= "3.8" and python_version < "4.0" black==22.10.0 ; python_version >= "3.8" and python_version < "4.0" cattrs==22.2.0 ; python_version >= "3.8" and python_version < "4.0" certifi==2022.9.24 ; python_version >= "3.8" and python_version < "4" @@ -16,11 +16,11 @@ country-converter==0.7.7 ; python_version >= "3.8" and python_version < "4.0" csvkit==1.0.7 ; python_version >= "3.8" and python_version < "4.0" dbfread==2.0.7 ; python_version >= "3.8" and python_version < "4.0" et-xmlfile==1.1.0 ; python_version >= "3.8" and python_version < "4.0" -exceptiongroup==1.0.0 ; python_version >= "3.8" and python_version < "3.11" +exceptiongroup==1.0.1 ; python_version >= "3.8" and python_version < "3.11" flake8==5.0.4 ; python_version >= "3.8" and python_version < "4.0" ftfy==6.1.1 ; python_version >= "3.8" and python_version < "4" future==0.18.2 ; python_version >= "3.8" and python_version < "4.0" -greenlet==2.0.0 ; python_version >= "3.8" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and python_version < "4.0" +greenlet==2.0.0.post0 ; python_version >= "3.8" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and python_version < "4.0" idna==3.4 ; python_version >= "3.8" and python_version < "4" iniconfig==1.1.1 ; python_version >= "3.8" and python_version < "4.0" isodate==0.6.1 ; python_version >= "3.8" and python_version < "4.0" @@ -36,7 +36,7 @@ packaging==21.3 ; python_version >= "3.8" and python_version < "4.0" pandas==1.5.1 ; python_version >= "3.8" and python_version < "4.0" parsedatetime==2.4 ; python_version >= "3.8" and python_version < "4.0" pathspec==0.10.1 ; python_version >= "3.8" and python_version < "4.0" -platformdirs==2.5.2 ; python_version >= "3.8" and python_version < "4.0" +platformdirs==2.5.3 ; python_version >= "3.8" and python_version < "4.0" pluggy==1.0.0 ; python_version >= "3.8" and python_version < "4.0" pprintpp==0.4.0 ; python_version >= "3.8" and python_version < "4.0" pycodestyle==2.9.1 ; python_version >= "3.8" and python_version < "4.0" @@ -54,10 +54,10 @@ pytz==2022.6 ; python_version >= "3.8" and python_version < "4.0" requests-cache==0.9.7 ; python_version >= "3.8" and python_version < "4.0" requests==2.28.1 ; python_version >= "3.8" and python_version < "4" rich==12.6.0 ; python_version >= "3.8" and python_version < "4.0" -setuptools==65.5.0 ; python_version >= "3.8" and python_version < "4" +setuptools==65.5.1 ; python_version >= "3.8" and python_version < "4" six==1.16.0 ; python_version >= "3.8" and python_version < "4.0" spdx-license-list==0.5.2 ; python_version >= "3.8" and python_version < "4.0" -sqlalchemy==1.4.42 ; python_version >= "3.8" and python_version < "4.0" +sqlalchemy==1.4.43 ; python_version >= "3.8" and python_version < "4.0" text-unidecode==1.3 ; python_version >= "3.8" and python_version < "4.0" tomli==2.0.1 ; python_version >= "3.8" and python_full_version < "3.11.0a7" typing-extensions==4.4.0 ; python_version >= "3.8" and python_version < "3.10" diff --git a/requirements.txt b/requirements.txt index 351f749..6e98b2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ certifi==2022.9.24 ; python_version >= "3.8" and python_version < "4" charset-normalizer==2.1.1 ; python_version >= "3.8" and python_version < "4" colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" country-converter==0.7.7 ; python_version >= "3.8" and python_version < "4.0" -exceptiongroup==1.0.0 ; python_version >= "3.8" and python_version < "3.11" +exceptiongroup==1.0.1 ; python_version >= "3.8" and python_version < "3.11" ftfy==6.1.1 ; python_version >= "3.8" and python_version < "4" idna==3.4 ; python_version >= "3.8" and python_version < "4" langid==1.1.6 ; python_version >= "3.8" and python_version < "4.0" @@ -17,7 +17,7 @@ python-stdnum==1.17 ; python_version >= "3.8" and python_version < "4.0" pytz==2022.6 ; python_version >= "3.8" and python_version < "4.0" requests-cache==0.9.7 ; python_version >= "3.8" and python_version < "4.0" requests==2.28.1 ; python_version >= "3.8" and python_version < "4" -setuptools==65.5.0 ; python_version >= "3.8" and python_version < "4" +setuptools==65.5.1 ; python_version >= "3.8" and python_version < "4" six==1.16.0 ; python_version >= "3.8" and python_version < "4.0" spdx-license-list==0.5.2 ; python_version >= "3.8" and python_version < "4.0" url-normalize==1.4.3 ; python_version >= "3.8" and python_version < "4.0"