Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen committed Feb 6, 2024
1 parent 2d81c85 commit bc17092
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 35 deletions.
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ 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
# cryptography
# 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
Expand All @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
24 changes: 17 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
22 changes: 11 additions & 11 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -105,19 +105,19 @@ 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
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
Expand All @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions requirements/mypy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion requirements/static.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ 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
# pytest-socket
# 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
Expand Down

0 comments on commit bc17092

Please sign in to comment.