Skip to content

Commit 4865771

Browse files
committed
widen allowed version ranges
1 parent efa1fbe commit 4865771

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

requirements/requirements-codestyle.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ flake8>=3.8.4,<3.9
33
flake8-tidy-imports>=4.1.0,<4.2
44

55
# Sort and lint imports
6-
isort>=5.6.2,<5.7
6+
isort>=5.6.2,<6.0

requirements/requirements-optionals.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Optional packages which may be used with REST framework.
22
coreapi==2.3.1
33
coreschema==0.0.4
4-
django-filter>=2.4.0,<2.5
4+
django-filter>=2.4.0,<3.0
55
django-guardian>=2.3.0,<2.4
66
markdown>=3.1.1,<3.2
77
psycopg2-binary>=2.8.5,<2.9

requirements/requirements-testing.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Pytest for running the tests.
2-
pytest>=6.1,<6.2
3-
pytest-cov>=2.10.1,<2.11
4-
pytest-django>=3.10.0,<3.11
2+
pytest>=6.1,<7.0
3+
pytest-cov>=2.10.1,<3.0
4+
pytest-django>=3.10.0,<4.0

0 commit comments

Comments
 (0)