Skip to content

Commit

Permalink
increased to Django 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jsayles committed Apr 22, 2020
1 parent 4089116 commit de4ce3c
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 104 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pip-review = "*"

[packages]
Django = ">=3.0.3"
Pillow = "~=7.0"
Pillow = "~=7.1"
psycopg2 = "~=2.8"
django-localflavor = "~=3.0"
django-localflavor-us = "~=1.1"
Expand All @@ -23,7 +23,7 @@ django-taggit-templatetags2 = "~=1.6"
django-crontab = "~=0.7"
python-slugify = "!=2.0"
requests = "~=2.22"
cryptography = "~=2.8"
cryptography = "~=2.9"
mailchimp3 = "~=3.0"
pyyaml = "~=5.2"

Expand Down Expand Up @@ -51,7 +51,7 @@ suds-jurko = "==0.6"

# For the documentation:
CommonMark = "~=0.9"
Sphinx = "~=2.3"
Sphinx = "~=3.0"
sphinx_rtd_theme = "==0.4.3"
Markdown = "!=3.1"
recommonmark = "==0.6.0"
Expand Down
180 changes: 89 additions & 91 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Django==3.0.4
Pillow==7.0.0
cryptography==2.8
Django==3.0.5
Pillow==7.1.1
cryptography==2.9.1
psycopg2==2.8.5

alabaster==0.7.12
appdirs==1.4.3
asgiref==3.2.7
Babel==2.8.0
cairocffi==1.1.0
CairoSVG==2.4.2
certifi==2019.11.28
certifi==2020.4.5.1
cffi==1.14.0
chardet==3.0.4
click==7.1.1
Expand All @@ -30,7 +31,7 @@ html5lib==1.0.1
idna==2.9
imagesize==1.2.0
importlib-metadata==1.6.0
Jinja2==2.11.1
Jinja2==2.11.2
mailchimp3==3.0.13
Markdown==3.2.1
MarkupSafe==1.1.1
Expand All @@ -39,14 +40,13 @@ packaging==20.3
pip-review==1.1.0
pipenv==2018.11.26
ply==3.11
psycopg2==2.8.4
pyasn1==0.4.8
pycodestyle==2.5.0
pycparser==2.20
pycryptodomex==3.9.7
Pygments==2.6.1
PyJWT==1.7.1
pyparsing==2.4.6
pyparsing==2.4.7
Pyphen==0.9.5
pysmi==0.3.4
pysnmp==4.4.12
Expand All @@ -63,7 +63,7 @@ requests-oauthlib==1.3.0
safety==1.8.7
six==1.14.0
snowballstemmer==2.0.0
Sphinx==2.4.4
Sphinx==3.0.2
sphinx-rtd-theme==0.4.3
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
Expand All @@ -76,8 +76,8 @@ suds-jurko==0.6
text-unidecode==1.3
tinycss2==1.0.2
toml==0.10.0
urllib3==1.25.8
virtualenv==20.0.15
urllib3==1.25.9
virtualenv==20.0.18
virtualenv-clone==0.5.4
WeasyPrint==51
webencodings==0.5.1
Expand Down

0 comments on commit de4ce3c

Please sign in to comment.