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
8 changes: 4 additions & 4 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 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