From efa913335dd755f4f7acbdb3a477a86d42617b0f Mon Sep 17 00:00:00 2001 From: Matt Graham Date: Mon, 18 Sep 2023 12:07:33 +0100 Subject: [PATCH] Rollback version pins to maintain Python 3.8 compatibility --- requirements/base.in | 4 +- requirements/base.txt | 130 +++++++++++++++------------ requirements/dev.txt | 205 ++++++++++++++++++++++++------------------ 3 files changed, 195 insertions(+), 144 deletions(-) diff --git a/requirements/base.in b/requirements/base.in index 2ae80d550e..b756476ca5 100644 --- a/requirements/base.in +++ b/requirements/base.in @@ -6,9 +6,9 @@ matplotlib pyshp squarify numpy -pandas~=2.1.0 +pandas~=2.0.0 scipy -openpyxl~=3.1.2 # avoid https://foss.heptapod.net/openpyxl/openpyxl/-/issues/1963 +openpyxl==3.1.0 # avoid https://foss.heptapod.net/openpyxl/openpyxl/-/issues/1963 # To submit jobs to Azure Batch azure-batch diff --git a/requirements/base.txt b/requirements/base.txt index a7f6a06bec..08e68da274 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,49 +1,52 @@ # -# This file is autogenerated by pip-compile with Python 3.11 -# by the following command: +# This file is autogenerated by pip-compile +# To update, run: # # pip-compile --output-file=base.txt base.in # -adal==1.2.6 +adal==1.2.7 # via msrestazure -azure-batch==10.0.0 +azure-batch==14.0.0 # via -r base.in -azure-common==1.1.26 +azure-common==1.1.28 # via # azure-batch # azure-keyvault-certificates # azure-keyvault-keys # azure-keyvault-secrets -azure-core==1.11.0 +azure-core==1.29.4 # via # azure-identity # azure-keyvault-certificates # azure-keyvault-keys # azure-keyvault-secrets # azure-storage-file-share -azure-identity==1.5.0 - # via -r base.in -azure-keyvault==4.1.0 + # msrest +azure-identity==1.14.0 # via -r base.in -azure-keyvault-certificates==4.2.1 +azure-keyvault-certificates==4.7.0 # via azure-keyvault -azure-keyvault-keys==4.3.1 +azure-keyvault-keys==4.8.0 # via azure-keyvault -azure-keyvault-secrets==4.2.0 +azure-keyvault-secrets==4.7.0 # via azure-keyvault -azure-storage-file-share==12.4.1 +azure-keyvault==4.2.0 # via -r base.in -certifi==2020.12.5 +azure-storage-file-share==12.14.1 + # via -r base.in +certifi==2023.7.22 # via # msrest # requests -cffi==1.14.5 +cffi==1.15.1 # via cryptography -chardet==4.0.0 +charset-normalizer==3.2.0 # via requests -click==7.1.2 +click==8.1.7 # via -r base.in -cryptography==3.4.6 +contourpy==1.1.1 + # via matplotlib +cryptography==41.0.3 # via # adal # azure-identity @@ -51,95 +54,108 @@ cryptography==3.4.6 # azure-storage-file-share # msal # pyjwt -cycler==0.10.0 +cycler==0.11.0 # via matplotlib -et-xmlfile==1.0.1 +et-xmlfile==1.1.0 # via openpyxl -gitdb==4.0.5 +fonttools==4.42.1 + # via matplotlib +gitdb==4.0.10 # via gitpython -gitpython==3.1.13 +gitpython==3.1.36 # via -r base.in -idna==2.10 +idna==3.4 # via requests -isodate==0.6.0 - # via msrest -kiwisolver==1.3.1 +importlib-resources==6.0.1 # via matplotlib -matplotlib==3.3.4 - # via -r base.in -msal==1.9.0 - # via - # azure-identity - # msal-extensions -msal-extensions==0.3.0 - # via azure-identity -msrest==0.6.21 +isodate==0.6.1 # via - # azure-batch # azure-keyvault-certificates # azure-keyvault-keys # azure-keyvault-secrets # azure-storage-file-share - # msrestazure + # msrest +kiwisolver==1.4.5 + # via matplotlib +matplotlib==3.7.3 + # via -r base.in +msal-extensions==1.0.0 + # via azure-identity +msal==1.24.0 + # via + # azure-identity + # msal-extensions +msrest==0.7.1 + # via msrestazure msrestazure==0.6.4 # via azure-batch -numpy==1.26.0 +numpy==1.24.4 # via # -r base.in + # contourpy # matplotlib # pandas # scipy -oauthlib==3.1.0 +oauthlib==3.2.2 # via requests-oauthlib -openpyxl==3.1.2 +openpyxl==3.1.0 # via -r base.in -pandas==2.1.0 +packaging==23.1 + # via matplotlib +pandas==2.0.3 # via -r base.in -pillow==8.1.0 +pillow==10.0.1 # via matplotlib -portalocker==1.7.1 +portalocker==2.8.2 # via msal-extensions -pycparser==2.20 +pycparser==2.21 # via cffi -pyjwt[crypto]==2.0.1 +pyjwt[crypto]==2.8.0 # via # adal # msal -pyparsing==2.4.7 +pyparsing==3.1.1 # via matplotlib -pyshp==2.3.0 +pyshp==2.3.1 # via -r base.in python-dateutil==2.8.2 # via # adal # matplotlib # pandas -pytz==2021.1 +pytz==2023.3.post1 # via pandas -requests==2.25.1 +requests-oauthlib==1.3.1 + # via msrest +requests==2.31.0 # via # adal # azure-core # msal # msrest # requests-oauthlib -requests-oauthlib==1.3.0 - # via msrest -scipy==1.6.1 +scipy==1.10.1 # via -r base.in -six==1.15.0 +six==1.16.0 # via # azure-core - # azure-identity - # cycler # isodate # msrestazure # python-dateutil -smmap==3.0.5 +smmap==5.0.1 # via gitdb squarify==0.4.3 # via -r base.in +typing-extensions==4.8.0 + # via + # azure-core + # azure-keyvault-certificates + # azure-keyvault-keys + # azure-keyvault-secrets + # azure-storage-file-share tzdata==2023.3 # via pandas -urllib3==1.26.3 +urllib3==2.0.4 # via requests +zipp==3.16.2 + # via importlib-resources diff --git a/requirements/dev.txt b/requirements/dev.txt index 85b02d198d..ba97006ba4 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,57 +1,64 @@ # -# This file is autogenerated by pip-compile with Python 3.11 -# by the following command: +# This file is autogenerated by pip-compile +# To update, run: # # pip-compile --output-file=dev.txt dev.in # -adal==1.2.6 +adal==1.2.7 # via msrestazure -appdirs==1.4.4 - # via virtualenv -attrs==20.3.0 - # via pytest -azure-batch==10.0.0 +azure-batch==14.0.0 # via -r base.in -azure-common==1.1.26 +azure-common==1.1.28 # via # azure-batch # azure-keyvault-certificates # azure-keyvault-keys # azure-keyvault-secrets -azure-core==1.11.0 +azure-core==1.29.4 # via # azure-identity # azure-keyvault-certificates # azure-keyvault-keys # azure-keyvault-secrets # azure-storage-file-share -azure-identity==1.5.0 - # via -r base.in -azure-keyvault==4.1.0 + # msrest +azure-identity==1.14.0 # via -r base.in -azure-keyvault-certificates==4.2.1 +azure-keyvault-certificates==4.7.0 # via azure-keyvault -azure-keyvault-keys==4.3.1 +azure-keyvault-keys==4.8.0 # via azure-keyvault -azure-keyvault-secrets==4.2.0 +azure-keyvault-secrets==4.7.0 # via azure-keyvault -azure-storage-file-share==12.4.1 +azure-keyvault==4.2.0 # via -r base.in -certifi==2020.12.5 +azure-storage-file-share==12.14.1 + # via -r base.in +build==1.0.3 + # via pip-tools +cachetools==5.3.1 + # via tox +certifi==2023.7.22 # via # msrest # requests -cffi==1.14.5 +cffi==1.15.1 # via cryptography -chardet==4.0.0 +chardet==5.2.0 + # via tox +charset-normalizer==3.2.0 # via requests -click==7.1.2 +click==8.1.7 # via # -r base.in # pip-tools +colorama==0.4.6 + # via tox +contourpy==1.1.1 + # via matplotlib coverage[toml]==7.3.1 # via pytest-cov -cryptography==3.4.6 +cryptography==41.0.3 # via # adal # azure-identity @@ -59,147 +66,175 @@ cryptography==3.4.6 # azure-storage-file-share # msal # pyjwt -cycler==0.10.0 +cycler==0.11.0 # via matplotlib -distlib==0.3.1 +distlib==0.3.7 # via virtualenv -et-xmlfile==1.0.1 +et-xmlfile==1.1.0 # via openpyxl +exceptiongroup==1.1.3 + # via pytest execnet==2.0.2 # via pytest-xdist -filelock==3.0.12 +filelock==3.12.4 # via # tox # virtualenv -gitdb==4.0.5 +fonttools==4.42.1 + # via matplotlib +gitdb==4.0.10 # via gitpython -gitpython==3.1.13 +gitpython==3.1.36 # via -r base.in -idna==2.10 +idna==3.4 # via requests -iniconfig==1.1.1 - # via pytest -isodate==0.6.0 - # via msrest -kiwisolver==1.3.1 +importlib-metadata==6.8.0 + # via build +importlib-resources==6.0.1 # via matplotlib -matplotlib==3.3.4 - # via -r base.in -msal==1.9.0 - # via - # azure-identity - # msal-extensions -msal-extensions==0.3.0 - # via azure-identity -msrest==0.6.21 +iniconfig==2.0.0 + # via pytest +isodate==0.6.1 # via - # azure-batch # azure-keyvault-certificates # azure-keyvault-keys # azure-keyvault-secrets # azure-storage-file-share - # msrestazure + # msrest +kiwisolver==1.4.5 + # via matplotlib +matplotlib==3.7.3 + # via -r base.in +msal-extensions==1.0.0 + # via azure-identity +msal==1.24.0 + # via + # azure-identity + # msal-extensions +msrest==0.7.1 + # via msrestazure msrestazure==0.6.4 # via azure-batch -numpy==1.26.0 +numpy==1.24.4 # via # -r base.in + # contourpy # matplotlib # pandas # scipy -oauthlib==3.1.0 +oauthlib==3.2.2 # via requests-oauthlib -openpyxl==3.1.2 +openpyxl==3.1.0 # via -r base.in -packaging==20.9 +packaging==23.1 # via + # build + # matplotlib + # pyproject-api # pytest # tox -pandas==2.1.0 +pandas==2.0.3 # via -r base.in -pillow==8.1.0 +pillow==10.0.1 # via matplotlib -pip-tools==5.5.0 +pip-tools==7.3.0 # via -r dev.in -pluggy==0.13.1 +platformdirs==3.10.0 # via - # pytest # tox -portalocker==1.7.1 - # via msal-extensions -py==1.10.0 + # virtualenv +pluggy==1.3.0 # via # pytest # tox -pycparser==2.20 +portalocker==2.8.2 + # via msal-extensions +pycparser==2.21 # via cffi -pyinstrument==4.5.0 +pyinstrument==4.5.3 # via -r dev.in -pyjwt[crypto]==2.0.1 +pyjwt[crypto]==2.8.0 # via # adal # msal -pyparsing==2.4.7 - # via - # matplotlib - # packaging -pyshp==2.1.3 +pyparsing==3.1.1 + # via matplotlib +pyproject-api==1.6.1 + # via tox +pyproject-hooks==1.0.0 + # via build +pyshp==2.3.1 # via -r base.in -pytest==6.2.2 - # via - # -r dev.in - # pytest-cov - # pytest-xdist pytest-cov==4.1.0 # via -r dev.in pytest-xdist==3.3.1 # via -r dev.in +pytest==7.4.2 + # via + # -r dev.in + # pytest-cov + # pytest-xdist python-dateutil==2.8.2 # via # adal # matplotlib # pandas -pytz==2021.1 +pytz==2023.3.post1 # via pandas -requests==2.25.1 +requests-oauthlib==1.3.1 + # via msrest +requests==2.31.0 # via # adal # azure-core # msal # msrest # requests-oauthlib -requests-oauthlib==1.3.0 - # via msrest -scipy==1.6.1 +scipy==1.10.1 # via -r base.in -six==1.15.0 +six==1.16.0 # via # azure-core - # azure-identity - # cycler # isodate # msrestazure # python-dateutil - # tox - # virtualenv -smmap==3.0.5 +smmap==5.0.1 # via gitdb squarify==0.4.3 # via -r base.in -toml==0.10.2 +tomli==2.0.1 # via + # build + # coverage + # pip-tools + # pyproject-api + # pyproject-hooks # pytest # tox -tox==3.22.0 +tox==4.11.3 # via -r dev.in +typing-extensions==4.8.0 + # via + # azure-core + # azure-keyvault-certificates + # azure-keyvault-keys + # azure-keyvault-secrets + # azure-storage-file-share tzdata==2023.3 # via pandas -urllib3==1.26.3 +urllib3==2.0.4 # via requests -virtualenv==20.4.2 +virtualenv==20.24.5 # via # -r dev.in # tox +wheel==0.41.2 + # via pip-tools +zipp==3.16.2 + # via + # importlib-metadata + # importlib-resources # The following packages are considered to be unsafe in a requirements file: # pip +# setuptools