Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen committed Apr 12, 2024
1 parent e800837 commit 9250683
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 66 deletions.
18 changes: 9 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ cffi==1.16.0
# pynacl
charset-normalizer==3.3.2
# via requests
cryptography==42.0.4
cryptography==42.0.5
# via paramiko
decorator==5.1.1
# via fabric
deprecated==1.2.14
# via fabric
dnspython==2.5.0
dnspython==2.6.1
# via email-validator
email-validator==2.1.0.post1
email-validator==2.1.1
# via -r base.in
fabric==3.2.2
# via -r base.in
Expand All @@ -39,25 +39,25 @@ paramiko==3.4.0
# via
# -r base.in
# fabric
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==2.6.1
pydantic==2.7.0
# via -r base.in
pydantic-core==2.16.2
pydantic-core==2.18.1
# via pydantic
pynacl==1.5.0
# via paramiko
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via -r base.in
requests==2.31.0
# via -r base.in
six==1.16.0
# via python-dateutil
typing-extensions==4.9.0
typing-extensions==4.11.0
# via
# pydantic
# pydantic-core
urllib3==2.2.0
urllib3==2.2.1
# via requests
wrapt==1.16.0
# via deprecated
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
#
# pip-compile-multi
#
cachetools==5.3.2
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.13.1
filelock==3.13.4
# via
# tox
# virtualenv
packaging==23.2
packaging==24.0
# via
# pyproject-api
# tox
Expand All @@ -29,7 +29,7 @@ pluggy==1.4.0
# via tox
pyproject-api==1.6.1
# via tox
tox==4.12.1
tox==4.14.2
# via -r ci.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
36 changes: 18 additions & 18 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
-r static.txt
-r test.txt
-r wheels.txt
anyio==4.2.0
anyio==4.3.0
# via
# httpx
# jupyter-server
Expand All @@ -32,13 +32,13 @@ fqdn==1.5.1
# via jsonschema
h11==0.14.0
# via httpcore
httpcore==1.0.2
httpcore==1.0.5
# via httpx
httpx==0.26.0
httpx==0.27.0
# via jupyterlab
isoduration==20.11.0
# via jsonschema
json5==0.9.14
json5==0.9.24
# via jupyterlab-server
jsonpointer==2.4
# via jsonschema
Expand All @@ -47,31 +47,31 @@ jsonschema[format-nongpl]==4.21.1
# jupyter-events
# jupyterlab-server
# nbformat
jupyter-events==0.9.0
jupyter-events==0.10.0
# via jupyter-server
jupyter-lsp==2.2.2
jupyter-lsp==2.2.5
# via jupyterlab
jupyter-server==2.12.5
jupyter-server==2.14.0
# via
# jupyter-lsp
# jupyterlab
# jupyterlab-server
# notebook-shim
jupyter-server-terminals==0.5.2
jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterlab==4.1.0
jupyterlab==4.1.6
# via -r dev.in
jupyterlab-server==2.25.2
jupyterlab-server==2.26.0
# via jupyterlab
notebook-shim==0.2.3
notebook-shim==0.2.4
# via jupyterlab
overrides==7.7.0
# via jupyter-server
pip-compile-multi==2.6.3
# via -r dev.in
pip-tools==7.3.0
pip-tools==7.4.1
# via pip-compile-multi
prometheus-client==0.19.0
prometheus-client==0.20.0
# via jupyter-server
python-json-logger==2.0.7
# via jupyter-events
Expand All @@ -83,15 +83,15 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
ruff==0.2.1
ruff==0.3.7
# via -r dev.in
send2trash==1.8.2
send2trash==1.8.3
# via jupyter-server
sniffio==1.3.0
sniffio==1.3.1
# via
# anyio
# httpx
terminado==0.18.0
terminado==0.18.1
# via
# jupyter-server
# jupyter-server-terminals
Expand All @@ -103,7 +103,7 @@ webcolors==1.13
# via jsonschema
websocket-client==1.7.0
# via jupyter-server
wheel==0.42.0
wheel==0.43.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
32 changes: 16 additions & 16 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ alabaster==0.7.16
# via sphinx
asttokens==2.4.1
# via stack-data
autodoc-pydantic==2.0.1
autodoc-pydantic==2.1.0
# via -r docs.in
babel==2.14.0
# via
Expand All @@ -25,9 +25,9 @@ beautifulsoup4==4.12.3
# pydata-sphinx-theme
bleach==6.1.0
# via nbconvert
comm==0.2.1
comm==0.2.2
# via ipykernel
debugpy==1.8.0
debugpy==1.8.1
# via ipykernel
defusedxml==0.7.1
# via nbconvert
Expand All @@ -43,9 +43,9 @@ fastjsonschema==2.19.1
# via nbformat
imagesize==1.4.1
# via sphinx
ipykernel==6.29.1
ipykernel==6.29.4
# via -r docs.in
ipython==8.21.0
ipython==8.23.0
# via
# -r docs.in
# ipykernel
Expand All @@ -61,11 +61,11 @@ jsonschema==4.21.1
# via nbformat
jsonschema-specifications==2023.12.1
# via jsonschema
jupyter-client==8.6.0
jupyter-client==8.6.1
# via
# ipykernel
# nbclient
jupyter-core==5.7.1
jupyter-core==5.7.2
# via
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -94,11 +94,11 @@ mistune==3.0.2
# via nbconvert
myst-parser==2.0.0
# via -r docs.in
nbclient==0.9.0
nbclient==0.10.0
# via nbconvert
nbconvert==7.15.0
nbconvert==7.16.3
# via nbsphinx
nbformat==5.9.2
nbformat==5.10.4
# via
# nbclient
# nbconvert
Expand All @@ -109,7 +109,7 @@ nest-asyncio==1.6.0
# via ipykernel
pandocfilters==1.5.1
# via nbconvert
parso==0.8.3
parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
Expand All @@ -123,7 +123,7 @@ ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pydantic-settings==2.1.0
pydantic-settings==2.2.1
# via autodoc-pydantic
pydata-sphinx-theme==0.15.2
# via -r docs.in
Expand All @@ -140,11 +140,11 @@ pyzmq==25.1.2
# via
# ipykernel
# jupyter-client
referencing==0.33.0
referencing==0.34.0
# via
# jsonschema
# jsonschema-specifications
rpds-py==0.17.1
rpds-py==0.18.0
# via
# jsonschema
# referencing
Expand All @@ -162,7 +162,7 @@ sphinx==7.2.6
# sphinx-autodoc-typehints
# sphinx-copybutton
# sphinx-design
sphinx-autodoc-typehints==1.25.3
sphinx-autodoc-typehints==2.0.1
# via -r docs.in
sphinx-copybutton==0.5.2
# via -r docs.in
Expand All @@ -188,7 +188,7 @@ tornado==6.4
# via
# ipykernel
# jupyter-client
traitlets==5.14.1
traitlets==5.14.2
# via
# comm
# ipykernel
Expand Down
12 changes: 6 additions & 6 deletions requirements/mypy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
# pip-compile-multi
#
-r test.txt
mypy==1.8.0
mypy==1.9.0
# via -r mypy.in
mypy-extensions==1.0.0
# via mypy
types-docutils==0.20.0.20240201
types-docutils==0.20.0.20240406
# via -r mypy.in
types-paramiko==3.4.0.20240205
types-paramiko==3.4.0.20240311
# via -r mypy.in
types-python-dateutil==2.8.19.20240106
types-python-dateutil==2.9.0.20240316
# via -r mypy.in
types-pyyaml==6.0.12.12
types-pyyaml==6.0.12.20240311
# via -r mypy.in
types-requests==2.31.0.20240125
types-requests==2.31.0.20240406
# via -r mypy.in
8 changes: 4 additions & 4 deletions requirements/static.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ cfgv==3.4.0
# via pre-commit
distlib==0.3.8
# via virtualenv
filelock==3.13.1
filelock==3.13.4
# via virtualenv
identify==2.5.33
identify==2.5.35
# via pre-commit
nodeenv==1.8.0
# via pre-commit
platformdirs==4.2.0
# via virtualenv
pre-commit==3.6.0
pre-commit==3.7.0
# via -r static.in
pyyaml==6.0.1
# via pre-commit
virtualenv==20.25.0
virtualenv==20.25.1
# via pre-commit

# The following packages are considered to be unsafe in a requirements file:
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
-r base.txt
attrs==23.2.0
# via hypothesis
execnet==2.0.2
execnet==2.1.1
# via pytest-xdist
filelock[typing]==3.13.1
filelock[typing]==3.13.4
# via -r test.in
hypothesis==6.98.2
hypothesis==6.100.1
# via -r test.in
iniconfig==2.0.0
# via pytest
packaging==23.2
packaging==24.0
# via pytest
pluggy==1.4.0
# via pytest
pyfakefs==5.3.5
pyfakefs==5.4.1
# via -r test.in
pytest==8.0.0
pytest==8.1.1
# via
# -r test.in
# pytest-randomly
Expand Down
4 changes: 2 additions & 2 deletions requirements/wheels.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#
# pip-compile-multi
#
build==1.0.3
build==1.2.1
# via -r wheels.in
packaging==23.2
packaging==24.0
# via build
pyproject-hooks==1.0.0
# via build

0 comments on commit 9250683

Please sign in to comment.