Skip to content

Commit

Permalink
Update test libs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed Aug 29, 2024
1 parent 4c15674 commit 89f7d11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements/requirements-test.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest~=7.3.0
pytest~=7.4.4
pytest-cov~=4.0.0
pytest-django==4.5.2
pytest-django==4.8.0
6 changes: 3 additions & 3 deletions requirements/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ packaging==21.3
# via pytest
pluggy==1.0.0
# via pytest
pyparsing==3.0.7
pyparsing==3.1.4
# via packaging
pytest==7.3.0
pytest==7.4.4
# via
# -r requirements-test.in
# pytest-cov
# pytest-django
pytest-cov==4.0.0
# via -r requirements-test.in
pytest-django==4.5.2
pytest-django==4.8.0
# via -r requirements-test.in
tomli==2.0.1
# via coverage

0 comments on commit 89f7d11

Please sign in to comment.