Skip to content

Commit cd4fa83

Browse files
committed
Updated dependencies
semantically ranged dependencies alpahetical order dependencies widen allowed version ranges
1 parent 67ebdd3 commit cd4fa83

File tree

5 files changed

+17
-18
lines changed

5 files changed

+17
-18
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# PEP8 code linting, which we run on all commits.
2-
flake8==3.8.3
3-
flake8-tidy-imports==4.1.0
4-
pycodestyle==2.6.0
2+
flake8>=3.8.4,<3.9
3+
flake8-tidy-imports>=4.1.0,<4.2
54

65
# Sort and lint imports
7-
isort==5.4.2
6+
isort>=5.6.2,<6.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# MkDocs to build our documentation.
2-
mkdocs==1.1
2+
mkdocs>=1.1.2,<1.2
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Optional packages which may be used with REST framework.
2-
psycopg2-binary>=2.8.5, <2.9
3-
markdown==3.3;python_version>="3.6"
4-
markdown==3.2.2;python_version=="3.5"
5-
pygments==2.4.2
6-
django-guardian==2.2.0
7-
django-filter>=2.2.0, <2.3
82
coreapi==2.3.1
93
coreschema==0.0.4
10-
pyyaml>=5.1
4+
django-filter>=2.4.0,<3.0
5+
django-guardian>=2.3.0,<2.4
6+
markdown==3.3;python_version>="3.6"
7+
markdown==3.2.2;python_version=="3.5"
8+
psycopg2-binary>=2.8.5,<2.9
9+
pygments>=2.7.1,<2.8
10+
pyyaml>=5.3.1,<5.4
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Wheel for PyPI installs.
2-
wheel==0.34.2
2+
wheel>=0.35.1,<0.36
33

44
# Twine for secured PyPI uploads.
5-
twine==3.1.1
5+
twine>=3.2.0,<3.3
66

77
# Transifex client for managing translation resources.
8-
transifex-client==0.13.9
8+
transifex-clien>=0.13.12,<0.14

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.1,<6.2
3-
pytest-django>=4.1.0,<4.2
4-
pytest-cov>=2.10.1
2+
pytest>=6.1,<7.0
3+
pytest-cov>=2.10.1,<3.0
4+
pytest-django>=4.1.0,<5.0

0 commit comments

Comments
 (0)