Skip to content

Commit

Permalink
MAINT: update pip constraints and pre-commit (#184)
Browse files Browse the repository at this point in the history
* DX: shorten pip constraint upgrade PR title
* MAINT: support Python 3.10

Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 1, 2022
1 parent 4bb57ca commit f156dd4
Show file tree
Hide file tree
Showing 9 changed files with 304 additions and 125 deletions.
172 changes: 172 additions & 0 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,172 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.10.txt --strip-extras setup.py
#
alabaster==0.7.12
anyio==3.6.2
aquirdturtle-collapsible-headings==3.1.0
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
asttokens==2.1.0
attrs==22.1.0
babel==2.11.0
backcall==0.2.0
beautifulsoup4==4.11.1
black==22.10.0
bleach==5.0.1
certifi==2022.9.24
cffi==1.15.1
cfgv==3.3.1
charset-normalizer==2.1.1
click==8.1.3
colorama==0.4.6
contourpy==1.0.6
cycler==0.11.0
debugpy==1.6.3
decorator==5.1.1
defusedxml==0.7.1
distlib==0.3.6
docutils==0.17.1
entrypoints==0.4
exceptiongroup==1.0.0
executing==1.2.0
fastjsonschema==2.16.2
filelock==3.8.0
fonttools==4.38.0
graphviz==0.20.1
greenlet==2.0.0
identify==2.5.8
idna==3.4
imagesize==1.4.1
importlib-metadata==5.0.0
iniconfig==1.1.1
ipykernel==6.17.0
ipympl==0.9.2
ipython==8.6.0
ipython-genutils==0.2.0
ipywidgets==8.0.2
isort==5.10.1
jedi==0.18.1
jinja2==3.1.2
json5==0.9.10
jsonschema==3.2.0
jupyter==1.0.0
jupyter-cache==0.5.0
jupyter-client==7.4.4
jupyter-console==6.4.4
jupyter-core==4.11.2
jupyter-server==1.21.0
jupyterlab==3.5.0
jupyterlab-code-formatter==1.5.3
jupyterlab-markup==1.1.0
jupyterlab-myst==0.1.6
jupyterlab-pygments==0.2.2
jupyterlab-server==2.16.2
jupyterlab-widgets==3.0.3
kiwisolver==1.4.4
latexcodec==2.0.1
livereload==2.6.3
markdown-it-py==2.1.0
markupsafe==2.1.1
matplotlib==3.6.1
matplotlib-inline==0.1.6
mdit-py-plugins==0.3.1
mdurl==0.1.2
mistune==2.0.4
mpl-interactions==0.22.0
mypy-extensions==0.4.3
myst-nb==0.17.1
myst-parser==0.18.1
nbclassic==0.4.7
nbclient==0.5.13
nbconvert==7.2.3
nbformat==5.7.0
nbmake==1.3.0
nest-asyncio==1.5.6
nodeenv==1.7.0
notebook==6.5.2
notebook-shim==0.2.0
numpy==1.23.4
packaging==21.3
pandocfilters==1.5.0
parso==0.8.3
pathspec==0.10.1
pexpect==4.8.0
pickleshare==0.7.5
pillow==9.3.0
platformdirs==2.5.2
pluggy==1.0.0
pre-commit==2.20.0
prometheus-client==0.15.0
prompt-toolkit==3.0.31
psutil==5.9.3
ptyprocess==0.7.0
pure-eval==0.2.2
py==1.11.0
pybtex==0.24.0
pybtex-docutils==1.0.2
pycparser==2.21
pydantic==1.10.2
pydata-sphinx-theme==0.8.1
pygments==2.13.0
pyparsing==3.0.9
pyrsistent==0.19.1
pytest==7.2.0
python-dateutil==2.8.2
pytz==2022.6
pyyaml==6.0
pyzmq==24.0.1
qtconsole==5.3.2
qtpy==2.2.1
requests==2.28.1
requests-file==1.5.1
send2trash==1.8.0
six==1.16.0
sniffio==1.3.0
snowballstemmer==2.2.0
soupsieve==2.3.2.post1
sphinx==4.5.0
sphinx-autobuild==2021.3.14
sphinx-book-theme==0.3.3
sphinx-codeautolink==0.12.0
sphinx-comments==0.0.3
sphinx-copybutton==0.5.0
sphinx-data-viewer==0.1.2
sphinx-design==0.3.0
sphinx-issues==3.0.1
sphinx-thebe==0.1.2
sphinx-togglebutton==0.3.2
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-bibtex==2.5.0
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-hep-pdgref==0.1.4
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-needs==0.7.9
sphinxcontrib-plantuml==0.24
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sqlalchemy==1.4.42
stack-data==0.6.0
tabulate==0.9.0
terminado==0.17.0
tinycss2==1.2.1
toml==0.10.2
tomli==2.0.1
tornado==6.2
tox==3.27.0
traitlets==5.5.0
typing-extensions==4.4.0
urllib3==1.26.12
virtualenv==20.16.6
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.4.1
wheel==0.37.1
widgetsnbextension==4.0.3
zipp==3.10.0

# The following packages are considered to be unsafe in a requirements file:
# setuptools
67 changes: 34 additions & 33 deletions .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,41 @@
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.7.txt --strip-extras setup.py
#
alabaster==0.7.12
anyio==3.6.1
anyio==3.6.2
aquirdturtle-collapsible-headings==3.1.0
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
attrs==22.1.0
babel==2.10.3
babel==2.11.0
backcall==0.2.0
beautifulsoup4==4.11.1
black==22.8.0
black==22.10.0
bleach==5.0.1
certifi==2022.9.24
cffi==1.15.1
cfgv==3.3.1
charset-normalizer==2.1.1
click==8.1.3
colorama==0.4.5
colorama==0.4.6
cycler==0.11.0
debugpy==1.6.3
decorator==5.1.1
defusedxml==0.7.1
distlib==0.3.6
docutils==0.17.1
entrypoints==0.4
exceptiongroup==1.0.0
fastjsonschema==2.16.2
filelock==3.8.0
fonttools==4.37.4
fonttools==4.38.0
graphviz==0.20.1
greenlet==1.1.3
identify==2.5.6
greenlet==2.0.0
identify==2.5.8
idna==3.4
imagesize==1.4.1
importlib-metadata==5.0.0
iniconfig==1.1.1
ipykernel==6.16.0
ipykernel==6.16.2
ipympl==0.9.2
ipython==7.34.0
ipython-genutils==0.2.0
Expand All @@ -50,16 +51,16 @@ json5==0.9.10
jsonschema==3.2.0
jupyter==1.0.0
jupyter-cache==0.5.0
jupyter-client==7.3.5
jupyter-client==7.4.4
jupyter-console==6.4.4
jupyter-core==4.11.1
jupyter-server==1.19.1
jupyterlab==3.4.8
jupyter-core==4.11.2
jupyter-server==1.21.0
jupyterlab==3.5.0
jupyterlab-code-formatter==1.5.3
jupyterlab-markup==1.1.0
jupyterlab-myst==0.1.6
jupyterlab-pygments==0.2.2
jupyterlab-server==2.15.2
jupyterlab-server==2.16.2
jupyterlab-widgets==3.0.3
kiwisolver==1.4.4
latexcodec==2.0.1
Expand All @@ -75,29 +76,29 @@ mpl-interactions==0.22.0
mypy-extensions==0.4.3
myst-nb==0.17.1
myst-parser==0.18.1
nbclassic==0.4.4
nbclassic==0.4.7
nbclient==0.5.13
nbconvert==7.1.0
nbformat==5.6.1
nbconvert==7.2.3
nbformat==5.7.0
nbmake==1.3.0
nest-asyncio==1.5.6
nodeenv==1.7.0
notebook==6.4.12
notebook-shim==0.1.0
notebook==6.5.2
notebook-shim==0.2.0
numpy==1.21.6
packaging==21.3
pandocfilters==1.5.0
parso==0.8.3
pathspec==0.10.1
pexpect==4.8.0
pickleshare==0.7.5
pillow==9.2.0
pillow==9.3.0
platformdirs==2.5.2
pluggy==1.0.0
pre-commit==2.20.0
prometheus-client==0.14.1
prometheus-client==0.15.0
prompt-toolkit==3.0.31
psutil==5.9.2
psutil==5.9.3
ptyprocess==0.7.0
py==1.11.0
pybtex==0.24.0
Expand All @@ -107,10 +108,10 @@ pydantic==1.10.2
pydata-sphinx-theme==0.8.1
pygments==2.13.0
pyparsing==3.0.9
pyrsistent==0.18.1
pytest==7.1.3
pyrsistent==0.19.1
pytest==7.2.0
python-dateutil==2.8.2
pytz==2022.4
pytz==2022.6
pyyaml==6.0
pyzmq==24.0.1
qtconsole==5.3.2
Expand Down Expand Up @@ -143,25 +144,25 @@ sphinxcontrib-needs==0.7.9
sphinxcontrib-plantuml==0.24
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sqlalchemy==1.4.41
tabulate==0.8.10
terminado==0.16.0
tinycss2==1.1.1
sqlalchemy==1.4.42
tabulate==0.9.0
terminado==0.17.0
tinycss2==1.2.1
toml==0.10.2
tomli==2.0.1
tornado==6.2
tox==3.26.0
traitlets==5.4.0
tox==3.27.0
traitlets==5.5.0
typed-ast==1.5.4
typing-extensions==4.3.0
typing-extensions==4.4.0
urllib3==1.26.12
virtualenv==20.16.5
virtualenv==20.16.6
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.4.1
wheel==0.37.1
widgetsnbextension==4.0.3
zipp==3.8.1
zipp==3.10.0

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading

0 comments on commit f156dd4

Please sign in to comment.