Skip to content

Commit

Permalink
ci: upgrade pinned requirements (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
redeboer and web-flow authored May 2, 2021
1 parent 27d5582 commit 439e329
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .constraints/py3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ flake8-comprehensions==3.4.0
flake8-plugin-utils==1.3.1
flake8-polyfill==1.0.2
flake8-pytest-style==1.4.1
flake8-rst-docstrings==0.2.1
flake8-rst-docstrings==0.2.2
flake8-use-fstring==1.1
flake8==3.9.1
fuzzywuzzy==0.18.0
Expand Down Expand Up @@ -139,7 +139,7 @@ python-dateutil==2.8.1
pytz==2021.1
pyyaml==5.4.1
pyzmq==22.0.3
qtconsole==5.0.3
qtconsole==5.1.0
qtpy==1.9.0
regex==2021.4.4
requests==2.25.1
Expand Down Expand Up @@ -175,7 +175,7 @@ tox==3.23.0
tqdm==4.60.0
traitlets==4.3.3
typed-ast==1.4.3
typing-extensions==3.7.4.3 ; python_version < "3.8.0"
typing-extensions==3.10.0.0 ; python_version < "3.8.0"
urllib3==1.26.4
virtualenv==20.4.4
wcwidth==0.2.5
Expand Down
9 changes: 5 additions & 4 deletions .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ flake8-comprehensions==3.4.0
flake8-plugin-utils==1.3.1
flake8-polyfill==1.0.2
flake8-pytest-style==1.4.1
flake8-rst-docstrings==0.2.1
flake8-rst-docstrings==0.2.2
flake8-use-fstring==1.1
flake8==3.9.1
fuzzywuzzy==0.18.0
Expand All @@ -57,7 +57,7 @@ importlib-resources==5.1.2
iniconfig==1.1.1
ipykernel==5.5.3
ipython-genutils==0.2.0
ipython==7.22.0
ipython==7.23.0
ipywidgets==7.6.3
isort==5.8.0
jedi==0.18.0
Expand All @@ -82,6 +82,7 @@ lazy-object-proxy==1.6.0
livereload==2.6.3
markdown-it-py==0.6.2
markupsafe==1.1.1
matplotlib-inline==0.1.2
mccabe==0.6.1
mdit-py-plugins==0.2.6
mistune==0.8.4
Expand Down Expand Up @@ -136,7 +137,7 @@ python-dateutil==2.8.1
pytz==2021.1
pyyaml==5.4.1
pyzmq==22.0.3
qtconsole==5.0.3
qtconsole==5.1.0
qtpy==1.9.0
regex==2021.4.4
requests==2.25.1
Expand Down Expand Up @@ -172,7 +173,7 @@ tox==3.23.0
tqdm==4.60.0
traitlets==5.0.5
typed-ast==1.4.3
typing-extensions==3.7.4.3 ; python_version < "3.8.0"
typing-extensions==3.10.0.0 ; python_version < "3.8.0"
urllib3==1.26.4
virtualenv==20.4.4
wcwidth==0.2.5
Expand Down
9 changes: 5 additions & 4 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ flake8-comprehensions==3.4.0
flake8-plugin-utils==1.3.1
flake8-polyfill==1.0.2
flake8-pytest-style==1.4.1
flake8-rst-docstrings==0.2.1
flake8-rst-docstrings==0.2.2
flake8-use-fstring==1.1
flake8==3.9.1
fuzzywuzzy==0.18.0
Expand All @@ -57,7 +57,7 @@ importlib-resources==5.1.2
iniconfig==1.1.1
ipykernel==5.5.3
ipython-genutils==0.2.0
ipython==7.22.0
ipython==7.23.0
ipywidgets==7.6.3
isort==5.8.0
jedi==0.18.0
Expand All @@ -82,6 +82,7 @@ lazy-object-proxy==1.6.0
livereload==2.6.3
markdown-it-py==0.6.2
markupsafe==1.1.1
matplotlib-inline==0.1.2
mccabe==0.6.1
mdit-py-plugins==0.2.6
mistune==0.8.4
Expand Down Expand Up @@ -136,7 +137,7 @@ python-dateutil==2.8.1
pytz==2021.1
pyyaml==5.4.1
pyzmq==22.0.3
qtconsole==5.0.3
qtconsole==5.1.0
qtpy==1.9.0
regex==2021.4.4
requests==2.25.1
Expand Down Expand Up @@ -172,7 +173,7 @@ tox==3.23.0
tqdm==4.60.0
traitlets==5.0.5
typed-ast==1.4.3
typing-extensions==3.7.4.3
typing-extensions==3.10.0.0
urllib3==1.26.4
virtualenv==20.4.4
wcwidth==0.2.5
Expand Down
9 changes: 5 additions & 4 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ flake8-comprehensions==3.4.0
flake8-plugin-utils==1.3.1
flake8-polyfill==1.0.2
flake8-pytest-style==1.4.1
flake8-rst-docstrings==0.2.1
flake8-rst-docstrings==0.2.2
flake8-use-fstring==1.1
flake8==3.9.1
fuzzywuzzy==0.18.0
Expand All @@ -57,7 +57,7 @@ importlib-resources==5.1.2
iniconfig==1.1.1
ipykernel==5.5.3
ipython-genutils==0.2.0
ipython==7.22.0
ipython==7.23.0
ipywidgets==7.6.3
isort==5.8.0
jedi==0.18.0
Expand All @@ -82,6 +82,7 @@ lazy-object-proxy==1.6.0
livereload==2.6.3
markdown-it-py==0.6.2
markupsafe==1.1.1
matplotlib-inline==0.1.2
mccabe==0.6.1
mdit-py-plugins==0.2.6
mistune==0.8.4
Expand Down Expand Up @@ -136,7 +137,7 @@ python-dateutil==2.8.1
pytz==2021.1
pyyaml==5.4.1
pyzmq==22.0.3
qtconsole==5.0.3
qtconsole==5.1.0
qtpy==1.9.0
regex==2021.4.4
requests==2.25.1
Expand Down Expand Up @@ -172,7 +173,7 @@ tox==3.23.0
tqdm==4.60.0
traitlets==5.0.5
typed-ast==1.4.3
typing-extensions==3.7.4.3
typing-extensions==3.10.0.0
urllib3==1.26.4
virtualenv==20.4.4
wcwidth==0.2.5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/requirements-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
commit-message: "ci: upgrade developer dependencies"
commit-message: "ci: upgrade pinned requirements (automatic)"
committer: GitHub <[email protected]>
author: GitHub <[email protected]>
title: "ci: upgrade developer dependencies"
title: "ci: upgrade pinned requirements"
labels: |
🖱️ DX
branch-suffix: timestamp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/requirements-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
git checkout -b ${GITHUB_HEAD_REF}
if [[ $(git status -s) ]]; then
git add -A
git commit -m "ci: upgrade developer dependencies (automatic)"
git commit -m "ci: upgrade pinned requirements (automatic)"
git config pull.rebase true
git pull origin ${GITHUB_HEAD_REF}
git push origin HEAD:${GITHUB_HEAD_REF}
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ repos:
- id: markdownlint

- repo: https://github.com/nbQA-dev/nbQA
rev: 0.7.0
rev: 0.8.0
hooks:
- id: nbqa-black
args: [--nbqa-mutate]
Expand All @@ -85,7 +85,7 @@ repos:
language_version: 12.18.2 # prettier does not specify node correctly

- repo: https://github.com/ComPWA/mirrors-pyright
rev: v1.1.135
rev: v1.1.136
hooks:
- id: pyright

Expand Down

0 comments on commit 439e329

Please sign in to comment.