Skip to content

Commit

Permalink
fix(pyup): Update pytest to 7.1.2 (#313)
Browse files Browse the repository at this point in the history
* Update pytest from 7.1.1 to 7.1.2

* Update pytest from 7.1.1 to 7.1.2
  • Loading branch information
pyup-bot authored May 3, 2022
1 parent 930acb5 commit c744d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==7.1.1
pytest==7.1.2
pytest-cookies==0.6.1
tox==3.25.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ coverage==6.3.2
dj-inmemorystorage==2.1.0
psycopg2==2.9.3 # This version should be used in production
#psycopg2-binary # This version is ok for Development and Testing
pytest==7.1.1
pytest==7.1.2
pytest-django==4.5.2
pytest-reverse==1.4.0
pytest-xdist==2.5.0
Expand Down

0 comments on commit c744d82

Please sign in to comment.