Skip to content

Commit f0037b4

Browse files
authored
Merge pull request #9121 from readthedocs/pyup/scheduled-update-2022-04-18
pyup: Scheduled weekly dependency update for week 16
2 parents 5c6cf86 + 2c1a38b commit f0037b4

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

requirements/docker.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ watchdog==2.1.7
1717
argh==0.26.2
1818

1919
# run tests
20-
tox==3.24.5
20+
tox==3.25.0
2121

2222
# AWS utilities to use against MinIO
23-
awscli==1.22.87
23+
awscli==1.22.97
2424

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

requirements/docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sphinx-notfound-page==0.8
2020
sphinx-autobuild==2021.3.14
2121

2222
# Linting
23-
rstcheck==3.3.1
23+
rstcheck==5.0.0
2424

2525
# Markdown
2626
myst_parser==0.17.2

requirements/pip.txt

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

33
pip==22.0.4
4-
virtualenv==20.14.0
4+
virtualenv==20.14.1
55

6-
django==3.2.12 # pyup: <3.3
6+
django==3.2.13 # pyup: <3.3
77
django-extensions==3.1.5
88
django-polymorphic==3.1.0
99
django-autoslug==1.9.8
@@ -17,7 +17,7 @@ Sphinx==4.5.0
1717
# Filtering for the REST API
1818
django-filter==21.1
1919

20-
drf-flex-fields==0.9.7
20+
drf-flex-fields==0.9.8
2121
drf-extensions==0.7.1
2222

2323
django-vanilla-views==3.0.0
@@ -38,7 +38,7 @@ Pygments==2.11.2
3838
# django-redis-cache 2.1.3 depends on redis<4.0
3939
redis==3.5.3 # pyup: ignore
4040

41-
celery==5.2.5
41+
celery==5.2.6
4242

4343
# When upgrading to 0.43.0 we should double check the ``base.html`` change
4444
# described in the changelog. In previous versions, the allauth app included a
@@ -63,13 +63,13 @@ pyquery==1.4.3
6363
# NOTE: this dep can be removed in python 3.7 in favor of ``date.fromisoformat``
6464
python-dateutil==2.8.2
6565

66-
orjson==3.6.7
66+
orjson==3.6.8
6767

6868
# Utils
6969
django-gravatar2==1.4.4
7070
pytz==2022.1
7171
django-kombu==0.9.4
72-
stripe==2.70.0
72+
stripe==2.72.0
7373
regex==2022.3.15
7474
markdown==3.3.6
7575

requirements/testing.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pytest-custom-exit-code==0.3.0
88
pytest-django==4.5.2
99
pytest-cov==3.0.0
1010

11-
Mercurial==6.1
11+
Mercurial==6.1.1
1212

1313
yamale==2.2.0 # pyup: <3.0
1414
pytest-mock==3.7.0

0 commit comments

Comments
 (0)