Skip to content

Commit

Permalink
MAINT: update pip constraints and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jan 11, 2024
1 parent c0cef32 commit f3cfe5f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ python-json-logger==2.0.7
python-lsp-jsonrpc==1.1.2
python-lsp-ruff==2.0.1
python-lsp-server==1.9.0
pytoolconfig==1.3.0
pytoolconfig==1.3.1
pyyaml==6.0.1
pyzmq==25.1.2
referencing==0.32.1
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ python-json-logger==2.0.7
python-lsp-jsonrpc==1.1.2
python-lsp-ruff==2.0.1
python-lsp-server==1.9.0
pytoolconfig==1.3.0
pytoolconfig==1.3.1
pyyaml==6.0.1
pyzmq==25.1.2
referencing==0.32.1
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ python-json-logger==2.0.7
python-lsp-jsonrpc==1.1.2
python-lsp-ruff==2.0.1
python-lsp-server==1.9.0
pytoolconfig==1.3.0
pytoolconfig==1.3.1
pyyaml==6.0.1
pyzmq==25.1.2
referencing==0.32.1
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ python-json-logger==2.0.7
python-lsp-jsonrpc==1.1.2
python-lsp-ruff==2.0.1
python-lsp-server==1.9.0
pytoolconfig==1.3.0
pytoolconfig==1.3.1
pytz==2023.3.post1
pyyaml==6.0.1
pyzmq==25.1.2
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ python-json-logger==2.0.7
python-lsp-jsonrpc==1.1.2
python-lsp-ruff==2.0.1
python-lsp-server==1.9.0
pytoolconfig==1.3.0
pytoolconfig==1.3.1
pyyaml==6.0.1
pyzmq==25.1.2
referencing==0.32.1
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.1.13a4
rev: 0.1.13a6
hooks:
- id: check-dev-files
args:
Expand Down

0 comments on commit f3cfe5f

Please sign in to comment.