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.2.0 in /requirements #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
15 changes: 8 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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
certifi==2021.5.30
# via requests
Expand All @@ -28,6 +28,8 @@ docutils==0.16
# via
# sphinx
# sphinx-tabs
exceptiongroup==1.0.0
# via pytest
filelock==3.0.12
# via
# tox
Expand Down Expand Up @@ -75,9 +77,7 @@ pre-commit==2.15.0
psutil==5.8.0
# via pytest-xprocess
py==1.10.0
# via
# pytest
# tox
# via tox
pygments==2.10.0
# via
# sphinx
Expand All @@ -86,7 +86,7 @@ pylibmc==1.6.1
# via -r tests.in
pyparsing==2.4.7
# via packaging
pytest==6.2.5
pytest==7.2.0
# via
# -r tests.in
# pytest-xprocess
Expand Down Expand Up @@ -134,10 +134,11 @@ sphinxcontrib-serializinghtml==1.1.5
toml==0.10.2
# via
# pre-commit
# pytest
# tox
tomli==1.2.1
# via pep517
# via
# pep517
# pytest
tox==3.24.4
# via -r dev.in
urllib3==1.26.6
Expand Down
18 changes: 9 additions & 9 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ attrs==21.2.0
# via pytest
click==8.0.1
# via flask
exceptiongroup==1.0.0
# via pytest
flask==2.0.1
# via -r requirements/tests.in
# via -r tests.in
iniconfig==1.1.1
# via pytest
itsdangerous==2.0.1
Expand All @@ -24,21 +26,19 @@ pluggy==1.0.0
# via pytest
psutil==5.8.0
# via pytest-xprocess
py==1.10.0
# via pytest
pylibmc==1.6.1
# via -r requirements/tests.in
# via -r tests.in
pyparsing==2.4.7
# via packaging
pytest==6.2.5
pytest==7.2.0
# via
# -r requirements/tests.in
# -r tests.in
# pytest-xprocess
pytest-xprocess==0.18.1
# via -r requirements/tests.in
# via -r tests.in
redis==3.5.3
# via -r requirements/tests.in
toml==0.10.2
# via -r tests.in
tomli==2.0.1
# via pytest
werkzeug==2.0.1
# via flask