Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
* Upgrade pre-commit dependencies
* Upgrade Python requirements
* Upgrade frontend dependencies
  • Loading branch information
replaceafill committed Aug 28, 2024
1 parent 6009276 commit ee0ba15
Show file tree
Hide file tree
Showing 5 changed files with 1,131 additions and 572 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
src/(MCPClient/MCPServer|dashboard)/install/.*\.json
)
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.6.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down Expand Up @@ -46,7 +46,7 @@ repos:
hooks:
- id: validate-cff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
rev: v1.11.2
hooks:
- id: mypy
additional_dependencies:
Expand Down
24 changes: 12 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ brotli==1.1.0
# via -r requirements.txt
build==1.2.1
# via pip-tools
cachetools==5.4.0
cachetools==5.5.0
# via tox
certifi==2024.7.4
# via
Expand Down Expand Up @@ -100,18 +100,18 @@ greenlet==3.0.3
# via
# -r requirements.txt
# gevent
gunicorn==22.0.0
gunicorn==23.0.0
# via -r requirements.txt
idna==3.7
idna==3.8
# via
# -r requirements.txt
# requests
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via
# -r requirements.txt
# build
# pytest-randomly
importlib-resources==6.4.0
importlib-resources==6.4.4
# via
# -r requirements.txt
# opf-fido
Expand All @@ -131,7 +131,7 @@ jsonschema-specifications==2023.12.1
# jsonschema
lazy-paged-sequence==0.3
# via -r requirements.txt
lxml==5.2.2
lxml==5.3.0
# via
# -r requirements.txt
# ammcpc
Expand All @@ -153,7 +153,7 @@ olefile==0.47
# opf-fido
opf-fido @ git+https://github.com/artefactual-labs/fido.git@564ceb8018a8650fe931cf20e6780ee008e60fca
# via -r requirements.txt
orjson==3.10.6
orjson==3.10.7
# via -r requirements.txt
packaging==24.1
# via
Expand Down Expand Up @@ -228,7 +228,7 @@ python-ldap==3.4.4
# -r requirements.txt
# django-auth-ldap
# mockldap
python-mimeparse==1.6.0
python-mimeparse==2.0.0
# via
# -r requirements.txt
# django-tastypie
Expand Down Expand Up @@ -268,7 +268,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.17.1
tox==4.18.0
# via -r requirements-dev.in
typing-extensions==4.12.2
# via
Expand All @@ -288,7 +288,7 @@ wheel==0.44.0
# via pip-tools
whitenoise==6.7.0
# via -r requirements.txt
zipp==3.19.2
zipp==3.20.1
# via
# -r requirements.txt
# importlib-metadata
Expand All @@ -297,15 +297,15 @@ zope-event==5.0
# via
# -r requirements.txt
# gevent
zope-interface==7.0.1
zope-interface==7.0.3
# via
# -r requirements.txt
# gevent

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via pip-tools
setuptools==72.1.0
setuptools==74.0.0
# via
# -r requirements.txt
# pip-tools
Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ gevent==24.2.1
# via -r requirements.in
greenlet==3.0.3
# via gevent
gunicorn==22.0.0
gunicorn==23.0.0
# via -r requirements.in
idna==3.7
idna==3.8
# via requests
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via -r requirements.in
importlib-resources==6.4.0
importlib-resources==6.4.4
# via opf-fido
inotify-simple==1.3.5
# via -r requirements.in
Expand All @@ -82,7 +82,7 @@ jsonschema-specifications==2023.12.1
# via jsonschema
lazy-paged-sequence==0.3
# via -r requirements.in
lxml==5.2.2
lxml==5.3.0
# via
# -r requirements.in
# ammcpc
Expand All @@ -98,7 +98,7 @@ olefile==0.47
# via opf-fido
opf-fido @ git+https://github.com/artefactual-labs/fido.git@564ceb8018a8650fe931cf20e6780ee008e60fca
# via -r requirements.in
orjson==3.10.6
orjson==3.10.7
# via -r requirements.in
packaging==24.1
# via gunicorn
Expand Down Expand Up @@ -126,7 +126,7 @@ python-ldap==3.4.4
# via
# -r requirements.in
# django-auth-ldap
python-mimeparse==1.6.0
python-mimeparse==2.0.0
# via django-tastypie
referencing==0.35.1
# via
Expand Down Expand Up @@ -162,17 +162,17 @@ urllib3==2.2.2
# requests
whitenoise==6.7.0
# via -r requirements.in
zipp==3.19.2
zipp==3.20.1
# via
# importlib-metadata
# importlib-resources
zope-event==5.0
# via gevent
zope-interface==7.0.1
zope-interface==7.0.3
# via gevent

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

0 comments on commit ee0ba15

Please sign in to comment.