Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pytest from 6.2.5 to 7.0.0 #6596

Closed
wants to merge 2 commits into from
Closed
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
19 changes: 13 additions & 6 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ aiosignal==1.2.0
alabaster==0.7.12
# via sphinx
async-timeout==4.0.2
# via -r requirements/base.txt
# via
# -r requirements/base.txt
# aioredis
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 @@ -36,13 +38,14 @@ charset-normalizer==2.0.10
# via
# -r requirements/base.txt
# requests
cherry_picker==2.1.0
cherry-picker==2.1.0
# via -r requirements/dev.txt
click==8.0.3
# via
# cherry-picker
# click-default-group
# pip-tools
# slotscheck
# towncrier
# typer
# wait-for-it
Expand Down Expand Up @@ -128,7 +131,7 @@ pluggy==1.0.0
# via pytest
pre-commit==2.17.0
# via -r requirements/lint.txt
proxy.py==2.4.0rc6
proxy-py==2.4.0rc6
# via -r requirements/test.txt
py==1.10.0
# via pytest
Expand All @@ -146,7 +149,7 @@ pyjwt==2.3.0
# via gidgethub
pyparsing==2.4.7
# via packaging
pytest==6.2.5
pytest==7.0.0
# via
# -r requirements/lint.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -179,6 +182,8 @@ six==1.16.0
# via
# python-dateutil
# virtualenv
slotscheck==0.8.0
# via -r requirements/lint.txt
snowballstemmer==2.1.0
# via sphinx
sphinx==4.3.2
Expand Down Expand Up @@ -212,13 +217,14 @@ toml==0.10.2
# via
# cherry-picker
# pre-commit
# pytest
# towncrier
tomli==1.2.2
# via
# coverage
# mypy
# pep517
# pytest
# slotscheck
towncrier==21.3.0
# via
# -r requirements/doc.txt
Expand All @@ -232,6 +238,7 @@ typer==0.4.0
typing-extensions==3.10.0.0
# via
# -r requirements/typing-extensions.txt
# aioredis
# mypy
# pydantic
uritemplate==4.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
aioredis==2.0.1
mypy==0.931; implementation_name=="cpython"
pre-commit==2.17.0
pytest==6.2.5
pytest==7.0.0
slotscheck==0.8.0
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ freezegun==1.1.0
mypy==0.931; implementation_name=="cpython"
mypy-extensions==0.4.3; implementation_name=="cpython"
proxy.py ~= 2.4.0rc6
pytest==6.2.5
pytest==7.0.0
pytest-cov==3.0.0
pytest-mock==3.6.1
python-on-whales==0.36.1
Expand Down