Skip to content

Commit

Permalink
MAINT: update pip constraints and pre-commit (#206)
Browse files Browse the repository at this point in the history
* FIX: inherit secrets for pushing to PyPI

* MAINT: clean up package version restrictions

* MAINT: ignore `mypy` dict-item error
  https://github.com/ComPWA/qrules/actions/runs/4116586525/jobs/7106829722

* MAINT: ignore `mypy` index error
  https://github.com/ComPWA/qrules/actions/runs/4116718532/jobs/7107136746#step:6:28

---------

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 committed Apr 6, 2023
1 parent e3c87a3 commit f021251
Show file tree
Hide file tree
Showing 15 changed files with 373 additions and 314 deletions.
95 changes: 56 additions & 39 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,21 @@
#
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.10.txt --strip-extras setup.py
#
aiofiles==22.1.0
aiosqlite==0.18.0
alabaster==0.7.13
anyio==3.6.2
aquirdturtle-collapsible-headings==3.1.0
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
astroid==2.13.3
arrow==1.2.3
astroid==2.14.1
asttokens==2.2.1
attrs==22.2.0
babel==2.11.0
backcall==0.2.0
beautifulsoup4==4.11.1
black==22.12.0
beautifulsoup4==4.11.2
black==23.1.0
bleach==6.0.0
cachetools==5.3.0
certifi==2022.12.7
Expand All @@ -38,39 +41,46 @@ execnet==1.9.0
executing==1.2.0
fastjsonschema==2.16.2
filelock==3.9.0
flake8==6.0.0
flake8-blind-except==0.2.1
flake8-bugbear==23.1.20
flake8-builtins==2.1.0
flake8-comprehensions==3.10.1
flake8-future-import==0.4.7
flake8==6.0.0 ; python_version >= "3.8.0"
flake8-blind-except==0.2.1 ; python_version >= "3.8.0"
flake8-bugbear==23.1.20 ; python_version >= "3.8.0"
flake8-builtins==2.1.0 ; python_version >= "3.8.0"
flake8-comprehensions==3.10.1 ; python_version >= "3.8.0"
flake8-future-import==0.4.7 ; python_version >= "3.8.0"
flake8-plugin-utils==1.3.2
flake8-pytest-style==1.6.0
flake8-rst-docstrings==0.3.0
flake8-pytest-style==1.6.0 ; python_version >= "3.8.0"
flake8-rst-docstrings==0.3.0 ; python_version >= "3.8.0"
flake8-type-ignore==0.1.0.post2 ; python_version >= "3.8.0"
flake8-use-fstring==1.4
flake8-use-fstring==1.4 ; python_version >= "3.8.0"
fqdn==1.5.1
gprof2dot==2022.7.29
graphviz==0.20.1
greenlet==2.0.2
hepunits==2.3.1
identify==2.5.15
identify==2.5.17
idna==3.4
imagesize==1.4.1
importlib-metadata==6.0.0
iniconfig==2.0.0
ipykernel==6.20.2
ipykernel==6.21.1
ipython==8.9.0
ipython-genutils==0.2.0
isoduration==20.11.0
isort==5.12.0
jedi==0.18.2
jinja2==3.1.2
json5==0.9.11
jsonpointer==2.3
jsonschema==4.17.3
jupyter-cache==0.5.0
jupyter-client==8.0.1
jupyter-core==5.1.5
jupyter-client==8.0.2
jupyter-core==5.2.0
jupyter-events==0.5.0
jupyter-server==1.23.5
jupyterlab==3.5.3
jupyter-server-fileid==0.6.0
jupyter-server-ydoc==0.6.1
jupyter-ydoc==0.2.2
jupyterlab==3.6.1
jupyterlab-code-formatter==1.5.3
jupyterlab-markup==1.1.0
jupyterlab-myst==0.1.6 ; python_version >= "3.7.0"
Expand All @@ -85,31 +95,31 @@ matplotlib-inline==0.1.6
mccabe==0.7.0
mdit-py-plugins==0.3.3
mdurl==0.1.2
mistune==2.0.4
mypy==0.991
mypy-extensions==0.4.3
myst-nb==0.17.1 ; python_version >= "3.8.0"
mistune==2.0.5
mypy==1.0.0
mypy-extensions==1.0.0
myst-nb==0.17.1
myst-parser==0.18.1
nbclassic==0.5.1
nbclient==0.5.13
nbconvert==7.2.9
nbformat==5.7.3
nbmake==1.3.0
nbmake==1.2.1
nest-asyncio==1.5.6
nodeenv==1.7.0
notebook==6.5.2
notebook-shim==0.2.2
packaging==23.0
pandocfilters==1.5.0
parso==0.8.3
particle==0.21.1
particle==0.21.2
pathspec==0.11.0
pep8-naming==0.13.3
pep8-naming==0.13.3 ; python_version >= "3.8.0"
pexpect==4.8.0
pickleshare==0.7.5
platformdirs==2.6.2
pluggy==1.0.0
pre-commit==3.0.1
pre-commit==3.0.4
prometheus-client==0.16.0
prompt-toolkit==3.0.36
psutil==5.9.4
Expand All @@ -125,21 +135,24 @@ pydocstyle==6.3.0
pydot==1.4.2
pyflakes==3.0.1
pygments==2.14.0
pylint==2.15.10
pylint==2.16.1
pyparsing==3.0.9
pyproject-api==1.5.0
pyrsistent==0.19.3
pytest==7.2.1
pytest-cov==4.0.0
pytest-profiling==1.7.0
pytest-xdist==3.1.0
pytest-xdist==3.2.0
python-constraint==1.4.0
python-dateutil==2.8.2
python-json-logger==2.0.4
pytz==2022.7.1
pyyaml==6.0
pyzmq==25.0.0
requests==2.28.2
restructuredtext-lint==1.4.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
send2trash==1.8.0
six==1.16.0
sniffio==1.3.0
Expand All @@ -148,7 +161,7 @@ soupsieve==2.3.2.post1
sphinx==4.5.0
sphinx-autobuild==2021.3.14
sphinx-book-theme==0.3.3
sphinx-codeautolink==0.14.0
sphinx-codeautolink==0.14.1
sphinx-comments==0.0.3
sphinx-copybutton==0.5.1
sphinx-design==0.3.0
Expand All @@ -158,7 +171,7 @@ sphinxcontrib-applehelp==1.0.4
sphinxcontrib-bibtex==2.5.0
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-hep-pdgref==0.1.4
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
Expand All @@ -171,24 +184,28 @@ tinycss2==1.2.1
tomli==2.0.1
tomlkit==0.11.6
tornado==6.2
tox==4.4.2
tox==4.4.4
tqdm==4.64.1
traitlets==5.8.1
types-docutils==0.19.1.2
traitlets==5.9.0
types-docutils==0.19.1.3
types-pkg-resources==0.1.3
types-pyyaml==6.0.12.3
types-requests==2.28.11.8
types-setuptools==65.7.0.3
types-urllib3==1.26.25.4
types-pyyaml==6.0.12.4
types-requests==2.28.11.12
types-setuptools==67.1.0.2
types-urllib3==1.26.25.5
typing-extensions==4.4.0
uri-template==1.2.0
urllib3==1.26.14
virtualenv==20.17.1
virtualenv==20.18.0
wcwidth==0.2.6
webcolors==1.12
webencodings==0.5.1
websocket-client==1.5.0
websocket-client==1.5.1
wheel==0.38.4
wrapt==1.14.1
zipp==3.12.0
y-py==0.5.5
ypy-websocket==0.8.2
zipp==3.12.1

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

0 comments on commit f021251

Please sign in to comment.