Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
* Upgrade Python requirements
* Upgrade pre-commit dependencies
* Upgrade frontend development dependencies
  • Loading branch information
replaceafill authored Jun 12, 2024
1 parent b96b587 commit 4f352a8
Show file tree
Hide file tree
Showing 5 changed files with 686 additions and 679 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ repos:
src/(MCPClient/MCPServer|dashboard)/osdeps/.*\.json
)
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.5
rev: v0.4.8
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/adamchainz/django-upgrade
rev: "1.17.0"
rev: "1.18.0"
hooks:
- id: django-upgrade
args: [--target-version, "4.2"]
Expand Down
24 changes: 12 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build==1.2.1
# via pip-tools
cachetools==5.3.3
# via tox
certifi==2024.2.2
certifi==2024.6.2
# via
# -r requirements.txt
# requests
Expand All @@ -47,11 +47,11 @@ click==8.1.7
# via pip-tools
colorama==0.4.6
# via tox
coverage[toml]==7.5.1
coverage[toml]==7.5.3
# via
# -r requirements-dev.in
# pytest-cov
cryptography==42.0.7
cryptography==42.0.8
# via
# -r requirements.txt
# josepy
Expand Down Expand Up @@ -153,9 +153,9 @@ olefile==0.47
# opf-fido
opf-fido @ git+https://github.com/artefactual-labs/fido.git@564ceb8018a8650fe931cf20e6780ee008e60fca
# via -r requirements.txt
orjson==3.10.1
orjson==3.10.4
# via -r requirements.txt
packaging==24.0
packaging==24.1
# via
# -r requirements.txt
# build
Expand Down Expand Up @@ -200,7 +200,7 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.2.1
pytest==8.2.2
# via
# -r requirements-dev.in
# pytest-cov
Expand Down Expand Up @@ -237,7 +237,7 @@ referencing==0.35.1
# -r requirements.txt
# jsonschema
# jsonschema-specifications
requests==2.32.1
requests==2.32.3
# via
# -r requirements.txt
# agentarchives
Expand Down Expand Up @@ -268,9 +268,9 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.15.0
tox==4.15.1
# via -r requirements-dev.in
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# -r requirements.txt
# asgiref
Expand All @@ -288,7 +288,7 @@ wheel==0.43.0
# via pip-tools
whitenoise==6.6.0
# via -r requirements.txt
zipp==3.18.2
zipp==3.19.2
# via
# -r requirements.txt
# importlib-metadata
Expand All @@ -297,15 +297,15 @@ zope-event==5.0
# via
# -r requirements.txt
# gevent
zope-interface==6.4
zope-interface==6.4.post2
# via
# -r requirements.txt
# gevent

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via pip-tools
setuptools==69.5.1
setuptools==70.0.0
# via
# -r requirements.txt
# pip-tools
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ bagit @ git+https://github.com/artefactual-labs/bagit-python.git@4b8fde73b4e6314
# via -r requirements.in
brotli==1.1.0
# via -r requirements.in
certifi==2024.2.2
certifi==2024.6.2
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
clamd==1.0.2
# via -r requirements.in
cryptography==42.0.7
cryptography==42.0.8
# via
# josepy
# mozilla-django-oidc
Expand Down Expand Up @@ -98,9 +98,9 @@ olefile==0.47
# via opf-fido
opf-fido @ git+https://github.com/artefactual-labs/fido.git@564ceb8018a8650fe931cf20e6780ee008e60fca
# via -r requirements.in
orjson==3.10.1
orjson==3.10.4
# via -r requirements.in
packaging==24.0
packaging==24.1
# via gunicorn
prometheus-client==0.20.0
# via
Expand Down Expand Up @@ -132,7 +132,7 @@ referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
requests==2.32.1
requests==2.32.3
# via
# -r requirements.in
# agentarchives
Expand All @@ -151,7 +151,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.5.0
# via django
typing-extensions==4.11.0
typing-extensions==4.12.2
# via asgiref
unidecode==1.3.8
# via -r requirements.in
Expand All @@ -162,17 +162,17 @@ urllib3==2.2.1
# requests
whitenoise==6.6.0
# via -r requirements.in
zipp==3.18.2
zipp==3.19.2
# via
# importlib-metadata
# importlib-resources
zope-event==5.0
# via gevent
zope-interface==6.4
zope-interface==6.4.post2
# via gevent

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.5.1
setuptools==70.0.0
# via
# zope-event
# zope-interface
Loading

0 comments on commit 4f352a8

Please sign in to comment.