From 86a299032740a596c48bbc3970f8ebc18a406ea9 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Wynen Date: Tue, 10 Sep 2024 13:08:45 +0200 Subject: [PATCH] Update dependencies --- requirements/base.txt | 4 ++-- requirements/basetest.txt | 6 +++++- requirements/ci.txt | 18 +++++++++++------- requirements/dev.txt | 34 +++++++++++++++++----------------- requirements/docs.txt | 32 +++++++++++++++++--------------- requirements/mypy.txt | 4 ++-- requirements/nightly.in | 2 +- requirements/nightly.txt | 6 +++--- requirements/static.txt | 6 +++--- requirements/wheels.txt | 4 +++- 10 files changed, 64 insertions(+), 52 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 77cc1dbf..01b7f37f 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -7,7 +7,7 @@ # h5py==3.11.0 # via -r base.in -numpy==2.0.1 +numpy==2.1.1 # via # h5py # scipp @@ -16,7 +16,7 @@ python-dateutil==2.9.0.post0 # via -r base.in scipp==24.9.1 # via -r base.in -scipy==1.14.0 +scipy==1.14.1 # via -r base.in six==1.16.0 # via python-dateutil diff --git a/requirements/basetest.txt b/requirements/basetest.txt index d5c45b91..abc2199a 100644 --- a/requirements/basetest.txt +++ b/requirements/basetest.txt @@ -5,11 +5,15 @@ # # pip-compile-multi # +exceptiongroup==1.2.2 + # via pytest iniconfig==2.0.0 # via pytest packaging==24.1 # via pytest pluggy==1.5.0 # via pytest -pytest==8.3.2 +pytest==8.3.3 # via -r basetest.in +tomli==2.0.1 + # via pytest diff --git a/requirements/ci.txt b/requirements/ci.txt index 2c29005e..cb752e29 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -5,9 +5,9 @@ # # pip-compile-multi # -cachetools==5.4.0 +cachetools==5.5.0 # via tox -certifi==2024.7.4 +certifi==2024.8.30 # via requests chardet==5.2.0 # via tox @@ -17,7 +17,7 @@ colorama==0.4.6 # via tox distlib==0.3.8 # via virtualenv -filelock==3.15.4 +filelock==3.16.0 # via # tox # virtualenv @@ -25,14 +25,14 @@ gitdb==4.0.11 # via gitpython gitpython==3.1.43 # via -r ci.in -idna==3.7 +idna==3.8 # via requests packaging==24.1 # via # -r ci.in # pyproject-api # tox -platformdirs==4.2.2 +platformdirs==4.3.2 # via # tox # virtualenv @@ -44,9 +44,13 @@ requests==2.32.3 # via -r ci.in smmap==5.0.1 # via gitdb -tox==4.17.1 +tomli==2.0.1 + # via + # pyproject-api + # tox +tox==4.18.1 # via -r ci.in urllib3==2.2.2 # via requests -virtualenv==20.26.3 +virtualenv==20.26.4 # via tox diff --git a/requirements/dev.txt b/requirements/dev.txt index cce3801e..6b3bbeb0 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -12,9 +12,9 @@ -r static.txt -r test.txt -r wheels.txt -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic -anyio==4.3.0 +anyio==4.4.0 # via # httpx # jupyter-server @@ -26,15 +26,15 @@ arrow==1.3.0 # via isoduration async-lru==2.0.4 # via jupyterlab -cffi==1.16.0 +cffi==1.17.1 # via argon2-cffi-bindings click==8.1.7 # via # pip-compile-multi # pip-tools -copier==9.2.0 +copier==9.3.1 # via -r dev.in -dunamai==1.20.0 +dunamai==1.22.0 # via copier fqdn==1.5.1 # via jsonschema @@ -44,7 +44,7 @@ h11==0.14.0 # via httpcore httpcore==1.0.5 # via httpx -httpx==0.27.0 +httpx==0.27.2 # via jupyterlab isoduration==20.11.0 # via jsonschema @@ -52,9 +52,9 @@ jinja2-ansible-filters==1.3.2 # via copier json5==0.9.25 # via jupyterlab-server -jsonpointer==2.4 +jsonpointer==3.0.0 # via jsonschema -jsonschema[format-nongpl]==4.21.1 +jsonschema[format-nongpl]==4.23.0 # via # jupyter-events # jupyterlab-server @@ -63,7 +63,7 @@ jupyter-events==0.10.0 # via jupyter-server jupyter-lsp==2.2.5 # via jupyterlab -jupyter-server==2.14.0 +jupyter-server==2.14.2 # via # jupyter-lsp # jupyterlab @@ -71,9 +71,9 @@ jupyter-server==2.14.0 # notebook-shim jupyter-server-terminals==0.5.3 # via jupyter-server -jupyterlab==4.1.8 +jupyterlab==4.2.5 # via -r dev.in -jupyterlab-server==2.27.1 +jupyterlab-server==2.27.3 # via jupyterlab notebook-shim==0.2.4 # via jupyterlab @@ -81,7 +81,7 @@ overrides==7.7.0 # via jupyter-server pathspec==0.12.1 # via copier -pip-compile-multi==2.6.3 +pip-compile-multi==2.6.4 # via -r dev.in pip-tools==7.4.1 # via pip-compile-multi @@ -91,9 +91,9 @@ prometheus-client==0.20.0 # via jupyter-server pycparser==2.22 # via cffi -pydantic==2.7.1 +pydantic==2.9.1 # via copier -pydantic-core==2.18.2 +pydantic-core==2.23.3 # via pydantic python-json-logger==2.0.7 # via jupyter-events @@ -119,15 +119,15 @@ terminado==0.18.1 # jupyter-server-terminals toposort==1.10 # via pip-compile-multi -types-python-dateutil==2.9.0.20240316 +types-python-dateutil==2.9.0.20240906 # via arrow uri-template==1.3.0 # via jsonschema -webcolors==1.13 +webcolors==24.8.0 # via jsonschema websocket-client==1.8.0 # via jupyter-server -wheel==0.43.0 +wheel==0.44.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 f2cd0999..25db9a77 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -10,8 +10,6 @@ accessible-pygments==0.0.5 # via pydata-sphinx-theme alabaster==1.0.0 # via sphinx -appnope==0.1.4 - # via ipykernel asttokens==2.4.1 # via stack-data attrs==24.2.0 @@ -28,13 +26,13 @@ beautifulsoup4==4.12.3 # pydata-sphinx-theme bleach==6.1.0 # via nbconvert -certifi==2024.7.4 +certifi==2024.8.30 # via requests charset-normalizer==3.3.2 # via requests comm==0.2.2 # via ipykernel -contourpy==1.2.1 +contourpy==1.3.0 # via matplotlib cycler==0.12.1 # via matplotlib @@ -50,19 +48,21 @@ docutils==0.21.2 # nbsphinx # pydata-sphinx-theme # sphinx -executing==2.0.1 +exceptiongroup==1.2.2 + # via ipython +executing==2.1.0 # via stack-data fastjsonschema==2.20.0 # via nbformat fonttools==4.53.1 # via matplotlib -idna==3.7 +idna==3.8 # via requests imagesize==1.4.1 # via sphinx ipykernel==6.29.5 # via -r docs.in -ipython==8.26.0 +ipython==8.27.0 # via # -r docs.in # ipykernel @@ -91,7 +91,7 @@ jupyter-core==5.7.2 # nbformat jupyterlab-pygments==0.3.0 # via nbconvert -kiwisolver==1.4.5 +kiwisolver==1.4.7 # via matplotlib markdown-it-py==3.0.0 # via @@ -109,7 +109,7 @@ matplotlib-inline==0.1.7 # via # ipykernel # ipython -mdit-py-plugins==0.4.1 +mdit-py-plugins==0.4.2 # via myst-parser mdurl==0.1.2 # via markdown-it-py @@ -126,7 +126,7 @@ nbformat==5.10.4 # nbclient # nbconvert # nbsphinx -nbsphinx==0.9.4 +nbsphinx==0.9.5 # via -r docs.in nest-asyncio==1.6.0 # via ipykernel @@ -146,7 +146,7 @@ pexpect==4.9.0 # via ipython pillow==10.4.0 # via matplotlib -platformdirs==4.2.2 +platformdirs==4.3.2 # via # jupyter-core # pooch @@ -171,11 +171,11 @@ pygments==2.18.0 # nbconvert # pydata-sphinx-theme # sphinx -pyparsing==3.1.2 +pyparsing==3.1.4 # via matplotlib pyyaml==6.0.2 # via myst-parser -pyzmq==26.1.0 +pyzmq==26.2.0 # via # ipykernel # jupyter-client @@ -193,7 +193,7 @@ rpds-py==0.20.0 # referencing snowballstemmer==2.2.0 # via sphinx -soupsieve==2.5 +soupsieve==2.6 # via beautifulsoup4 sphinx==8.0.2 # via @@ -204,7 +204,7 @@ sphinx==8.0.2 # sphinx-autodoc-typehints # sphinx-copybutton # sphinx-design -sphinx-autodoc-typehints==2.2.3 +sphinx-autodoc-typehints==2.4.0 # via -r docs.in sphinx-copybutton==0.5.2 # via -r docs.in @@ -226,6 +226,8 @@ stack-data==0.6.3 # via ipython tinycss2==1.3.0 # via nbconvert +tomli==2.0.1 + # via sphinx tornado==6.4.1 # via # ipykernel diff --git a/requirements/mypy.txt b/requirements/mypy.txt index 15e9ad7c..383f872a 100644 --- a/requirements/mypy.txt +++ b/requirements/mypy.txt @@ -6,9 +6,9 @@ # pip-compile-multi # -r test.txt -mypy==1.10.0 +mypy==1.11.2 # via -r mypy.in mypy-extensions==1.0.0 # via mypy -typing-extensions==4.11.0 +typing-extensions==4.12.2 # via mypy diff --git a/requirements/nightly.in b/requirements/nightly.in index 2582f4cc..0b5dc7e8 100644 --- a/requirements/nightly.in +++ b/requirements/nightly.in @@ -4,4 +4,4 @@ python-dateutil scipy h5py -scipp @ https://github.com/scipp/scipp/releases/download/nightly/scipp-nightly-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl \ No newline at end of file +scipp @ https://github.com/scipp/scipp/releases/download/nightly/scipp-nightly-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl diff --git a/requirements/nightly.txt b/requirements/nightly.txt index b4fefd5f..f00af808 100644 --- a/requirements/nightly.txt +++ b/requirements/nightly.txt @@ -1,4 +1,4 @@ -# SHA1:6cffc86dc2938853053dd653f44046481a5e0580 +# SHA1:fdfac4acdec12939ba655f8658f487599c3c6417 # # This file is autogenerated by pip-compile-multi # To update, run: @@ -8,7 +8,7 @@ -r basetest.txt h5py==3.11.0 # via -r nightly.in -numpy==1.26.4 +numpy==2.1.1 # via # h5py # scipp @@ -17,7 +17,7 @@ python-dateutil==2.9.0.post0 # via -r nightly.in scipp @ https://github.com/scipp/scipp/releases/download/nightly/scipp-nightly-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl # via -r nightly.in -scipy==1.13.0 +scipy==1.14.1 # via -r nightly.in six==1.16.0 # via python-dateutil diff --git a/requirements/static.txt b/requirements/static.txt index 85da246d..e98dd2c2 100644 --- a/requirements/static.txt +++ b/requirements/static.txt @@ -9,17 +9,17 @@ cfgv==3.4.0 # via pre-commit distlib==0.3.8 # via virtualenv -filelock==3.15.4 +filelock==3.16.0 # via virtualenv identify==2.6.0 # via pre-commit nodeenv==1.9.1 # via pre-commit -platformdirs==4.2.2 +platformdirs==4.3.2 # via virtualenv pre-commit==3.8.0 # via -r static.in pyyaml==6.0.2 # via pre-commit -virtualenv==20.26.3 +virtualenv==20.26.4 # via pre-commit diff --git a/requirements/wheels.txt b/requirements/wheels.txt index 58e1bd40..24447442 100644 --- a/requirements/wheels.txt +++ b/requirements/wheels.txt @@ -5,9 +5,11 @@ # # pip-compile-multi # -build==1.2.1 +build==1.2.2 # via -r wheels.in packaging==24.1 # via build pyproject-hooks==1.1.0 # via build +tomli==2.0.1 + # via build