Skip to content

Commit 0690faf

Browse files
committed
Updated dependencies
1 parent eff97ef commit 0690faf

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PEP8 code linting, which we run on all commits.
2-
flake8==3.8.3
2+
flake8==3.8.4
33
flake8-tidy-imports==4.1.0
44
pycodestyle==2.6.0
55

66
# Sort and lint imports
7-
isort==5.4.2
7+
isort==5.6.2
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
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Optional packages which may be used with REST framework.
22
psycopg2-binary>=2.8.5, <2.9
33
markdown==3.1.1
4-
pygments==2.4.2
5-
django-guardian==2.2.0
6-
django-filter>=2.2.0, <2.3
4+
pygments==2.7.1
5+
django-guardian==2.3.0
6+
django-filter>=2.4.0, <2.5
77
coreapi==2.3.1
88
coreschema==0.0.4
9-
pyyaml>=5.1
9+
pyyaml>=5.3.1
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
33

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

77
# Transifex client for managing translation resources.
8-
transifex-client==0.13.9
8+
transifex-client==0.13.12

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>=5.4.1,<5.5
3-
pytest-django>=3.9.0,<3.10
4-
pytest-cov>=2.7.1
2+
pytest>=6.1,<6.2
3+
pytest-django>=3.10.0,<3.11
4+
pytest-cov>=2.10.1

0 commit comments

Comments
 (0)