Skip to content

Commit

Permalink
Upgrade test dependencies
Browse files Browse the repository at this point in the history
pytest: 6 → 7
pytest-cov: 2.7 → 4.1
pytest-django: 4.4 → 4.6
flake8: 3 → 6
pytest-flake8: 1.0 → 1.1
pytest-dotenv: 0.3 → 0.5
model-mommy: 1.6 → 2.0
frezegun: 0.3 → 1.2
  • Loading branch information
dbrgn committed Nov 13, 2023
1 parent 5538a14 commit 1796b73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion interna/config/tests/test_robots.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from django.http import HttpResponse
from django.test import Client


Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ commonmark>=0.9,<0.10
django-extensions>=2,<3

# Testing
pytest>=6,<7
pytest-cov>=2.7,<2.8
pytest-django~=4.4.0
flake8<4 # https://github.com/tholo/pytest-flake8/issues/81
pytest-flake8~=1.0.7
pytest-dotenv>=0.3,<0.4
model-mommy>=1.6,<1.7
freezegun>=0.3.9,<0.4
pytest>=7,<8
pytest-cov~=4.1.0
pytest-django~=4.6.0
flake8~=6.1.0
pytest-flake8~=1.1.1
pytest-dotenv~=0.5.2
model-mommy~=2.0.0
freezegun~=1.2.2

# Deployment
gunicorn>=21,<22

0 comments on commit 1796b73

Please sign in to comment.