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
  • Loading branch information
replaceafill authored Jun 18, 2024
1 parent bba53ba commit 9582b30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .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)/osdeps/.*\.json
)
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.8
rev: v0.4.9
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ elasticsearch==6.8.2
# via -r requirements.txt
exceptiongroup==1.2.1
# via pytest
filelock==3.14.0
filelock==3.15.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -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.4
orjson==3.10.5
# via -r requirements.txt
packaging==24.1
# via
Expand Down Expand Up @@ -276,7 +276,7 @@ typing-extensions==4.12.2
# asgiref
unidecode==1.3.8
# via -r requirements.txt
urllib3==2.2.1
urllib3==2.2.2
# via
# -r requirements.txt
# amclient
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
orjson==3.10.5
# via -r requirements.in
packaging==24.1
# via gunicorn
Expand Down Expand Up @@ -155,7 +155,7 @@ typing-extensions==4.12.2
# via asgiref
unidecode==1.3.8
# via -r requirements.in
urllib3==2.2.1
urllib3==2.2.2
# via
# amclient
# elasticsearch
Expand Down

0 comments on commit 9582b30

Please sign in to comment.