Skip to content

Commit 161ac11

Browse files
authored
Merge pull request #40 from edx/jenkins/upgrade-python-requirements-380bd97
Python Requirements Update
2 parents 380bd97 + b72b108 commit 161ac11

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
#
55
# make upgrade
66
#
7-
django==1.11.21
7+
django==1.11.22
88
djangorestframework==3.9.4
99
pytz==2019.1 # via django

requirements/dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ contextlib2==0.5.5
2121
coverage==4.5.3
2222
ddt==1.2.1
2323
distlib==0.2.9.post0
24-
django==1.11.21
24+
django==1.11.22
2525
djangorestframework==3.9.4
2626
edx-i18n-tools==0.4.8
2727
edx-lint==1.3.0
@@ -53,8 +53,8 @@ pylint-plugin-utils==0.5
5353
pylint==1.7.6
5454
pyparsing==2.4.0
5555
pytest-cov==2.7.1
56-
pytest-django==3.5.0
57-
pytest==4.6.3
56+
pytest-django==3.5.1
57+
pytest==4.6.4
5858
python-dateutil==2.8.0
5959
pytz==2019.1
6060
pyyaml==5.1.1 # via edx-i18n-tools
@@ -66,7 +66,7 @@ snowballstemmer==1.9.0
6666
toml==0.10.0
6767
tox-battery==0.5.1
6868
tox-travis==0.12
69-
tox==3.13.1
69+
tox==3.13.2
7070
urllib3==1.25.3
7171
virtualenv==16.6.1
7272
wcwidth==0.1.7

requirements/doc.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ configparser==3.7.4
1515
contextlib2==0.5.5
1616
coverage==4.5.3
1717
ddt==1.2.1
18-
django==1.11.21
18+
django==1.11.22
1919
djangorestframework==3.9.4
2020
docutils==0.14 # via readme-renderer, sphinx
2121
freezegun==0.3.12
@@ -34,8 +34,8 @@ py==1.8.0
3434
pygments==2.4.2 # via readme-renderer, sphinx
3535
pyparsing==2.4.0
3636
pytest-cov==2.7.1
37-
pytest-django==3.5.0
38-
pytest==4.6.3
37+
pytest-django==3.5.1
38+
pytest==4.6.4
3939
python-dateutil==2.8.0
4040
pytz==2019.1
4141
readme-renderer==24.0

requirements/quality.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ contextlib2==0.5.5
1919
coverage==4.5.3
2020
ddt==1.2.1
2121
distlib==0.2.9.post0 # via caniusepython3
22-
django==1.11.21
22+
django==1.11.22
2323
djangorestframework==3.9.4
2424
edx-lint==1.3.0
2525
enum34==1.1.6 # via astroid
@@ -45,8 +45,8 @@ pylint-plugin-utils==0.5 # via pylint-celery, pylint-django
4545
pylint==1.7.6 # via edx-lint, pylint-celery, pylint-django, pylint-plugin-utils
4646
pyparsing==2.4.0
4747
pytest-cov==2.7.1
48-
pytest-django==3.5.0
49-
pytest==4.6.3
48+
pytest-django==3.5.1
49+
pytest==4.6.4
5050
python-dateutil==2.8.0
5151
pytz==2019.1
5252
requests==2.22.0 # via caniusepython3

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ pluggy==0.12.0 # via pytest
2121
py==1.8.0 # via pytest
2222
pyparsing==2.4.0 # via packaging
2323
pytest-cov==2.7.1
24-
pytest-django==3.5.0
25-
pytest==4.6.3 # via pytest-cov, pytest-django
24+
pytest-django==3.5.1
25+
pytest==4.6.4 # via pytest-cov, pytest-django
2626
python-dateutil==2.8.0 # via freezegun
2727
pytz==2019.1
2828
scandir==1.10.0 # via pathlib2

requirements/travis.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ six==1.12.0 # via packaging, pathlib2, tox
2424
toml==0.10.0 # via tox
2525
tox-battery==0.5.1
2626
tox-travis==0.12
27-
tox==3.13.1
27+
tox==3.13.2
2828
urllib3==1.25.3 # via requests
2929
virtualenv==16.6.1 # via tox
3030
zipp==0.5.1 # via importlib-metadata

0 commit comments

Comments
 (0)