diff --git a/requirements/base.txt b/requirements/base.txt index 189f02f6..a56ccdc9 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -9,7 +9,7 @@ annotated-types==0.6.0 # via pydantic bcrypt==4.1.2 # via paramiko -certifi==2023.11.17 +certifi==2024.2.2 # via requests cffi==1.16.0 # via @@ -17,13 +17,13 @@ cffi==1.16.0 # pynacl charset-normalizer==3.3.2 # via requests -cryptography==42.0.0 +cryptography==42.0.2 # via paramiko decorator==5.1.1 # via fabric deprecated==1.2.14 # via fabric -dnspython==2.4.2 +dnspython==2.5.0 # via email-validator email-validator==2.1.0.post1 # via -r base.in @@ -41,9 +41,9 @@ paramiko==3.4.0 # fabric pycparser==2.21 # via cffi -pydantic==2.5.3 +pydantic==2.6.1 # via -r base.in -pydantic-core==2.14.6 +pydantic-core==2.16.2 # via pydantic pynacl==1.5.0 # via paramiko @@ -57,7 +57,7 @@ typing-extensions==4.9.0 # via # pydantic # pydantic-core -urllib3==2.1.0 +urllib3==2.2.0 # via requests wrapt==1.16.0 # via deprecated diff --git a/requirements/ci.txt b/requirements/ci.txt index 26198193..b576beb3 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -21,11 +21,11 @@ packaging==23.2 # via # pyproject-api # tox -platformdirs==4.1.0 +platformdirs==4.2.0 # via # tox # virtualenv -pluggy==1.3.0 +pluggy==1.4.0 # via tox pyproject-api==1.6.1 # via tox diff --git a/requirements/dev.txt b/requirements/dev.txt index 893e7aba..f28ada32 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -13,7 +13,9 @@ -r test.txt -r wheels.txt anyio==4.2.0 - # via jupyter-server + # via + # httpx + # jupyter-server argon2-cffi==23.1.0 # via jupyter-server argon2-cffi-bindings==21.2.0 @@ -28,13 +30,19 @@ click==8.1.7 # pip-tools fqdn==1.5.1 # via jsonschema +h11==0.14.0 + # via httpcore +httpcore==1.0.2 + # via httpx +httpx==0.26.0 + # via jupyterlab isoduration==20.11.0 # via jsonschema json5==0.9.14 # via jupyterlab-server jsonpointer==2.4 # via jsonschema -jsonschema[format-nongpl]==4.21.0 +jsonschema[format-nongpl]==4.21.1 # via # jupyter-events # jupyterlab-server @@ -49,15 +57,15 @@ jupyter-server==2.12.5 # jupyterlab # jupyterlab-server # notebook-shim -jupyter-server-terminals==0.5.1 +jupyter-server-terminals==0.5.2 # via jupyter-server -jupyterlab==4.0.10 +jupyterlab==4.1.0 # via -r dev.in jupyterlab-server==2.25.2 # via jupyterlab notebook-shim==0.2.3 # via jupyterlab -overrides==7.4.0 +overrides==7.7.0 # via jupyter-server pip-compile-multi==2.6.3 # via -r dev.in @@ -75,12 +83,14 @@ rfc3986-validator==0.1.1 # via # jsonschema # jupyter-events -ruff==0.1.13 +ruff==0.2.1 # via -r dev.in send2trash==1.8.2 # via jupyter-server sniffio==1.3.0 - # via anyio + # via + # anyio + # httpx terminado==0.18.0 # via # jupyter-server diff --git a/requirements/docs.txt b/requirements/docs.txt index fd609f8b..0430125e 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -43,9 +43,9 @@ fastjsonschema==2.19.1 # via nbformat imagesize==1.4.1 # via sphinx -ipykernel==6.29.0 +ipykernel==6.29.1 # via -r docs.in -ipython==8.20.0 +ipython==8.21.0 # via # -r docs.in # ipykernel @@ -57,7 +57,7 @@ jinja2==3.1.3 # nbconvert # nbsphinx # sphinx -jsonschema==4.21.0 +jsonschema==4.21.1 # via nbformat jsonschema-specifications==2023.12.1 # via jsonschema @@ -78,7 +78,7 @@ markdown-it-py==3.0.0 # via # mdit-py-plugins # myst-parser -markupsafe==2.1.3 +markupsafe==2.1.5 # via # jinja2 # nbconvert @@ -96,7 +96,7 @@ myst-parser==2.0.0 # via -r docs.in nbclient==0.9.0 # via nbconvert -nbconvert==7.14.2 +nbconvert==7.15.0 # via nbsphinx nbformat==5.9.2 # via @@ -105,7 +105,7 @@ nbformat==5.9.2 # nbsphinx nbsphinx==0.9.3 # via -r docs.in -nest-asyncio==1.5.9 +nest-asyncio==1.6.0 # via ipykernel pandocfilters==1.5.1 # via nbconvert @@ -113,11 +113,11 @@ parso==0.8.3 # via jedi pexpect==4.9.0 # via ipython -platformdirs==4.1.0 +platformdirs==4.2.0 # via jupyter-core prompt-toolkit==3.0.43 # via ipython -psutil==5.9.7 +psutil==5.9.8 # via ipykernel ptyprocess==0.7.0 # via pexpect @@ -134,13 +134,13 @@ pygments==2.17.2 # nbconvert # pydata-sphinx-theme # sphinx -python-dotenv==1.0.0 +python-dotenv==1.0.1 # via pydantic-settings pyzmq==25.1.2 # via # ipykernel # jupyter-client -referencing==0.32.1 +referencing==0.33.0 # via # jsonschema # jsonschema-specifications @@ -162,7 +162,7 @@ sphinx==7.2.6 # sphinx-autodoc-typehints # sphinx-copybutton # sphinx-design -sphinx-autodoc-typehints==1.25.2 +sphinx-autodoc-typehints==1.25.3 # via -r docs.in sphinx-copybutton==0.5.2 # via -r docs.in diff --git a/requirements/mypy.txt b/requirements/mypy.txt index 7677976b..94523f06 100644 --- a/requirements/mypy.txt +++ b/requirements/mypy.txt @@ -10,13 +10,13 @@ mypy==1.8.0 # via -r mypy.in mypy-extensions==1.0.0 # via mypy -types-docutils==0.20.0.20240106 +types-docutils==0.20.0.20240201 # via -r mypy.in -types-paramiko==3.4.0.20240106 +types-paramiko==3.4.0.20240205 # via -r mypy.in types-python-dateutil==2.8.19.20240106 # via -r mypy.in types-pyyaml==6.0.12.12 # via -r mypy.in -types-requests==2.31.0.20240106 +types-requests==2.31.0.20240125 # via -r mypy.in diff --git a/requirements/static.txt b/requirements/static.txt index fa660fba..53c7664c 100644 --- a/requirements/static.txt +++ b/requirements/static.txt @@ -15,7 +15,7 @@ identify==2.5.33 # via pre-commit nodeenv==1.8.0 # via pre-commit -platformdirs==4.1.0 +platformdirs==4.2.0 # via virtualenv pre-commit==3.6.0 # via -r static.in diff --git a/requirements/test.txt b/requirements/test.txt index 589277ec..f8f3b3d5 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -12,17 +12,17 @@ execnet==2.0.2 # via pytest-xdist filelock[typing]==3.13.1 # via -r test.in -hypothesis==6.96.1 +hypothesis==6.98.2 # via -r test.in iniconfig==2.0.0 # via pytest packaging==23.2 # via pytest -pluggy==1.3.0 +pluggy==1.4.0 # via pytest -pyfakefs==5.3.2 +pyfakefs==5.3.5 # via -r test.in -pytest==7.4.4 +pytest==8.0.0 # via # -r test.in # pytest-randomly @@ -30,7 +30,7 @@ pytest==7.4.4 # pytest-xdist pytest-randomly==3.15.0 # via -r test.in -pytest-socket==0.6.0 +pytest-socket==0.7.0 # via -r test.in pytest-xdist==3.5.0 # via -r test.in