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 Oct 3, 2023
1 parent bf08709 commit 8768ac3
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.10.txt --strip-extras
# 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
aiofiles==22.1.0
Expand Down Expand Up @@ -221,4 +221,5 @@ ypy-websocket==0.8.4
zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
# pwa-pages
# setuptools
3 changes: 2 additions & 1 deletion .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.11.txt --strip-extras
# 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
aiofiles==22.1.0
Expand Down Expand Up @@ -219,4 +219,5 @@ ypy-websocket==0.8.4
zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
# pwa-pages
# setuptools
7 changes: 4 additions & 3 deletions .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.7.txt --resolver=backtracking --strip-extras
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.7.txt --resolver=backtracking --strip-extras --unsafe-package=PWA-pages --unsafe-package=pip --unsafe-package=pwa-pages --unsafe-package=setuptools
#
accessible-pygments==0.0.4
aiofiles==22.1.0
Expand Down Expand Up @@ -53,7 +53,7 @@ greenlet==3.0.0
identify==2.5.24
idna==3.4
imagesize==1.4.1
importlib-metadata==6.7.0 ; python_version < "3.8.0"
importlib-metadata==6.7.0
importlib-resources==5.12.0
iniconfig==2.0.0
ipykernel==6.16.2
Expand Down Expand Up @@ -212,8 +212,9 @@ wheel==0.41.2
widgetsnbextension==4.0.9
wrapt==1.15.0
y-py==0.5.9
ypy-websocket==0.8.2 ; python_version < "3.8.0"
ypy-websocket==0.8.2
zipp==3.15.0

# The following packages are considered to be unsafe in a requirements file:
# pwa-pages
# setuptools
3 changes: 2 additions & 1 deletion .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.8.txt --strip-extras
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.8.txt --strip-extras --unsafe-package=PWA-pages --unsafe-package=pip --unsafe-package=pwa-pages --unsafe-package=setuptools
#
accessible-pygments==0.0.4
aiofiles==22.1.0
Expand Down Expand Up @@ -223,4 +223,5 @@ ypy-websocket==0.8.4
zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
# pwa-pages
# setuptools
3 changes: 2 additions & 1 deletion .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.9.txt --strip-extras
# 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
aiofiles==22.1.0
Expand Down Expand Up @@ -222,4 +222,5 @@ ypy-websocket==0.8.4
zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
# pwa-pages
# setuptools
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ repos:
- id: taplo

- repo: https://github.com/pappasam/toml-sort
rev: PLEASE-UPDATE
rev: v0.23.1
hooks:
- id: toml-sort
args:
Expand Down

0 comments on commit 8768ac3

Please sign in to comment.