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 7.4.2 to 7.4.4 in /requirements #330

Closed
wants to merge 1 commit 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
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pylibmc==1.6.3
# via -r tests.in
pyproject-api==1.6.1
# via tox
pytest==7.4.2
pytest==7.4.4
# via
# -r tests.in
# pytest-xprocess
Expand Down
8 changes: 7 additions & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@
#
# pip-compile requirements/tests.in
#
async-timeout==4.0.3
# via redis
boto3==1.26.104
# via -r tests.in
botocore==1.29.104
# via
# boto3
# s3transfer
exceptiongroup==1.2.0
# via pytest
iniconfig==1.1.1
# via pytest
jmespath==1.0.1
Expand All @@ -28,7 +32,7 @@ pylibmc==1.6.3
# via -r tests.in
pyparsing==2.4.7
# via packaging
pytest==7.4.2
pytest==7.4.4
# via
# -r tests.in
# pytest-xprocess
Expand All @@ -42,6 +46,8 @@ s3transfer==0.6.0
# via boto3
six==1.16.0
# via python-dateutil
tomli==2.0.1
# via pytest
urllib3==1.26.13
# via botocore
uwsgi==2.0.21
Expand Down
Loading