Skip to content

Commit 0f0710b

Browse files
authored
Merge pull request #8776 from readthedocs/pyup/scheduled-update-2021-12-20
pyup: Scheduled weekly dependency update for week 51
2 parents cf38507 + d2f49a5 commit 0f0710b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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.23
33+
awscli==1.22.24
3434

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

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.1
3+
Sphinx==4.3.2
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.16.0
26+
myst_parser==0.16.1

requirements/pip.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ django_polymorphic==3.1.0
99
django-autoslug==1.9.8
1010
django-simple-history==3.0.0
1111

12-
djangorestframework==3.13.0
12+
djangorestframework==3.13.1
1313

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

1717
# Filtering for the REST API
1818
django-filter==21.1
@@ -48,7 +48,7 @@ requests-oauthlib==1.3.0
4848
GitPython==3.1.18 # pyup: ignore
4949

5050
# Search
51-
elasticsearch==7.16.0 # pyup: <8.0.0
51+
elasticsearch==7.16.1 # pyup: <8.0.0
5252
elasticsearch-dsl==7.4.0 # pyup: <8.0
5353
django-elasticsearch-dsl==7.2.1 # pyup: <8.0
5454
selectolax==0.3.6
@@ -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.3
118+
django-debug-toolbar==3.2.4
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.4.0
126+
structlog==21.5.0

0 commit comments

Comments
 (0)