Skip to content

Commit 44381a4

Browse files
authored
Merge pull request #8915 from readthedocs/pyup/scheduled-update-2022-02-14
2 parents a6f57a3 + ff9aa31 commit 44381a4

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

requirements/deploy.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ gunicorn==20.1.0
77
django-redis-cache==3.0.0
88

99
#For resizing images
10-
pillow==9.0.0
10+
pillow==9.0.1
1111

1212
structlog-sentry==1.4.0

requirements/docker.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ psycopg2-binary==2.9.2 # pyup: ignore
99
django-redis-cache==3.0.0
1010

1111
# For resizing images
12-
pillow==9.0.0
12+
pillow==9.0.1
1313

1414
# Local debugging tools
1515
watchdog==2.1.6
@@ -20,7 +20,7 @@ argh==0.26.2
2020
tox==3.24.5
2121

2222
# AWS utilities to use against MinIO
23-
awscli==1.22.41
23+
awscli==1.22.54
2424

2525
# Used together with structlog to have nicer logs locally
26-
rich==11.0.0
26+
rich==11.2.0

requirements/docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ sphinx-autobuild==2021.3.14
2323
rstcheck==3.3.1
2424

2525
# Markdown
26-
myst_parser==0.16.1
26+
myst_parser==0.17.0

requirements/pip.txt

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

3-
pip==21.3.1
4-
virtualenv==20.13.0
3+
pip==22.0.3
4+
virtualenv==20.13.1
55

6-
django==3.2.11 # pyup: <3.3
6+
django==3.2.12 # pyup: <3.3
77
django-extensions==3.1.5
88
django-polymorphic==3.1.0
99
django-autoslug==1.9.8
@@ -49,13 +49,13 @@ celery==5.1.2 # pyup: ignore
4949
# ``account/base.html`` -- you will need to check your templates and likely
5050
# override ``account/base.html`` within your project.
5151
django-allauth==0.42.0 # pyup: ignore
52-
requests-oauthlib==1.3.0
52+
requests-oauthlib==1.3.1
5353

5454
# GitPython >3.1.18 drops support for python 3.6.
5555
GitPython==3.1.18 # pyup: ignore
5656

5757
# Search
58-
elasticsearch==7.16.3 # pyup: <8.0.0
58+
elasticsearch==7.17.0 # pyup: <8.0.0
5959
elasticsearch-dsl==7.4.0 # pyup: <8.0
6060
django-elasticsearch-dsl==7.2.2 # pyup: <8.0
6161
selectolax==0.3.6
@@ -66,7 +66,7 @@ pyquery==1.4.3
6666
# NOTE: this dep can be removed in python 3.7 in favor of ``date.fromisoformat``
6767
python-dateutil==2.8.2
6868

69-
orjson==3.6.6
69+
orjson==3.6.7
7070

7171
# Utils
7272
django-gravatar2==1.4.4
@@ -80,7 +80,7 @@ markdown==3.3.6
8080
git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5
8181

8282
django-formtools==2.3
83-
django-crispy-forms==1.13.0
83+
django-crispy-forms==1.14.0
8484

8585
docker==5.0.3
8686

requirements/testing.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
-r pip.txt
44

55
django-dynamic-fixture==3.1.2
6-
pytest==6.2.5
6+
pytest==7.0.1
77
pytest-custom-exit-code==0.3.0
88
pytest-django==4.5.2
99
pytest-cov==3.0.0
1010

11-
Mercurial==6.0.1
11+
Mercurial==6.0.2
1212

1313
yamale==2.2.0 # pyup: <3.0
14-
pytest-mock==3.6.1
14+
pytest-mock==3.7.0
1515

1616
requests-mock==1.9.3

0 commit comments

Comments
 (0)