Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
This is a subset from #6866

There aren't breaking changes.
  • Loading branch information
stsewd committed Apr 9, 2020
1 parent e6cae86 commit 62116fe
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
6 changes: 3 additions & 3 deletions requirements/local-docs-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c
git+https://github.com/readthedocs/readthedocs-sphinx-search@master


Pygments==2.4.2
Pygments==2.6.1

mkdocs==1.0.4
Markdown==3.1.1
mkdocs==1.1
Markdown==3.2.1

# Docs
sphinxcontrib-httpdomain==1.7.0
Expand Down
27 changes: 13 additions & 14 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Base packages
pip==19.3.1
pip==20.0.2
appdirs==1.4.3
virtualenv==16.7.7
virtualenv==20.0.16

django==2.2.11 # pyup: <2.3
django-extensions==2.2.5
django==2.2.12 # pyup: <2.3
django-extensions==2.2.9
django_polymorphic==2.1.2

djangorestframework==3.10.3
Expand All @@ -23,11 +23,11 @@ drf-extensions==0.5.0
django-vanilla-views==1.0.6
jsonfield==2.0.2

requests==2.22.0
requests==2.23.0
requests-toolbelt==0.9.1
slumber==0.7.1
pyyaml==5.1.2
Pygments==2.4.2
pyyaml==5.3.1
Pygments==2.6.1

# Basic tools
# Redis 3.x has an incompatible change and fails
Expand Down Expand Up @@ -69,12 +69,12 @@ selectolax==0.2.1
orjson==2.0.7 # pyup: ignore

# Utils
django-gravatar2==1.4.2
django-gravatar2==1.4.4
pytz==2019.3
Unipath==1.1
django-kombu==0.9.4
stripe==2.38.0
regex==2019.11.1
stripe==2.44.0
regex==2020.4.4

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

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

# User agent parsing - used for analytics purposes
user-agents==2.0
user-agents==2.1

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

# Required only in development and linting
django-debug-toolbar==2.0
django-debug-toolbar==2.2

# For enabling content-security-policy
django-csp==3.6
4 changes: 2 additions & 2 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r pip.txt
-r local-docs-build.txt

django-dynamic-fixture==2.0.0
django-dynamic-fixture==3.1.0
pytest==5.2.2
pytest-custom-exit-code==0.3.0
pytest-django==3.6.0
Expand All @@ -23,4 +23,4 @@ pytest-mock==1.11.2

# local debugging tools
datadiff==2.0.0
ipdb==0.12.2
ipdb==0.13.2

0 comments on commit 62116fe

Please sign in to comment.