Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/update-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
app_id: ${{ secrets.BOT_APP_ID }}
private_key: ${{ secrets.BOT_PRIVATE_KEY }}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3.12.1
uses: peter-evans/create-pull-request@v3.14.0
with:
token: ${{ steps.generate_token.outputs.token }}
branch: update/pre-commit-autoupdate
Expand Down
49 changes: 13 additions & 36 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ alabaster==0.7.12
# via sphinx
async-timeout==4.0.2
# via -r requirements/base.txt
asynctest==0.13.0 ; python_version < "3.8"
# via -r requirements/base.txt
attrs==21.2.0
# via pytest
babel==2.9.1
# via sphinx
backports.entry-points-selectable==1.1.0
backports-entry-points-selectable==1.1.0
# via virtualenv
blockdiag==2.0.1
# via sphinxcontrib-blockdiag
Expand All @@ -32,11 +30,11 @@ cffi==1.15.0
# pycares
cfgv==3.3.1
# via pre-commit
charset-normalizer==2.0.11
charset-normalizer==2.0.12
# via
# -r requirements/base.txt
# requests
cherry_picker==2.1.0 ; python_version >= "3.6"
cherry-picker==2.1.0 ; python_version >= "3.6"
# via -r requirements/dev.txt
click==8.0.3
# via
Expand All @@ -48,7 +46,7 @@ click==8.0.3
# wait-for-it
click-default-group==1.2.2
# via towncrier
coverage[toml]==6.3.1
coverage==6.3.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -57,7 +55,7 @@ cryptography==36.0.1 ; platform_machine != "i686"
# -r requirements/test.txt
# pyjwt
# trustme
cython==0.29.27
cython==0.29.28
# via -r requirements/cython.txt
distlib==0.3.3
# via virtualenv
Expand Down Expand Up @@ -88,17 +86,6 @@ idna==3.3
# yarl
imagesize==1.2.0
# via sphinx
importlib-metadata==4.10.1
# via
# backports.entry-points-selectable
# click
# pep517
# pluggy
# pre-commit
# pytest
# sphinx
# sphinxcontrib-spelling
# virtualenv
incremental==21.3.0
# via towncrier
iniconfig==1.1.1
Expand Down Expand Up @@ -131,15 +118,15 @@ pep517==0.12.0
# via pip-tools
pillow==9.0.0
# via blockdiag
pip-tools==6.5.0
pip-tools==6.5.1
# via -r requirements/dev.txt
platformdirs==2.4.0
# via virtualenv
pluggy==1.0.0
# via pytest
pre-commit==2.17.0
# via -r requirements/lint.txt
proxy.py==2.4.0
proxy-py==2.4.0
# via -r requirements/test.txt
py==1.10.0
# via pytest
Expand All @@ -155,11 +142,11 @@ pygments==2.11.2
# via
# -r requirements/doc.txt
# sphinx
pyjwt[crypto]==2.3.0
pyjwt==2.3.0
# via gidgethub
pyparsing==2.4.7
# via packaging
pytest==7.0.0
pytest==7.0.1
# via
# -r requirements/lint.txt
# -r requirements/test.txt
Expand All @@ -171,7 +158,7 @@ pytest-mock==3.7.0
# via -r requirements/test.txt
python-dateutil==2.8.2
# via freezegun
python-on-whales==0.36.1 ; python_version >= "3.7"
python-on-whales==0.37.0 ; python_version >= "3.7"
# via -r requirements/test.txt
pytz==2021.3
# via babel
Expand Down Expand Up @@ -225,39 +212,32 @@ toml==0.10.2
# via
# cherry-picker
# pre-commit
# towncrier
tomli==1.2.2
# via
# coverage
# mypy
# pep517
# pytest
towncrier==21.3.0
# towncrier
towncrier==21.9.0
# via
# -r requirements/doc.txt
# sphinxcontrib-towncrier
tqdm==4.62.3
# via python-on-whales
trustme==0.9.0 ; platform_machine != "i686"
# via -r requirements/test.txt
typed-ast==1.5.2
# via mypy
typer==0.4.0
# via python-on-whales
typing-extensions==3.10.0.0
# via
# -r requirements/typing-extensions.txt
# async-timeout
# importlib-metadata
# mypy
# pydantic
# yarl
uritemplate==4.1.1
# via gidgethub
urllib3==1.26.7
# via requests
uvloop==0.14.0 ; platform_system != "Windows" and implementation_name == "cpython" and python_version < "3.9"
# via -r requirements/base.txt
virtualenv==20.10.0
# via pre-commit
wait-for-it==2.2.1 ; python_version >= "3.7"
Expand All @@ -268,10 +248,6 @@ wheel==0.37.0
# via pip-tools
yarl==1.7.2
# via -r requirements/base.txt
zipp==3.7.0
# via
# importlib-metadata
# pep517

# The following packages are considered to be unsafe in a requirements file:
pip==21.3.1
Expand All @@ -281,3 +257,4 @@ setuptools==58.4.0
# blockdiag
# gunicorn
# pip-tools
# towncrier