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 8, 2024
1 parent cf5f437 commit 2ee98b9
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.10.txt --strip-extras --unsafe-package=PWA-pages --unsafe-package=pip --unsafe-package=pwa-pages --unsafe-package=setuptools
#
accessible-pygments==0.0.4
alabaster==0.7.13
alabaster==0.7.15
annotated-types==0.6.0
anyio==4.2.0
argon2-cffi==23.1.0
Expand Down Expand Up @@ -58,7 +58,7 @@ imagesize==1.4.1
importlib-metadata==7.0.1
iniconfig==2.0.0
ipykernel==6.28.0
ipython==8.19.0
ipython==8.20.0
ipywidgets==8.1.1
isoduration==20.11.0
isort==5.13.2
Expand All @@ -72,7 +72,7 @@ jupyter==1.0.0
jupyter-cache==1.0.0
jupyter-client==8.6.0
jupyter-console==6.6.3
jupyter-core==5.7.0
jupyter-core==5.7.1
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.12.2
Expand Down
6 changes: 3 additions & 3 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.11.txt --strip-extras --unsafe-package=PWA-pages --unsafe-package=pip --unsafe-package=pwa-pages --unsafe-package=setuptools
#
accessible-pygments==0.0.4
alabaster==0.7.13
alabaster==0.7.15
annotated-types==0.6.0
anyio==4.2.0
argon2-cffi==23.1.0
Expand Down Expand Up @@ -57,7 +57,7 @@ imagesize==1.4.1
importlib-metadata==7.0.1
iniconfig==2.0.0
ipykernel==6.28.0
ipython==8.19.0
ipython==8.20.0
ipywidgets==8.1.1
isoduration==20.11.0
isort==5.13.2
Expand All @@ -71,7 +71,7 @@ jupyter==1.0.0
jupyter-cache==1.0.0
jupyter-client==8.6.0
jupyter-console==6.6.3
jupyter-core==5.7.0
jupyter-core==5.7.1
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.12.2
Expand Down
6 changes: 3 additions & 3 deletions .constraints/py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.12.txt --strip-extras --unsafe-package=PWA-pages --unsafe-package=pip --unsafe-package=pwa-pages --unsafe-package=setuptools
#
accessible-pygments==0.0.4
alabaster==0.7.13
alabaster==0.7.15
annotated-types==0.6.0
anyio==4.2.0
argon2-cffi==23.1.0
Expand Down Expand Up @@ -57,7 +57,7 @@ imagesize==1.4.1
importlib-metadata==7.0.1
iniconfig==2.0.0
ipykernel==6.28.0
ipython==8.19.0
ipython==8.20.0
ipywidgets==8.1.1
isoduration==20.11.0
isort==5.13.2
Expand All @@ -71,7 +71,7 @@ jupyter==1.0.0
jupyter-cache==1.0.0
jupyter-client==8.6.0
jupyter-console==6.6.3
jupyter-core==5.7.0
jupyter-core==5.7.1
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.12.2
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jupyter==1.0.0
jupyter-cache==0.6.1
jupyter-client==8.6.0
jupyter-console==6.6.3
jupyter-core==5.7.0
jupyter-core==5.7.1
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.12.2
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.9.txt --strip-extras --unsafe-package=PWA-pages --unsafe-package=pip --unsafe-package=pwa-pages --unsafe-package=setuptools
#
accessible-pygments==0.0.4
alabaster==0.7.13
alabaster==0.7.15
annotated-types==0.6.0
anyio==4.2.0
argon2-cffi==23.1.0
Expand Down Expand Up @@ -73,7 +73,7 @@ jupyter==1.0.0
jupyter-cache==1.0.0
jupyter-client==8.6.0
jupyter-console==6.6.3
jupyter-core==5.7.0
jupyter-core==5.7.1
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.12.2
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: check-useless-excludes

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

0 comments on commit 2ee98b9

Please sign in to comment.