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 9e110bc commit 996d587
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=compwa-org --unsafe-package=pip --unsafe-package=setuptools
#
accessible-pygments==0.0.4
aiofiles==22.1.0
Expand Down Expand Up @@ -194,4 +194,5 @@ ypy-websocket==0.8.4
zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
# compwa-org
# 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=compwa-org --unsafe-package=pip --unsafe-package=setuptools
#
accessible-pygments==0.0.4
aiofiles==22.1.0
Expand Down Expand Up @@ -192,4 +192,5 @@ ypy-websocket==0.8.4
zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
# compwa-org
# 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=compwa-org --unsafe-package=pip --unsafe-package=setuptools
#
accessible-pygments==0.0.4
aiofiles==22.1.0
Expand Down Expand Up @@ -96,7 +96,7 @@ nbclassic==1.0.0
nbclient==0.5.13
nbconvert==7.6.0
nbformat==5.8.0
nbmake==1.2.1 ; python_version == "3.7.*"
nbmake==1.2.1
nest-asyncio==1.5.8
nodeenv==1.8.0
notebook==6.5.6
Expand Down Expand Up @@ -186,8 +186,9 @@ websocket-client==1.6.1
wheel==0.41.2
widgetsnbextension==4.0.9
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:
# compwa-org
# 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=compwa-org --unsafe-package=pip --unsafe-package=setuptools
#
accessible-pygments==0.0.4
aiofiles==22.1.0
Expand Down Expand Up @@ -197,4 +197,5 @@ ypy-websocket==0.8.4
zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
# compwa-org
# 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=compwa-org --unsafe-package=pip --unsafe-package=setuptools
#
accessible-pygments==0.0.4
aiofiles==22.1.0
Expand Down Expand Up @@ -195,4 +195,5 @@ ypy-websocket==0.8.4
zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
# compwa-org
# setuptools
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,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 996d587

Please sign in to comment.