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 5.3.2 to 5.3.3 #2477

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Expand Up @@ -46,7 +46,7 @@ billiard==3.6.1.0 # Not used directly, but pinned as it has been a source of br
kombu==4.6.7 # Not used directly, but pinned as it has been a source of breakage in the past

# Testing and dev
pytest==5.3.2
pytest==5.3.3
pytest-django==3.7.0
pytest-sugar==0.9.2
pytest-cov==2.8.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -98,7 +98,7 @@ pytest-django==3.7.0
pytest-forked==1.1.3 # via pytest-xdist
pytest-sugar==0.9.2
pytest-xdist==1.31.0
pytest==5.3.2
pytest==5.3.3
python-dateutil==2.8.1
pytz==2019.3 # via celery, django, icalendar
pyyaml==5.3
Expand Down