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.4 to 7.4.4 #557

Closed
wants to merge 1 commit into from
Closed
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
43 changes: 13 additions & 30 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,16 @@
#
appdirs==1.4.4
# via black
argon2-cffi==20.1.0
# via
# -c requirements.txt
# django
asgiref==3.3.4
# via
# -c requirements.txt
# django
astroid==2.5.6
# via pylint
attrs==21.2.0
# via
# curlylint
# pytest
# via curlylint
black==21.5b1
# via -r requirements-test.in
cffi==1.14.5
# via
# -c requirements.txt
# argon2-cffi
click==8.0.0
# via
# black
Expand All @@ -34,10 +24,12 @@ curlylint==0.13.0
# via -r requirements-test.in
delayed-assert==0.3.5
# via -r requirements-test.in
django[argon2]==3.2.3
django==3.2.3
# via
# -c requirements.txt
# model-bakery
exceptiongroup==1.2.0
# via pytest
iniconfig==1.1.1
# via pytest
isort==5.8.0
Expand All @@ -62,41 +54,31 @@ pathspec==0.8.1
# curlylint
pluggy==0.13.1
# via pytest
py==1.10.0
# via pytest
pycparser==2.20
# via
# -c requirements.txt
# cffi
pyenchant==3.2.0
# via -r requirements-test.in
pylint-django==2.4.4
# via -r requirements-test.in
pylint-plugin-utils==0.6
# via pylint-django
pylint==2.8.2
# via
# -r requirements-test.in
# pylint-django
# pylint-plugin-utils
pylint-django==2.4.4
# via -r requirements-test.in
pylint-plugin-utils==0.6
# via pylint-django
pyparsing==2.4.7
# via packaging
pytest-django==4.2.0
# via -r requirements-test.in
pytest==6.2.4
pytest==7.4.4
# via
# -r requirements-test.in
# pytest-django
pytest-django==4.2.0
# via -r requirements-test.in
pytz==2021.1
# via
# -c requirements.txt
# django
regex==2021.4.4
# via black
six==1.16.0
# via
# -c requirements.txt
# argon2-cffi
sqlparse==0.4.1
# via
# -c requirements.txt
Expand All @@ -106,6 +88,7 @@ toml==0.10.2
# black
# curlylint
# pylint
# pytest
tomli==2.0.1
# via pytest
wrapt==1.12.1
# via astroid
Loading