Skip to content

Commit fc93736

Browse files
committed
Bump pytest-django
1 parent 7dadf7d commit fc93736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import setup, find_packages
66

77
EXTRAS_REQUIRE = {
8-
"tests": ["pytest", "mock", "pytest-django==3.4.4", "factory-boy==2.11.1"],
8+
"tests": ["pytest", "mock", "pytest-django==3.4.5", "factory-boy==2.11.1"],
99
"lint": [
1010
"flake8==3.6.0",
1111
'flake8-bugbear==18.8.0; python_version >= "3.5"',

0 commit comments

Comments
 (0)