From 32983aff2dd1da7d26351f775847fc03698e7cf1 Mon Sep 17 00:00:00 2001 From: Gabriel Fioravante Date: Sun, 19 May 2024 13:20:48 -0300 Subject: [PATCH] Dependency bump (#567) * bump deps * bump xprocess --------- Co-authored-by: Gabriel Fioravante --- requirements/dev.txt | 111 ++++++++++++++++++++-------------------- requirements/docs.txt | 63 ++++++++++------------- requirements/tests.txt | 42 ++++++++------- requirements/typing.txt | 26 +++++----- 4 files changed, 116 insertions(+), 126 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 4d0080d6..a8995bbd 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,68 +1,70 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.11 +# by the following command: # # pip-compile dev.in # -alabaster==0.7.12 +alabaster==0.7.16 # via sphinx -asgiref==3.7.2 +asgiref==3.8.1 # via -r tests.in -babel==2.10.3 +babel==2.15.0 # via sphinx -build==0.8.0 +blinker==1.8.2 + # via flask +build==1.2.1 # via pip-tools -cachelib==0.10.2 +cachelib==0.13.0 # via -r tests.in -cachetools==5.3.1 +cachetools==5.3.3 # via tox -certifi==2023.7.22 +certifi==2024.2.2 # via requests -cfgv==3.3.1 +cfgv==3.4.0 # via pre-commit chardet==5.2.0 # via tox -charset-normalizer==2.1.0 +charset-normalizer==3.3.2 # via requests -click==8.1.3 +click==8.1.7 # via # flask # pip-tools colorama==0.4.6 # via tox -distlib==0.3.7 +distlib==0.3.8 # via virtualenv -docutils==0.18.1 +docutils==0.21.2 # via # sphinx # sphinx-tabs -filelock==3.12.3 +filelock==3.14.0 # via # tox # virtualenv -flask==2.2.5 +flask==3.0.3 # via -r tests.in -identify==2.5.2 +identify==2.5.36 # via pre-commit -idna==3.3 +idna==3.7 # via requests imagesize==1.4.1 # via sphinx -iniconfig==1.1.1 +iniconfig==2.0.0 # via pytest -itsdangerous==2.1.2 +itsdangerous==2.2.0 # via flask -jinja2==3.1.2 +jinja2==3.1.4 # via # flask # sphinx -markupsafe==2.1.1 +markupsafe==2.1.5 # via # jinja2 # werkzeug -nodeenv==1.7.0 +nodeenv==1.8.0 # via pre-commit -packaging==23.1 +packaging==24.0 # via # build # pallets-sphinx-themes @@ -70,27 +72,23 @@ packaging==23.1 # pytest # sphinx # tox -pallets-sphinx-themes==2.0.3 +pallets-sphinx-themes==2.1.3 # via -r docs.in -pep517==0.13.0 - # via build -pip-tools==7.3.0 +pip-tools==7.4.1 # via -r dev.in -platformdirs==3.10.0 +platformdirs==4.2.2 # via # tox # virtualenv -pluggy==1.3.0 +pluggy==1.5.0 # via # pytest # tox -pre-commit==3.2.2 +pre-commit==3.7.1 # via -r dev.in -psutil==5.9.1 - # via pytest-xprocess -py==1.11.0 +psutil==5.9.8 # via pytest-xprocess -pygments==2.15.0 +pygments==2.18.0 # via # sphinx # sphinx-tabs @@ -98,62 +96,63 @@ pylibmc==1.6.3 # via -r tests.in pyproject-api==1.6.1 # via tox -pytest==7.3.1 +pyproject-hooks==1.1.0 + # via + # build + # pip-tools +pytest==8.2.0 # via # -r tests.in # pytest-asyncio # pytest-xprocess -pytest-asyncio==0.21.1 +pytest-asyncio==0.23.7 # via -r tests.in -pytest-xprocess==0.22.2 +pytest-xprocess==1.0.2 # via -r tests.in -pytz==2022.1 - # via babel -pyyaml==6.0 +pyyaml==6.0.1 # via pre-commit -redis==5.0.0 +redis==5.0.4 # via -r tests.in requests==2.31.0 # via sphinx snowballstemmer==2.2.0 # via sphinx -sphinx==7.2.6 +sphinx==7.3.7 # via # -r docs.in # pallets-sphinx-themes # sphinx-issues # sphinx-tabs # sphinxcontrib-log-cabinet - # sphinxcontrib-serializinghtml -sphinx-issues==3.0.1 +sphinx-issues==4.1.0 # via -r docs.in -sphinx-tabs==3.4.1 +sphinx-tabs==3.4.5 # via -r docs.in -sphinxcontrib-applehelp==1.0.2 +sphinxcontrib-applehelp==1.0.8 # via sphinx -sphinxcontrib-devhelp==1.0.2 +sphinxcontrib-devhelp==1.0.6 # via sphinx -sphinxcontrib-htmlhelp==2.0.0 +sphinxcontrib-htmlhelp==2.0.5 # via sphinx sphinxcontrib-jsmath==1.0.1 # via sphinx sphinxcontrib-log-cabinet==1.0.1 # via -r docs.in -sphinxcontrib-qthelp==1.0.3 +sphinxcontrib-qthelp==1.0.7 # via sphinx -sphinxcontrib-serializinghtml==1.1.9 +sphinxcontrib-serializinghtml==1.1.10 # via sphinx -tox==4.11.0 +tox==4.15.0 # via -r dev.in -urllib3==1.26.17 +urllib3==2.2.1 # via requests -virtualenv==20.24.4 +virtualenv==20.26.2 # via # pre-commit # tox -werkzeug==2.2.3 +werkzeug==3.0.3 # via flask -wheel==0.38.1 +wheel==0.43.0 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/docs.txt b/requirements/docs.txt index 6596778e..dec7cde3 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,38 +1,36 @@ # -# This file is autogenerated by pip-compile with Python 3.9 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # -# pip-compile requirements/docs.in +# pip-compile docs.in # -alabaster==0.7.13 +alabaster==0.7.16 # via sphinx -babel==2.13.0 +babel==2.15.0 # via sphinx -certifi==2023.7.22 +certifi==2024.2.2 # via requests -charset-normalizer==3.3.0 +charset-normalizer==3.3.2 # via requests -docutils==0.18.1 +docutils==0.21.2 # via # sphinx # sphinx-tabs -idna==3.4 +idna==3.7 # via requests imagesize==1.4.1 # via sphinx -importlib-metadata==6.8.0 +jinja2==3.1.4 # via sphinx -jinja2==3.1.2 - # via sphinx -markupsafe==2.1.3 +markupsafe==2.1.5 # via jinja2 -packaging==23.2 +packaging==24.0 # via # pallets-sphinx-themes # sphinx -pallets-sphinx-themes==2.1.1 - # via -r requirements/docs.in -pygments==2.16.1 +pallets-sphinx-themes==2.1.3 + # via -r docs.in +pygments==2.18.0 # via # sphinx # sphinx-tabs @@ -40,37 +38,30 @@ requests==2.31.0 # via sphinx snowballstemmer==2.2.0 # via sphinx -sphinx==7.2.6 +sphinx==7.3.7 # via - # -r requirements/docs.in + # -r docs.in # pallets-sphinx-themes # sphinx-issues # sphinx-tabs - # sphinxcontrib-applehelp - # sphinxcontrib-devhelp - # sphinxcontrib-htmlhelp # sphinxcontrib-log-cabinet - # sphinxcontrib-qthelp - # sphinxcontrib-serializinghtml -sphinx-issues==3.0.1 - # via -r requirements/docs.in -sphinx-tabs==3.4.1 - # via -r requirements/docs.in -sphinxcontrib-applehelp==1.0.7 +sphinx-issues==4.1.0 + # via -r docs.in +sphinx-tabs==3.4.5 + # via -r docs.in +sphinxcontrib-applehelp==1.0.8 # via sphinx -sphinxcontrib-devhelp==1.0.5 +sphinxcontrib-devhelp==1.0.6 # via sphinx -sphinxcontrib-htmlhelp==2.0.4 +sphinxcontrib-htmlhelp==2.0.5 # via sphinx sphinxcontrib-jsmath==1.0.1 # via sphinx sphinxcontrib-log-cabinet==1.0.1 - # via -r requirements/docs.in -sphinxcontrib-qthelp==1.0.6 + # via -r docs.in +sphinxcontrib-qthelp==1.0.7 # via sphinx -sphinxcontrib-serializinghtml==1.1.9 +sphinxcontrib-serializinghtml==1.1.10 # via sphinx -urllib3==2.0.6 +urllib3==2.2.1 # via requests -zipp==3.17.0 - # via importlib-metadata diff --git a/requirements/tests.txt b/requirements/tests.txt index c990e5eb..a9cb2bd4 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,49 +1,47 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.11 +# by the following command: # # pip-compile tests.in # -asgiref==3.7.2 +asgiref==3.8.1 # via -r tests.in -cachelib==0.10.2 +blinker==1.8.2 + # via flask +cachelib==0.13.0 # via -r tests.in -click==8.1.3 +click==8.1.7 # via flask -flask==2.2.5 +flask==3.0.3 # via -r tests.in -iniconfig==1.1.1 +iniconfig==2.0.0 # via pytest -itsdangerous==2.1.2 +itsdangerous==2.2.0 # via flask -jinja2==3.1.2 +jinja2==3.1.4 # via flask -markupsafe==2.1.1 +markupsafe==2.1.5 # via # jinja2 # werkzeug -packaging==21.3 +packaging==24.0 # via pytest -pluggy==1.0.0 +pluggy==1.5.0 # via pytest -psutil==5.9.1 - # via pytest-xprocess -py==1.11.0 +psutil==5.9.8 # via pytest-xprocess pylibmc==1.6.3 # via -r tests.in -pyparsing==3.0.9 - # via packaging -pytest==7.3.1 +pytest==8.2.0 # via # -r tests.in # pytest-asyncio # pytest-xprocess -pytest-asyncio==0.21.1 +pytest-asyncio==0.23.7 # via -r tests.in -pytest-xprocess==0.22.2 +pytest-xprocess==1.0.2 # via -r tests.in -redis==5.0.0 +redis==5.0.4 # via -r tests.in -werkzeug==2.2.3 +werkzeug==3.0.3 # via flask diff --git a/requirements/typing.txt b/requirements/typing.txt index 427556db..c3a67540 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,26 +1,28 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.11 +# by the following command: # # pip-compile typing.in # -cffi==1.15.1 +cffi==1.16.0 # via cryptography -cryptography==41.0.6 +cryptography==42.0.7 # via # types-pyopenssl # types-redis -mypy==0.981 +mypy==1.10.0 # via -r typing.in -mypy-extensions==0.4.3 +mypy-extensions==1.0.0 # via mypy -pycparser==2.21 +pycparser==2.22 # via cffi -tomli==2.0.1 - # via mypy -types-pyopenssl==23.0.0.2 +types-cffi==1.16.0.20240331 + # via types-pyopenssl +types-pyopenssl==24.1.0.20240425 # via types-redis -types-redis==4.6.0.5 +types-redis==4.6.0.20240425 # via -r typing.in -typing-extensions==4.3.0 +types-setuptools==69.5.0.20240519 + # via types-cffi +typing-extensions==4.11.0 # via mypy