Skip to content

pyup: Scheduled weekly dependency update for week 21 #8206

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

Merged
merged 10 commits into from
May 25, 2021
2 changes: 1 addition & 1 deletion requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ django-redis-cache==2.1.3 # pyup: ignore
pillow==8.2.0

# local debugging tools
watchdog==2.1.1
watchdog==2.1.2
datadiff==2.0.0
ipdb==0.13.7
pdbpp==0.10.2
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Packages required to build docs, independent of application dependencies

Sphinx==4.0.1
Sphinx==4.0.2
Pygments==2.9.0

sphinx_rtd_theme==0.5.2
Expand All @@ -16,7 +16,7 @@ git+https://github.com/readthedocs/sphinx-hoverxref@master
sphinxemoji==0.1.8
sphinxcontrib-httpdomain==1.7.0
sphinx-prompt==1.4.0
sphinx-notfound-page==0.6
sphinx-notfound-page==0.7.1
sphinx-autobuild==2021.3.14

# Linting
Expand Down
12 changes: 6 additions & 6 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Base packages

pip==21.1.1
virtualenv==20.4.6
pip==21.1.2
virtualenv==20.4.7

django==2.2.23 # pyup: <2.3
django-extensions==3.1.3
Expand All @@ -11,7 +11,7 @@ django-autoslug==1.9.8
djangorestframework==3.12.4

# For intersphinx during builds
Sphinx==4.0.1
Sphinx==4.0.2

# Filtering for the REST API
django-filter==2.4.0
Expand All @@ -30,8 +30,8 @@ Pygments==2.9.0

# Basic tools
redis==3.5.3
kombu==5.0.2
celery==5.0.5
kombu==5.1.0
celery==5.1.0
Copy link
Member

Choose a reason for hiding this comment

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

Lot of changes https://docs.celeryproject.org/en/v5.1.0/changelog.html, but nothing obvious that could break our code, we may want to skip the update in the next deploy (bc the current deploy has some refactors going live) or maybe just include it and test it locally.

Copy link
Member

Choose a reason for hiding this comment

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

Yeap. I'm fine skipping this upgrade and make it in the following deploy after all the other upgrades.


# When upgrading to 0.43.0 we should double check the ``base.html`` change
# described in the changelog. In previous versions, the allauth app included a
Expand Down Expand Up @@ -63,7 +63,7 @@ django-gravatar2==1.4.4
pytz==2021.1
Unipath==1.1
django-kombu==0.9.4
stripe==2.56.0
stripe==2.57.0
regex==2021.4.4

# unicode-slugify==0.1.5 is not released on PyPI yet
Expand Down