Skip to content

Commit d0c2a26

Browse files
committed
Updated dependencies
1 parent 04e0c2b commit d0c2a26

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

requirements/requirements-optionals.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
psycopg2-binary>=2.8.5, <2.9
33
markdown==3.3;python_version>="3.6"
44
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
5+
pygments==2.7.1
6+
django-guardian==2.3.0
7+
django-filter>=2.4.0, <2.5
88
coreapi==2.3.1
99
coreschema==0.0.4
10-
pyyaml>=5.1
10+
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)