Skip to content

Scheduled weekly dependency update for week 19 #325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 45 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
818d873
Update beautifulsoup4 from 4.8.2 to 4.9.0
pyup-bot May 11, 2020
57db173
Update certifi from 2019.11.28 to 2020.4.5.1
pyup-bot May 11, 2020
bdff82c
Update coverage from 5.0.3 to 5.1
pyup-bot May 11, 2020
fc8c663
Update coverage from 5.0.3 to 5.1
pyup-bot May 11, 2020
3b9dc92
Update django-analytical from 2.5.0 to 2.6.0
pyup-bot May 11, 2020
e3ac827
Update django-analytical from 2.5.0 to 2.6.0
pyup-bot May 11, 2020
6dcd19b
Update django-appconf from 1.0.3 to 1.0.4
pyup-bot May 11, 2020
2e1c731
Update django-axes from 5.3.0 to 5.3.1
pyup-bot May 11, 2020
e1dfa31
Update django-axes from 5.3.0 to 5.3.1
pyup-bot May 11, 2020
9683a5c
Update django-tinymce from 2.8.0 to 3.0.2
pyup-bot May 11, 2020
c567f38
Update django-tinymce from 2.8.0 to 3.0.2
pyup-bot May 11, 2020
1cae7da
Update django from 1.11.29 to 3.0.6
pyup-bot May 11, 2020
c14afd7
Update django from 1.11.29 to 3.0.6
pyup-bot May 11, 2020
ebc08fa
Update future from 0.15.0 to 0.18.2
pyup-bot May 11, 2020
76b175c
Update importlib-metadata from 1.5.0 to 1.6.0
pyup-bot May 11, 2020
7ac7660
Update markdown from 3.2.1 to 3.2.2
pyup-bot May 11, 2020
6a5fa80
Update markdown from 3.2.1 to 3.2.2
pyup-bot May 11, 2020
877b98d
Update phonenumberslite from 8.11.5 to 8.12.3
pyup-bot May 11, 2020
9678e02
Update pillow from 7.0.0 to 7.1.2
pyup-bot May 11, 2020
37354f3
Update pillow from 7.0.0 to 7.1.2
pyup-bot May 11, 2020
ea8a738
Update psycopg2 from 2.8.4 to 2.8.5
pyup-bot May 11, 2020
a785f69
Update psycopg2 from 2.8.4 to 2.8.5
pyup-bot May 11, 2020
11b8812
Update pyparsing from 2.4.6 to 2.4.7
pyup-bot May 11, 2020
080f000
Update pytest-django from 3.8.0 to 3.9.0
pyup-bot May 11, 2020
d33b902
Update pytest-django from 3.8.0 to 3.9.0
pyup-bot May 11, 2020
ea7437c
Update pytest-sugar from 0.9.2 to 0.9.3
pyup-bot May 11, 2020
9b88210
Update pytest-sugar from 0.9.2 to 0.9.3
pyup-bot May 11, 2020
874493b
Update pytest from 5.3.5 to 5.4.2
pyup-bot May 11, 2020
26b9e2e
Update pytest from 5.3.5 to 5.4.2
pyup-bot May 11, 2020
c2c9a7a
Update python-akismet from 0.4.1 to 0.4.2
pyup-bot May 11, 2020
46722b9
Update python-gnupg from 0.4.5 to 0.4.6
pyup-bot May 11, 2020
07e4efc
Update pytz from 2019.3 to 2020.1
pyup-bot May 11, 2020
759be22
Update pytz from 2019.3 to 2020.1
pyup-bot May 11, 2020
2bda370
Update redis from 3.4.1 to 3.5.1
pyup-bot May 11, 2020
42351c7
Update redis from 3.4.1 to 3.5.1
pyup-bot May 11, 2020
fba12c5
Update regex from 2020.2.20 to 2020.5.7
pyup-bot May 11, 2020
92cf432
Update taggit-selectize from 2.7.1 to 2.8.0
pyup-bot May 11, 2020
c8465a3
Update taggit-selectize from 2.7.1 to 2.8.0
pyup-bot May 11, 2020
821b6a3
Update urllib3 from 1.25.8 to 1.25.9
pyup-bot May 11, 2020
feb40ab
Update wcwidth from 0.1.8 to 0.1.9
pyup-bot May 11, 2020
e8d4f18
Update pip-tools from 4.5.1 to 5.1.2
pyup-bot May 11, 2020
9d06fe2
Update django-extensions from 2.2.8 to 2.2.9
pyup-bot May 11, 2020
a77ce23
Update sphinx from 2.4.4 to 3.0.3
pyup-bot May 11, 2020
c8c550b
Update ipython from 7.13.0 to 7.14.0
pyup-bot May 11, 2020
f0a762f
Update ptpython from 3.0.1 to 3.0.2
pyup-bot May 11, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions src/requirements/base.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Install with: `pip install -r requirements/base.txt`

# Infrastructure
Django == 1.11.29
Pillow == 7.0.0
psycopg2 == 2.8.4
Django==3.0.6
Pillow==7.1.2
psycopg2==2.8.5
python-memcached == 1.59
raven == 6.10.0
uWSGI == 2.0.18
Expand Down Expand Up @@ -36,10 +36,10 @@ fluentcms-twitterfeed == 1.0.3
# Support libs
brotlipy >= 0.7.0
django-admin-tools == 0.9.0
django-analytical == 2.5.0
django-analytical==2.6.0
django-any-imagefield == 1.1
django-any-urlfield == 2.6.2
django-axes == 5.3.0
django-axes==5.3.1
django-categories-i18n == 1.1.1
django-compressor == 2.4
django-contrib-comments == 1.9.2
Expand All @@ -61,19 +61,19 @@ django-staff-toolbar == 1.2
django-tag-parser == 3.2
django-taggit == 1.2.0
django-threadedcomments == 1.2
django-tinymce == 2.8.0
django-tinymce==3.0.2
django-webmaster-verification == 0.3.0
django-wysiwyg == 0.8.0
docutils == 0.16
html5lib == 1.0.1
Markdown == 3.2.1
Markdown==3.2.2
micawber == 0.5.1
netaddr == 0.7.19
pytz == 2019.3
redis == 3.4.1
pytz==2020.1
redis==3.5.1
smartypants == 2.0.1
sorl-thumbnail == 12.6.3
taggit-selectize == 2.7.1
taggit-selectize==2.8.0
whitenoise == 5.0.1
xlwt == 1.3.0

Expand All @@ -84,10 +84,10 @@ python-akismet >= 0.4.1

# Testing
mock == 4.0.2
coverage == 5.0.3
coverage==5.1

# Pytest
pytest == 5.3.5
pytest-django == 3.8.0
pytest==5.4.2
pytest-django==3.9.0
pytest-cov == 2.8.1
pytest-sugar == 0.9.2
pytest-sugar==0.9.3
52 changes: 26 additions & 26 deletions src/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
#
attrs==19.3.0 # via pytest
babel==2.8.0 # via django-phonenumber-field
beautifulsoup4==4.8.2 # via django-fluent-contents, fluentcms-emailtemplates
beautifulsoup4==4.9.0 # via django-fluent-contents, fluentcms-emailtemplates
brotlipy==0.7.0 # via -r requirements/base.in
certifi==2019.11.28 # via requests
certifi==2020.4.5.1 # via requests
cffi==1.14.0 # via brotlipy
chardet==3.0.4 # via requests
coverage==5.0.3 # via -r requirements/base.in, pytest-cov
coverage==5.1 # via -r requirements/base.in, pytest-cov
django-admin-tools==0.9.0 # via -r requirements/base.in, django-fluent-dashboard
django-analytical==2.5.0 # via -r requirements/base.in
django-analytical==2.6.0 # via -r requirements/base.in
django-any-imagefield==1.1 # via -r requirements/base.in
django-any-urlfield==2.6.2 # via -r requirements/base.in
django-appconf==1.0.3 # via django-axes, django-compressor, fluentcms-emailtemplates
django-axes==5.3.0 # via -r requirements/base.in
django-appconf==1.0.4 # via django-axes, django-compressor, fluentcms-emailtemplates
django-axes==5.3.1 # via -r requirements/base.in
django-categories-i18n==1.1.1 # via -r requirements/base.in, django-fluent-blogs
django-compressor==2.4 # via -r requirements/base.in
django-contrib-comments==1.9.2 # via -r requirements/base.in, django-fluent-comments, django-threadedcomments
Expand Down Expand Up @@ -51,10 +51,10 @@ django-tag-parser==3.2 # via -r requirements/base.in, django-fluent-blogs, dj
django-taggit==1.2.0 # via -r requirements/base.in
django-template-analyzer==1.6.2 # via -r requirements/base.in, django-fluent-contents
django-threadedcomments==1.2 # via -r requirements/base.in
django-tinymce==2.8.0 # via -r requirements/base.in
django-tinymce==3.0.2 # via -r requirements/base.in
django-webmaster-verification==0.3.0 # via -r requirements/base.in
django-wysiwyg==0.8.0 # via -r requirements/base.in, django-fluent-contents, fluentcms-googlemaps
django==1.11.29 # via -r requirements/base.in, django-analytical, django-appconf, django-axes, django-contrib-comments, django-forms-builder, django-healthchecks, django-mptt, django-phonenumber-field, django-polymorphic, django-ranged-response, django-redis, django-simple-captcha, django-taggit, django-webmaster-verification
django==3.0.6 # via -r requirements/base.in, django-analytical, django-appconf, django-axes, django-contrib-comments, django-forms-builder, django-healthchecks, django-mptt, django-phonenumber-field, django-polymorphic, django-ranged-response, django-redis, django-simple-captcha, django-taggit, django-webmaster-verification
docutils==0.16 # via -r requirements/base.in, django-fluent-contents
fluentcms-button==2.0 # via -r requirements/base.in
fluentcms-contactform==2.0 # via -r requirements/base.in
Expand All @@ -70,55 +70,55 @@ fluentcms-pager==2.0 # via -r requirements/base.in
fluentcms-privatenotes==2.0 # via -r requirements/base.in
fluentcms-teaser==1.1.2 # via -r requirements/base.in
fluentcms-twitterfeed==1.0.3 # via -r requirements/base.in
future==0.15.0 # via django-fluent-contents, django-fluent-dashboard, django-fluent-pages, django-forms-builder, django-polymorphic-tree
future==0.18.2 # via django-fluent-contents, django-fluent-dashboard, django-fluent-pages, django-forms-builder, django-polymorphic-tree
geographiclib==1.50 # via geopy
geopy==1.21.0 # via fluentcms-googlemaps
html2text==2020.1.16 # via fluentcms-emailtemplates
html5lib==1.0.1 # via -r requirements/base.in, django-fluent-contents, textile
idna==2.9 # via requests
importlib-metadata==1.5.0 # via pluggy, pytest
markdown==3.2.1 # via -r requirements/base.in, django-fluent-contents
importlib-metadata==1.6.0 # via pluggy, pytest
markdown==3.2.2 # via -r requirements/base.in, django-fluent-contents
micawber==0.5.1 # via -r requirements/base.in, django-fluent-contents
mock==4.0.2 # via -r requirements/base.in
more-itertools==8.2.0 # via pytest
netaddr==0.7.19 # via -r requirements/base.in
packaging==20.3 # via pytest, pytest-sugar
phonenumberslite==8.11.5 # via -r requirements/base.in
pillow==7.0.0 # via -r requirements/base.in, django-fluent-pages, django-simple-captcha
phonenumberslite==8.12.3 # via -r requirements/base.in
pillow==7.1.2 # via -r requirements/base.in, django-fluent-pages, django-simple-captcha
pluggy==0.13.1 # via pytest
psycopg2==2.8.4 # via -r requirements/base.in
psycopg2==2.8.5 # via -r requirements/base.in
py==1.8.1 # via pytest
pycparser==2.20 # via cffi
pygments==2.6.1 # via django-fluent-contents
pyparsing==2.4.6 # via packaging
pyparsing==2.4.7 # via packaging
pytest-cov==2.8.1 # via -r requirements/base.in
pytest-django==3.8.0 # via -r requirements/base.in
pytest-sugar==0.9.2 # via -r requirements/base.in
pytest==5.3.5 # via -r requirements/base.in, pytest-cov, pytest-django, pytest-sugar
python-akismet==0.4.1 # via -r requirements/base.in, django-fluent-comments
python-gnupg==0.4.5 # via django-email-extras
pytest-django==3.9.0 # via -r requirements/base.in
pytest-sugar==0.9.3 # via -r requirements/base.in
pytest==5.4.2 # via -r requirements/base.in, pytest-cov, pytest-django, pytest-sugar
python-akismet==0.4.2 # via -r requirements/base.in, django-fluent-comments
python-gnupg==0.4.6 # via django-email-extras
python-memcached==1.59 # via -r requirements/base.in
pytz==2019.3 # via -r requirements/base.in, babel, django
pytz==2020.1 # via -r requirements/base.in, babel, django
raven==6.10.0 # via -r requirements/base.in
rcssmin==1.0.6 # via django-compressor
redis==3.4.1 # via -r requirements/base.in, django-redis
regex==2020.2.20 # via textile
redis==3.5.1 # via -r requirements/base.in, django-redis
regex==2020.5.7 # via textile
requests==2.23.0 # via django-healthchecks, python-akismet
rjsmin==1.1.0 # via django-compressor
six==1.14.0 # via django-appconf, django-compressor, django-contrib-comments, django-filebrowser-no-grappelli, django-fluent-contents, django-healthchecks, django-parler, django-simple-captcha, html5lib, packaging, python-memcached
smartypants==2.0.1 # via -r requirements/base.in
sorl-thumbnail==12.6.3 # via -r requirements/base.in
soupsieve==2.0 # via beautifulsoup4
sphinx-me==0.3 # via django-forms-builder
taggit-selectize==2.7.1 # via -r requirements/base.in
taggit-selectize==2.8.0 # via -r requirements/base.in
termcolor==1.1.0 # via pytest-sugar
textile==4.0.1 # via django-fluent-contents
twitter-text==3.0 # via fluentcms-twitterfeed
unicodecsv==0.14.1 # via fluentcms-googlemaps
unidecode==1.1.1 # via django-forms-builder
urllib3==1.25.8 # via requests
urllib3==1.25.9 # via requests
uwsgi==2.0.18 # via -r requirements/base.in
wcwidth==0.1.8 # via pytest
wcwidth==0.1.9 # via pytest
webencodings==0.5.1 # via html5lib
whitenoise==5.0.1 # via -r requirements/base.in
wsgiunproxy==1.0 # via -r requirements/base.in
Expand Down
10 changes: 5 additions & 5 deletions src/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
-r ./base.txt

# Tools for building
pip-tools == 4.5.1
pip-tools==5.1.2
pur == 5.3.0

# Useful extra developer packages:

# Debugging
django-debug-toolbar == 2.2
django-extensions == 2.2.8
django-extensions==2.2.9

# Documentation
Sphinx == 2.4.4
Sphinx==3.0.3
sphinx-rtd-theme >= 0.4.3

# Profiling
Expand All @@ -23,5 +23,5 @@ yet-another-django-profiler == 1.1.0

# Debugging
django-debugtools == 1.8
ipython == 7.13.0
ptpython == 3.0.1
ipython==7.14.0
ptpython==3.0.2