Skip to content

Commit 62116fe

Browse files
committed
Update requirements
This is a subset from #6866 There aren't breaking changes.
1 parent e6cae86 commit 62116fe

File tree

3 files changed

+18
-19
lines changed

3 files changed

+18
-19
lines changed

requirements/local-docs-build.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c
2020
git+https://github.com/readthedocs/readthedocs-sphinx-search@master
2121

2222

23-
Pygments==2.4.2
23+
Pygments==2.6.1
2424

25-
mkdocs==1.0.4
26-
Markdown==3.1.1
25+
mkdocs==1.1
26+
Markdown==3.2.1
2727

2828
# Docs
2929
sphinxcontrib-httpdomain==1.7.0

requirements/pip.txt

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Base packages
2-
pip==19.3.1
2+
pip==20.0.2
33
appdirs==1.4.3
4-
virtualenv==16.7.7
4+
virtualenv==20.0.16
55

6-
django==2.2.11 # pyup: <2.3
7-
django-extensions==2.2.5
6+
django==2.2.12 # pyup: <2.3
7+
django-extensions==2.2.9
88
django_polymorphic==2.1.2
99

1010
djangorestframework==3.10.3
@@ -23,11 +23,11 @@ drf-extensions==0.5.0
2323
django-vanilla-views==1.0.6
2424
jsonfield==2.0.2
2525

26-
requests==2.22.0
26+
requests==2.23.0
2727
requests-toolbelt==0.9.1
2828
slumber==0.7.1
29-
pyyaml==5.1.2
30-
Pygments==2.4.2
29+
pyyaml==5.3.1
30+
Pygments==2.6.1
3131

3232
# Basic tools
3333
# Redis 3.x has an incompatible change and fails
@@ -69,12 +69,12 @@ selectolax==0.2.1
6969
orjson==2.0.7 # pyup: ignore
7070

7171
# Utils
72-
django-gravatar2==1.4.2
72+
django-gravatar2==1.4.4
7373
pytz==2019.3
7474
Unipath==1.1
7575
django-kombu==0.9.4
76-
stripe==2.38.0
77-
regex==2019.11.1
76+
stripe==2.44.0
77+
regex==2020.4.4
7878

7979
# unicode-slugify==0.1.5 is not released on PyPI yet
8080
git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5
@@ -91,8 +91,7 @@ nltk==3.4.5
9191
textblob==0.15.3
9292

9393
django-annoying==0.10.5
94-
# Messages-extends needs a fix for Django 2.2 which isn't released (0.6.1 isn't out yet)
95-
git+https://github.com/AliLozano/django-messages-extends.git@5e1cd27#egg=django-messages-extends==0.6.1-dev1
94+
django-messages-extends==0.6.2
9695
djangorestframework-jsonp==1.0.2
9796
django-taggit==1.1.0
9897
dj-pagination==2.4.0
@@ -104,7 +103,7 @@ packaging==19.2
104103
django-cors-middleware==1.4.0
105104

106105
# User agent parsing - used for analytics purposes
107-
user-agents==2.0
106+
user-agents==2.1
108107

109108
# Utilities used to upload build media to cloud storage
110109
# django-storages is pinned to this particular commit because it
@@ -113,7 +112,7 @@ user-agents==2.0
113112
git+https://github.com/jschneier/django-storages@d0f027c98a877f75615cfc42b4d51c038fa41bf6#egg=django-storages[azure]==1.9.1
114113

115114
# Required only in development and linting
116-
django-debug-toolbar==2.0
115+
django-debug-toolbar==2.2
117116

118117
# For enabling content-security-policy
119118
django-csp==3.6

requirements/testing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r pip.txt
22
-r local-docs-build.txt
33

4-
django-dynamic-fixture==2.0.0
4+
django-dynamic-fixture==3.1.0
55
pytest==5.2.2
66
pytest-custom-exit-code==0.3.0
77
pytest-django==3.6.0
@@ -23,4 +23,4 @@ pytest-mock==1.11.2
2323

2424
# local debugging tools
2525
datadiff==2.0.0
26-
ipdb==0.12.2
26+
ipdb==0.13.2

0 commit comments

Comments
 (0)