Skip to content

Commit

Permalink
ci: update pip constraints and pre-commit config (#238)
Browse files Browse the repository at this point in the history
* fix: remove leading zero from week number in cron job

Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
redeboer and web-flow committed Feb 23, 2022
1 parent 6edff13 commit a2a37fa
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 122 deletions.
54 changes: 27 additions & 27 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ bleach==4.1.0
certifi==2021.10.8
cffi==1.15.0
cfgv==3.3.1
charset-normalizer==2.0.11
click==8.0.3
charset-normalizer==2.0.12
click==8.0.4
colorama==0.4.4
commonmark==0.9.1
coverage==6.3.1
coverage==6.3.2
cycler==0.11.0
debugpy==1.5.1
decorator==5.1.1
Expand All @@ -35,7 +35,7 @@ docutils==0.16
entrypoints==0.4
execnet==1.9.0
executing==0.8.2
filelock==3.4.2
filelock==3.6.0
flake8==4.0.1
flake8-blind-except==0.2.0
flake8-bugbear==22.1.11
Expand All @@ -50,18 +50,18 @@ flake8-use-fstring==1.3
fonttools==4.29.1
future==0.18.2
gitdb==4.0.9
gitpython==3.1.26
gitpython==3.1.27
gprof2dot==2021.2.21
graphviz==0.19.1
greenlet==1.1.2
hepunits==2.2.0
identify==2.4.8
identify==2.4.10
idna==3.3
imagesize==1.3.0
importlib-metadata==4.10.1
importlib-metadata==4.11.1
iniconfig==1.1.1
ipykernel==6.8.0
ipympl==0.8.7
ipykernel==6.9.1
ipympl==0.8.8
ipython==8.0.1
ipython-genutils==0.2.0
ipywidgets==7.6.5
Expand All @@ -72,9 +72,9 @@ json5==0.9.6
jsonschema==4.4.0
jupyter-cache==0.4.3
jupyter-client==7.1.2
jupyter-core==4.9.1
jupyter-core==4.9.2
jupyter-server==1.13.5
jupyter-server-mathjax==0.2.3
jupyter-server-mathjax==0.2.4
jupyter-sphinx==0.3.2
jupyterlab==3.2.9
jupyterlab-code-formatter==1.4.10
Expand All @@ -89,7 +89,7 @@ lazy-object-proxy==1.7.1
livereload==2.6.3
mando==0.6.4
markdown-it-py==1.1.0
markupsafe==2.0.1
markupsafe==2.1.0
matplotlib==3.5.1
matplotlib-inline==0.1.3
mccabe==0.6.1
Expand All @@ -99,11 +99,11 @@ mpl-interactions==0.17.8
mpmath==1.2.1
mypy==0.931
mypy-extensions==0.4.3
myst-nb==0.13.1
myst-nb==0.13.2
myst-parser==0.15.2
nbclassic==0.3.5
nbclient==0.5.10
nbconvert==6.4.1
nbclient==0.5.11
nbconvert==6.4.2
nbdime==3.1.1
nbformat==5.1.3
nbmake==1.2
Expand All @@ -121,12 +121,12 @@ pep8-naming==0.12.1
pexpect==4.8.0
pickleshare==0.7.5
pillow==9.0.1
pip-tools==6.5.0
platformdirs==2.4.1
pip-tools==6.5.1
platformdirs==2.5.1
pluggy==1.0.0
pre-commit==2.17.0
prometheus-client==0.13.1
prompt-toolkit==3.0.26
prompt-toolkit==3.0.28
ptyprocess==0.7.0
pure-eval==0.2.2
py==1.11.0
Expand Down Expand Up @@ -156,7 +156,7 @@ qrules==0.9.6
radon==5.1.0
requests==2.27.1
restructuredtext-lint==1.3.2
rich==11.1.0
rich==11.2.0
send2trash==1.8.0
six==1.16.0
smmap==5.0.0
Expand All @@ -170,8 +170,8 @@ sphinx-codeautolink==0.10.0
sphinx-comments==0.0.3
sphinx-copybutton==0.5.0
sphinx-panels==0.6.0
sphinx-thebe==0.1.0
sphinx-togglebutton==0.2.3
sphinx-thebe==0.1.1
sphinx-togglebutton==0.3.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-bibtex==2.4.1
sphinxcontrib-devhelp==1.0.2
Expand All @@ -181,22 +181,22 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sqlalchemy==1.4.31
stack-data==0.1.4
stack-data==0.2.0
sympy==1.9
terminado==0.13.1
testpath==0.5.0
toml==0.10.2
tomli==2.0.0
tomli==2.0.1
tornado==6.1
tox==3.24.5
tqdm==4.62.3
traitlets==5.1.1
types-docutils==0.17.5
types-docutils==0.17.6
types-pkg-resources==0.1.3
types-requests==2.27.8
types-setuptools==57.4.8
types-requests==2.27.10
types-setuptools==57.4.9
types-urllib3==1.26.9
typing-extensions==4.0.1
typing-extensions==4.1.1
urllib3==1.26.8
virtualenv==20.13.1
wcwidth==0.2.5
Expand Down
26 changes: 13 additions & 13 deletions .constraints/py3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ bleach==4.1.0
certifi==2021.10.8
cffi==1.15.0
cfgv==3.3.1
charset-normalizer==2.0.11
click==8.0.3
charset-normalizer==2.0.12
click==8.0.4
colorama==0.4.4
commonmark==0.9.1
contextvars==2.4
Expand Down Expand Up @@ -61,7 +61,7 @@ importlib-metadata==4.2.0
importlib-resources==3.0.0
iniconfig==1.1.1
ipykernel==5.5.6
ipympl==0.8.7
ipympl==0.8.8
ipython==7.16.3
ipython-genutils==0.2.0
ipywidgets==7.6.5
Expand All @@ -72,7 +72,7 @@ json5==0.9.6
jsonschema==3.2.0
jupyter-cache==0.4.3
jupyter-client==7.1.2
jupyter-core==4.9.1
jupyter-core==4.9.2
jupyter-server==1.13.1
jupyter-server-mathjax==0.2.3
jupyter-sphinx==0.3.2
Expand All @@ -96,7 +96,7 @@ mpl-interactions==0.20.0 ; python_version < "3.7"
mpmath==1.2.1
mypy==0.931
mypy-extensions==0.4.3
myst-nb==0.13.1
myst-nb==0.13.2
myst-parser==0.15.2
nbclassic==0.3.5
nbclient==0.5.9
Expand All @@ -123,7 +123,7 @@ platformdirs==2.4.0
pluggy==1.0.0
pre-commit==2.17.0
prometheus-client==0.13.1
prompt-toolkit==3.0.26
prompt-toolkit==3.0.28
ptyprocess==0.7.0
py==1.11.0
pybtex==0.24.0
Expand Down Expand Up @@ -152,7 +152,7 @@ qrules==0.9.6
radon==5.1.0
requests==2.27.1
restructuredtext-lint==1.3.2
rich==11.1.0
rich==11.2.0
send2trash==1.8.0
six==1.16.0
smmap==5.0.0
Expand All @@ -166,8 +166,8 @@ sphinx-codeautolink==0.10.0
sphinx-comments==0.0.3
sphinx-copybutton==0.5.0
sphinx-panels==0.6.0
sphinx-thebe==0.1.0
sphinx-togglebutton==0.2.3
sphinx-thebe==0.1.1
sphinx-togglebutton==0.3.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-bibtex==2.4.1
sphinxcontrib-devhelp==1.0.2
Expand All @@ -187,12 +187,12 @@ tox==3.24.5
tqdm==4.62.3
traitlets==4.3.3
typed-ast==1.5.2
types-docutils==0.17.5
types-docutils==0.17.6
types-pkg-resources==0.1.3
types-requests==2.27.8
types-setuptools==57.4.8
types-requests==2.27.10
types-setuptools==57.4.9
types-urllib3==1.26.9
typing-extensions==4.0.1 ; python_version < "3.8.0"
typing-extensions==4.1.1 ; python_version < "3.8.0"
urllib3==1.26.8
virtualenv==20.13.1
wcwidth==0.2.5
Expand Down
50 changes: 25 additions & 25 deletions .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ bleach==4.1.0
certifi==2021.10.8
cffi==1.15.0
cfgv==3.3.1
charset-normalizer==2.0.11
click==8.0.3
charset-normalizer==2.0.12
click==8.0.4
colorama==0.4.4
commonmark==0.9.1
coverage==6.3.1
coverage==6.3.2
cycler==0.11.0
debugpy==1.5.1
decorator==5.1.1
Expand All @@ -33,7 +33,7 @@ distlib==0.3.4
docutils==0.16
entrypoints==0.4
execnet==1.9.0
filelock==3.4.2
filelock==3.6.0
flake8==4.0.1
flake8-blind-except==0.2.0
flake8-bugbear==22.1.11
Expand All @@ -47,19 +47,19 @@ flake8-use-fstring==1.3
fonttools==4.29.1
future==0.18.2
gitdb==4.0.9
gitpython==3.1.26
gitpython==3.1.27
gprof2dot==2021.2.21
graphviz==0.19.1
greenlet==1.1.2
hepunits==2.2.0
identify==2.4.8
identify==2.4.10
idna==3.3
imagesize==1.3.0
importlib-metadata==4.2.0
importlib-resources==5.4.0
iniconfig==1.1.1
ipykernel==6.8.0
ipympl==0.8.7
ipykernel==6.9.1
ipympl==0.8.8
ipython==7.31.1
ipython-genutils==0.2.0
ipywidgets==7.6.5
Expand All @@ -70,9 +70,9 @@ json5==0.9.6
jsonschema==4.4.0
jupyter-cache==0.4.3
jupyter-client==7.1.2
jupyter-core==4.9.1
jupyter-core==4.9.2
jupyter-server==1.13.5
jupyter-server-mathjax==0.2.3
jupyter-server-mathjax==0.2.4
jupyter-sphinx==0.3.2
jupyterlab==3.2.9
jupyterlab-code-formatter==1.4.10
Expand All @@ -87,7 +87,7 @@ lazy-object-proxy==1.7.1
livereload==2.6.3
mando==0.6.4
markdown-it-py==1.1.0
markupsafe==2.0.1
markupsafe==2.1.0
matplotlib==3.5.1
matplotlib-inline==0.1.3
mccabe==0.6.1
Expand All @@ -97,11 +97,11 @@ mpl-interactions==0.20.1
mpmath==1.2.1
mypy==0.931
mypy-extensions==0.4.3
myst-nb==0.13.1
myst-nb==0.13.2
myst-parser==0.15.2
nbclassic==0.3.5
nbclient==0.5.10
nbconvert==6.4.1
nbclient==0.5.11
nbconvert==6.4.2
nbdime==3.1.1
nbformat==5.1.3
nbmake==1.2
Expand All @@ -119,12 +119,12 @@ pep8-naming==0.12.1
pexpect==4.8.0
pickleshare==0.7.5
pillow==9.0.1
pip-tools==6.5.0
platformdirs==2.4.1
pip-tools==6.5.1
platformdirs==2.5.1
pluggy==1.0.0
pre-commit==2.17.0
prometheus-client==0.13.1
prompt-toolkit==3.0.26
prompt-toolkit==3.0.28
ptyprocess==0.7.0
py==1.11.0
pybtex==0.24.0
Expand Down Expand Up @@ -153,7 +153,7 @@ qrules==0.9.6
radon==5.1.0
requests==2.27.1
restructuredtext-lint==1.3.2
rich==11.1.0
rich==11.2.0
send2trash==1.8.0
six==1.16.0
smmap==5.0.0
Expand All @@ -167,8 +167,8 @@ sphinx-codeautolink==0.10.0
sphinx-comments==0.0.3
sphinx-copybutton==0.5.0
sphinx-panels==0.6.0
sphinx-thebe==0.1.0
sphinx-togglebutton==0.2.3
sphinx-thebe==0.1.1
sphinx-togglebutton==0.3.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-bibtex==2.4.1
sphinxcontrib-devhelp==1.0.2
Expand All @@ -182,18 +182,18 @@ sympy==1.9
terminado==0.13.1
testpath==0.5.0
toml==0.10.2
tomli==2.0.0
tomli==2.0.1
tornado==6.1
tox==3.24.5
tqdm==4.62.3
traitlets==5.1.1
typed-ast==1.5.2
types-docutils==0.17.5
types-docutils==0.17.6
types-pkg-resources==0.1.3
types-requests==2.27.8
types-setuptools==57.4.8
types-requests==2.27.10
types-setuptools==57.4.9
types-urllib3==1.26.9
typing-extensions==4.0.1 ; python_version < "3.8.0"
typing-extensions==4.1.1 ; python_version < "3.8.0"
urllib3==1.26.8
virtualenv==20.13.1
wcwidth==0.2.5
Expand Down
Loading

0 comments on commit a2a37fa

Please sign in to comment.