Skip to content

Commit 75b4a2e

Browse files
authored
Merge pull request #8954 from readthedocs/pyup/scheduled-update-2022-02-21
2 parents dfba033 + 404904b commit 75b4a2e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

requirements/docker.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.54
23+
awscli==1.22.58
2424

2525
# Used together with structlog to have nicer logs locally
2626
rich==11.2.0

requirements/pip.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ orjson==3.6.7
7575
django-gravatar2==1.4.4
7676
pytz==2021.3
7777
django-kombu==0.9.4
78-
stripe==2.65.0
78+
stripe==2.66.0
7979
regex==2022.1.18
8080
markdown==3.3.6
8181

@@ -112,6 +112,7 @@ django-debug-toolbar==3.2.4
112112
# For enabling content-security-policy
113113
django-csp==3.7
114114
# For setting the permissions-policy security header
115+
# We can not upgrade to 4.8.0 because it removes `interest-cohort` feature and we are still using it.
115116
django-permissions-policy==4.7.0
116117

117118
django-structlog==2.2.0

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.0.2
11+
Mercurial==6.0.3
1212

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

0 commit comments

Comments
 (0)