Skip to content

Commit 2dad23c

Browse files
committed
Upgrade test dependencies
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
1 parent 8a93762 commit 2dad23c

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

interna/config/tests/test_robots.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from django.http import HttpResponse
21
from django.test import Client
32

43

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ commonmark>=0.9,<0.10
1919
django-extensions>=2,<3
2020

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

3131
# Deployment
3232
gunicorn>=21,<22

0 commit comments

Comments
 (0)