Skip to content

Commit

Permalink
Merge pull request #220 from SciCatProject/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
jl-wynen authored Jun 18, 2024
2 parents 1bc1adb + 9d2c08a commit 3230fc3
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

steps:
- uses: actions/download-artifact@v4
- uses: pypa/gh-action-pypi-publish@v1.8.14
- uses: pypa/gh-action-pypi-publish@v1.9.0

docs:
needs: upload_packages
Expand Down
18 changes: 9 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# SHA1:3e3a0c875b5da89f27065e036b85c7bcbf0d1700
# SHA1:f32eefa8f0f9702a1bef14424ab42d5ded67cc28
#
# This file is autogenerated by pip-compile-multi
# To update, run:
#
# pip-compile-multi
#
annotated-types==0.6.0
annotated-types==0.7.0
# via pydantic
anyio==4.3.0
anyio==4.4.0
# via httpx
bcrypt==4.1.3
# via paramiko
certifi==2024.2.2
certifi==2024.6.2
# via
# httpcore
# httpx
cffi==1.16.0
# via
# cryptography
# pynacl
cryptography==42.0.7
cryptography==42.0.8
# via paramiko
dnspython==2.6.1
# via email-validator
email-validator==2.1.1
email-validator==2.1.2
# via -r base.in
h11==0.14.0
# via httpcore
Expand All @@ -40,9 +40,9 @@ paramiko==3.4.0
# via -r base.in
pycparser==2.22
# via cffi
pydantic==2.7.1
pydantic==2.7.4
# via -r base.in
pydantic-core==2.18.2
pydantic-core==2.18.4
# via pydantic
pynacl==1.5.0
# via paramiko
Expand All @@ -54,7 +54,7 @@ sniffio==1.3.1
# via
# anyio
# httpx
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# pydantic
# pydantic-core
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.14.0
filelock==3.15.1
# via
# tox
# virtualenv
packaging==24.0
packaging==24.1
# via
# pyproject-api
# tox
Expand All @@ -29,7 +29,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.6.1
# via tox
tox==4.15.0
tox==4.15.1
# via -r ci.in
virtualenv==20.26.2
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ isoduration==20.11.0
# via jsonschema
json5==0.9.25
# via jupyterlab-server
jsonpointer==2.4
jsonpointer==3.0.0
# via jsonschema
jsonschema[format-nongpl]==4.22.0
# via
Expand All @@ -41,23 +41,23 @@ jupyter-events==0.10.0
# via jupyter-server
jupyter-lsp==2.2.5
# via jupyterlab
jupyter-server==2.14.0
jupyter-server==2.14.1
# via
# jupyter-lsp
# jupyterlab
# jupyterlab-server
# notebook-shim
jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterlab==4.2.0
jupyterlab==4.2.2
# via -r dev.in
jupyterlab-server==2.27.1
jupyterlab-server==2.27.2
# via jupyterlab
notebook-shim==0.2.4
# via jupyterlab
overrides==7.7.0
# via jupyter-server
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
Expand All @@ -73,7 +73,7 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
ruff==0.4.4
ruff==0.4.9
# via -r dev.in
send2trash==1.8.3
# via jupyter-server
Expand All @@ -85,7 +85,7 @@ toposort==1.10
# via pip-compile-multi
uri-template==1.3.0
# via jsonschema
webcolors==1.13
webcolors==24.6.0
# via jsonschema
websocket-client==1.8.0
# via jupyter-server
Expand Down
20 changes: 10 additions & 10 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ docutils==0.21.2
# sphinx
executing==2.0.1
# via stack-data
fastjsonschema==2.19.1
fastjsonschema==2.20.0
# via nbformat
imagesize==1.4.1
# via sphinx
ipykernel==6.29.4
# via -r docs.in
ipython==8.24.0
ipython==8.25.0
# via
# -r docs.in
# ipykernel
Expand All @@ -65,7 +65,7 @@ jsonschema==4.22.0
# via nbformat
jsonschema-specifications==2023.12.1
# via jsonschema
jupyter-client==8.6.1
jupyter-client==8.6.2
# via
# ipykernel
# nbclient
Expand Down Expand Up @@ -119,17 +119,17 @@ pexpect==4.9.0
# via ipython
platformdirs==4.2.2
# via jupyter-core
prompt-toolkit==3.0.43
prompt-toolkit==3.0.47
# via ipython
psutil==5.9.8
# via ipykernel
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pydantic-settings==2.2.1
pydantic-settings==2.3.3
# via autodoc-pydantic
pydata-sphinx-theme==0.15.2
pydata-sphinx-theme==0.15.3
# via -r docs.in
pygments==2.18.0
# via
Expand All @@ -148,7 +148,7 @@ referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
requests==2.32.3
# via sphinx
rpds-py==0.18.1
# via
Expand All @@ -168,11 +168,11 @@ sphinx==7.3.7
# sphinx-autodoc-typehints
# sphinx-copybutton
# sphinx-design
sphinx-autodoc-typehints==2.1.0
sphinx-autodoc-typehints==2.1.1
# via -r docs.in
sphinx-copybutton==0.5.2
# via -r docs.in
sphinx-design==0.5.0
sphinx-design==0.6.0
# via -r docs.in
sphinxcontrib-applehelp==1.0.8
# via sphinx
Expand Down Expand Up @@ -206,7 +206,7 @@ traitlets==5.14.3
# nbconvert
# nbformat
# nbsphinx
urllib3==2.2.1
urllib3==2.2.2
# via requests
wcwidth==0.2.13
# via prompt-toolkit
Expand Down
4 changes: 2 additions & 2 deletions requirements/mypy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ types-python-dateutil==2.9.0.20240316
# via -r mypy.in
types-pyyaml==6.0.12.20240311
# via -r mypy.in
types-requests==2.31.0.20240406
types-requests==2.32.0.20240602
# via -r mypy.in
urllib3==2.2.1
urllib3==2.2.2
# via types-requests
7 changes: 2 additions & 5 deletions requirements/static.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ cfgv==3.4.0
# via pre-commit
distlib==0.3.8
# via virtualenv
filelock==3.14.0
filelock==3.15.1
# via virtualenv
identify==2.5.36
# via pre-commit
nodeenv==1.8.0
nodeenv==1.9.1
# via pre-commit
platformdirs==4.2.2
# via virtualenv
Expand All @@ -23,6 +23,3 @@ pyyaml==6.0.1
# via pre-commit
virtualenv==20.26.2
# via pre-commit

# The following packages are considered to be unsafe in a requirements file:
# setuptools
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ attrs==23.2.0
# via hypothesis
execnet==2.1.1
# via pytest-xdist
filelock[typing]==3.14.0
filelock[typing]==3.15.1
# via -r test.in
hypothesis==6.102.4
hypothesis==6.103.2
# via -r test.in
iniconfig==2.0.0
# via pytest
packaging==24.0
packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
pyfakefs==5.5.0
# via -r test.in
pytest==8.2.0
pytest==8.2.2
# via
# -r test.in
# pytest-randomly
Expand Down
2 changes: 1 addition & 1 deletion requirements/wheels.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
build==1.2.1
# via -r wheels.in
packaging==24.0
packaging==24.1
# via build
pyproject-hooks==1.1.0
# via build

0 comments on commit 3230fc3

Please sign in to comment.