Skip to content

Commit 4a19a9e

Browse files
authored
Merge pull request #8757 from readthedocs/pyup/scheduled-update-2021-12-13
2 parents 1dcccfc + c768748 commit 4a19a9e

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

requirements/docker.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ argh==0.26.2
3030
tox==3.24.4
3131

3232
# AWS utilities to use against MinIO
33-
awscli==1.22.5
33+
awscli==1.22.23
3434

3535
# Used together with structlog to have nicer logs locally
36-
rich==10.14.0
36+
rich==10.16.0

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.3.0
3+
Sphinx==4.3.1
44
Pygments==2.10.0
55

66
sphinx_rtd_theme==1.0.0
@@ -23,4 +23,4 @@ sphinx-autobuild==2021.3.14
2323
rstcheck==3.3.1
2424

2525
# Markdown
26-
myst_parser==0.15.2
26+
myst_parser==0.16.0

requirements/pip.txt

+15-15
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ virtualenv==20.10.0
55

66
django==2.2.25 # pyup: <2.3
77
django-extensions==3.1.5
8-
django_polymorphic==3.0.0
8+
django_polymorphic==3.1.0
99
django-autoslug==1.9.8
1010
django-simple-history==3.0.0
1111

12-
djangorestframework==3.12.4
12+
djangorestframework==3.13.0
1313

1414
# For intersphinx during builds
15-
Sphinx==4.3.0
15+
Sphinx==4.3.1
1616

1717
# Filtering for the REST API
1818
django-filter==21.1
@@ -31,9 +31,9 @@ pyyaml==5.4.1 # pyup: ignore
3131
Pygments==2.10.0
3232

3333
# Basic tools
34-
redis==3.5.3
35-
kombu==5.1.0
36-
celery==5.1.2
34+
redis==4.0.2
35+
kombu==5.2.2
36+
celery==5.2.1
3737

3838
# When upgrading to 0.43.0 we should double check the ``base.html`` change
3939
# described in the changelog. In previous versions, the allauth app included a
@@ -48,27 +48,27 @@ requests-oauthlib==1.3.0
4848
GitPython==3.1.18 # pyup: ignore
4949

5050
# Search
51-
elasticsearch==7.15.2 # pyup: <8.0.0
51+
elasticsearch==7.16.0 # pyup: <8.0.0
5252
elasticsearch-dsl==7.4.0 # pyup: <8.0
5353
django-elasticsearch-dsl==7.2.1 # pyup: <8.0
54-
selectolax==0.3.5
54+
selectolax==0.3.6
5555

5656
# embed
5757
pyquery==1.4.3
5858

5959
# NOTE: this dep can be removed in python 3.7 in favor of ``date.fromisoformat``
6060
python-dateutil==2.8.2
6161

62-
orjson==3.6.4
62+
orjson==3.6.5
6363

6464
# Utils
6565
django-gravatar2==1.4.4
6666
pytz==2021.3
6767
Unipath==1.1
6868
django-kombu==0.9.4
69-
stripe==2.62.0
69+
stripe==2.63.0
7070
regex==2021.11.10
71-
markdown==3.3.4
71+
markdown==3.3.6
7272

7373
# unicode-slugify==0.1.5 is not released on PyPI yet
7474
git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5
@@ -87,11 +87,11 @@ textblob==0.17.1
8787
django-annoying==0.10.6
8888
django-messages-extends==0.6.2
8989
djangorestframework-jsonp==1.0.2
90-
django-taggit==1.5.1
90+
django-taggit==2.0.0
9191
dj-pagination==2.5.0
9292

9393
# Version comparison stuff
94-
packaging==21.2
94+
packaging==21.3
9595

9696
# django-cors-middleware==1.5.0 fails with
9797
# AttributeError: 'dict' object has no attribute 'has_header'
@@ -115,12 +115,12 @@ git+https://github.com/jschneier/django-storages@d0f027c98a877f75615cfc42b4d51c0
115115

116116

117117
# Required only in development and linting
118-
django-debug-toolbar==3.2.2
118+
django-debug-toolbar==3.2.3
119119

120120
# For enabling content-security-policy
121121
django-csp==3.7
122122
# For setting the permissions-policy security header
123123
django-permissions-policy==4.5.0
124124

125125
django-structlog==2.2.0
126-
structlog==21.3.0
126+
structlog==21.4.0

requirements/testing.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
django-dynamic-fixture==3.1.2
66
pytest==6.2.5
77
pytest-custom-exit-code==0.3.0
8-
pytest-django==4.4.0
9-
pytest-xdist==2.4.0
8+
pytest-django==4.5.2
9+
pytest-xdist==2.5.0
1010
pytest-cov==3.0.0
1111
apipkg==2.1.0
1212
execnet==1.9.0
1313

14-
Mercurial==5.9.3
14+
Mercurial==6.0
1515

1616
yamale==2.2.0 # pyup: <3.0
1717
pytest-mock==3.6.1

0 commit comments

Comments
 (0)