Skip to content
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

pyup: Scheduled weekly dependency update for week 05 #6622

Closed
wants to merge 37 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
4b4f10d
Update pip from 19.3.1 to 20.0.2
pyup-bot Feb 3, 2020
0716995
Update virtualenv from 16.7.7 to 16.7.9
pyup-bot Feb 3, 2020
cb88e58
Update django from 1.11.27 to 1.11.28
pyup-bot Feb 3, 2020
509b71c
Update django-extensions from 2.2.5 to 2.2.6
pyup-bot Feb 3, 2020
32a429a
Update djangorestframework from 3.10.3 to 3.11.0
pyup-bot Feb 3, 2020
20b3e86
Update drf-extensions from 0.5.0 to 0.6.0
pyup-bot Feb 3, 2020
b57762c
Update pyyaml from 5.1.2 to 5.3
pyup-bot Feb 3, 2020
611b6bd
Update pygments from 2.4.2 to 2.5.2
pyup-bot Feb 3, 2020
45017cc
Update pygments from 2.4.2 to 2.5.2
pyup-bot Feb 3, 2020
8617401
Update django-allauth from 0.40.0 to 0.41.0
pyup-bot Feb 3, 2020
cd88a3d
Update gitpython from 3.0.4 to 3.0.5
pyup-bot Feb 3, 2020
1d5f653
Update django-gravatar2 from 1.4.2 to 1.4.4
pyup-bot Feb 3, 2020
5132ccd
Update stripe from 2.38.0 to 2.42.0
pyup-bot Feb 3, 2020
7aab8ac
Update regex from 2019.11.1 to 2020.1.8
pyup-bot Feb 3, 2020
864fe2a
Update django-formtools from 2.1 to 2.2
pyup-bot Feb 3, 2020
bed588f
Update django-crispy-forms from 1.8.0 to 1.8.1
pyup-bot Feb 3, 2020
390c455
Update django-annoying from 0.10.5 to 0.10.6
pyup-bot Feb 3, 2020
bf249e2
Update django-taggit from 1.1.0 to 1.2.0
pyup-bot Feb 3, 2020
15c5ec4
Update packaging from 19.2 to 20.1
pyup-bot Feb 3, 2020
f8787aa
Update django-cors-middleware from 1.4.0 to 1.5.0
pyup-bot Feb 3, 2020
c7b4b16
Update django-storages from 1.7.2 to 1.9
pyup-bot Feb 3, 2020
7fa7616
Update azure-storage-blob from 1.5.0 to 12.1.0
pyup-bot Feb 3, 2020
5a42bb1
Update azure-storage-common from 1.4.2 to 2.1.0
pyup-bot Feb 3, 2020
b7037db
Update django-debug-toolbar from 2.0 to 2.2
pyup-bot Feb 3, 2020
09a2d09
Update gunicorn from 19.9.0 to 20.0.4
pyup-bot Feb 3, 2020
63dc018
Update pillow from 6.2.1 to 7.0.0
pyup-bot Feb 3, 2020
3397586
Update pillow from 6.2.0 to 7.0.0
pyup-bot Feb 3, 2020
54af1c0
Update psycopg2-binary from 2.8.3 to 2.8.4
pyup-bot Feb 3, 2020
e1411d9
Update watchdog from 0.9.0 to 0.10.1
pyup-bot Feb 3, 2020
1edf693
Update ipdb from 0.12.2 to 0.12.3
pyup-bot Feb 3, 2020
5ea32dd
Update ipdb from 0.12.2 to 0.12.3
pyup-bot Feb 3, 2020
1d7d466
Update tox from 3.14.1 to 3.14.3
pyup-bot Feb 3, 2020
2f9cf7b
Update django-dynamic-fixture from 2.0.0 to 3.0.2
pyup-bot Feb 3, 2020
4a23230
Update pytest from 5.2.2 to 5.3.5
pyup-bot Feb 3, 2020
9fe0464
Update pytest-django from 3.6.0 to 3.8.0
pyup-bot Feb 3, 2020
e9da354
Update pytest-xdist from 1.30.0 to 1.31.0
pyup-bot Feb 3, 2020
de7442e
Update pytest-mock from 1.11.2 to 2.0.0
pyup-bot Feb 3, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/deploy.txt
@@ -1,8 +1,8 @@
-r pip.txt
# http://initd.org/psycopg/docs/install.html#binary-install-from-pypi
psycopg2==2.8.3 --no-binary psycopg2
gunicorn==19.9.0
gunicorn==20.0.4
django-redis-cache==2.1.0

#For resizing images
pillow==6.2.1
pillow==7.0.0
10 changes: 5 additions & 5 deletions requirements/docker.txt
@@ -1,16 +1,16 @@
-r pip.txt
# http://initd.org/psycopg/docs/install.html#binary-install-from-pypi
psycopg2-binary==2.8.3
psycopg2-binary==2.8.4
django-redis-cache==2.1.0

# For resizing images
pillow==6.2.0
pillow==7.0.0

# local debugging tools
watchdog==0.9.0
watchdog==0.10.1
datadiff==2.0.0
ipdb==0.12.2
ipdb==0.12.3
pdbpp==0.10.2

# run tests
tox==3.14.1
tox==3.14.3
2 changes: 1 addition & 1 deletion requirements/local-docs-build.txt
Expand Up @@ -20,7 +20,7 @@ git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c
git+https://github.com/readthedocs/readthedocs-sphinx-search@master


Pygments==2.4.2
Pygments==2.5.2

mkdocs==1.0.4
Markdown==3.1.1
Expand Down
46 changes: 23 additions & 23 deletions requirements/pip.txt
@@ -1,13 +1,13 @@
# Base packages
pip==19.3.1
pip==20.0.2
appdirs==1.4.3
virtualenv==16.7.7
virtualenv==16.7.9

django==1.11.27 # pyup: <1.12
django-extensions==2.2.5
django==1.11.28 # pyup: <1.12
django-extensions==2.2.6
django_polymorphic==2.1.2

djangorestframework==3.10.3
djangorestframework==3.11.0

# For intersphinx during builds
# Use <2.x until we fix some issues in our theme.
Expand All @@ -18,16 +18,16 @@ Sphinx==1.8.5 # pyup: <2.0.0
django-filter==2.2.0

drf-flex-fields==0.6.1
drf-extensions==0.5.0
drf-extensions==0.6.0

django-vanilla-views==1.0.6
jsonfield==2.0.2

requests==2.22.0
requests-toolbelt==0.9.1
slumber==0.7.1
pyyaml==5.1.2
Pygments==2.4.2
pyyaml==5.3
Pygments==2.5.2

# Basic tools
# Redis 3.x has an incompatible change and fails
Expand All @@ -40,9 +40,9 @@ kombu==4.3.0 # pyup: ignore
# when ALWAYS_EAGER = True
celery==4.1.1 # pyup: ignore

django-allauth==0.40.0
django-allauth==0.41.0

GitPython==3.0.4
GitPython==3.0.5

# Search
elasticsearch==6.4.0 # pyup: <7.0.0
Expand All @@ -69,19 +69,19 @@ 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
mock==3.0.5
stripe==2.38.0
regex==2019.11.1
stripe==2.42.0
regex==2020.1.8

# 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

django-formtools==2.1
django-crispy-forms==1.8.0
django-formtools==2.2
django-crispy-forms==1.8.1

docker==4.1.0

Expand All @@ -91,25 +91,25 @@ django-textclassifier==1.0
nltk==3.4.5
textblob==0.15.3

django-annoying==0.10.5
django-annoying==0.10.6
django-messages-extends==0.6.0
djangorestframework-jsonp==1.0.2
django-taggit==1.1.0
django-taggit==1.2.0
dj-pagination==2.4.0

# Version comparison stuff
packaging==19.2
packaging==20.1

# Commenting stuff
django-cors-middleware==1.4.0
django-cors-middleware==1.5.0

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

# Utilities used to upload build media to cloud storage
django-storages[azure]==1.7.2
azure-storage-blob==1.5.0
azure-storage-common==1.4.2
django-storages[azure]==1.9
azure-storage-blob==12.1.0
azure-storage-common==2.1.0
Comment on lines +110 to +112
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to be careful with these. We should test,

  • build files are uploaded properly
  • collectstatic does work


# Required only in development and linting
django-debug-toolbar==2.0
django-debug-toolbar==2.2
12 changes: 6 additions & 6 deletions requirements/testing.txt
@@ -1,10 +1,10 @@
-r pip.txt
-r local-docs-build.txt

django-dynamic-fixture==2.0.0
pytest==5.2.2
pytest-django==3.6.0
pytest-xdist==1.30.0
django-dynamic-fixture==3.0.2
pytest==5.3.5
pytest-django==3.8.0
pytest-xdist==1.31.0
pytest-cov==2.8.1
apipkg==1.5
execnet==1.7.1
Expand All @@ -18,8 +18,8 @@ execnet==1.7.1
Mercurial==4.4.2 # pyup: ignore

yamale==2.0.1
pytest-mock==1.11.2
pytest-mock==2.0.0

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