Skip to content

Commit caa4171

Browse files
pyup-botstsewd
andauthored
pyup: Scheduled weekly dependency update for week 21 (#8206)
* Update pip from 21.1.1 to 21.1.2 * Update virtualenv from 20.4.6 to 20.4.7 * Update sphinx from 4.0.1 to 4.0.2 * Update sphinx from 4.0.1 to 4.0.2 * Update kombu from 5.0.2 to 5.1.0 * Update celery from 5.0.5 to 5.1.0 * Update stripe from 2.56.0 to 2.57.0 * Update watchdog from 2.1.1 to 2.1.2 * Update sphinx-notfound-page from 0.6 to 0.7.1 * Downgrade celery and friends Co-authored-by: Santos Gallegos <[email protected]>
1 parent 9c8bbf5 commit caa4171

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

requirements/docker.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ django-redis-cache==2.1.3 # pyup: ignore
1212
pillow==8.2.0
1313

1414
# local debugging tools
15-
watchdog==2.1.1
15+
watchdog==2.1.2
1616
datadiff==2.0.0
1717
ipdb==0.13.7
1818
pdbpp==0.10.2

requirements/docs.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Packages required to build docs, independent of application dependencies
22

3-
Sphinx==4.0.1
3+
Sphinx==4.0.2
44
Pygments==2.9.0
55

66
sphinx_rtd_theme==0.5.2
@@ -16,7 +16,7 @@ git+https://github.com/readthedocs/sphinx-hoverxref@master
1616
sphinxemoji==0.1.8
1717
sphinxcontrib-httpdomain==1.7.0
1818
sphinx-prompt==1.4.0
19-
sphinx-notfound-page==0.6
19+
sphinx-notfound-page==0.7.1
2020
sphinx-autobuild==2021.3.14
2121

2222
# Linting

requirements/pip.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Base packages
22

3-
pip==21.1.1
4-
virtualenv==20.4.6
3+
pip==21.1.2
4+
virtualenv==20.4.7
55

66
django==2.2.23 # pyup: <2.3
77
django-extensions==3.1.3
@@ -11,7 +11,7 @@ django-autoslug==1.9.8
1111
djangorestframework==3.12.4
1212

1313
# For intersphinx during builds
14-
Sphinx==4.0.1
14+
Sphinx==4.0.2
1515

1616
# Filtering for the REST API
1717
django-filter==2.4.0
@@ -63,7 +63,7 @@ django-gravatar2==1.4.4
6363
pytz==2021.1
6464
Unipath==1.1
6565
django-kombu==0.9.4
66-
stripe==2.56.0
66+
stripe==2.57.0
6767
regex==2021.4.4
6868

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

0 commit comments

Comments
 (0)