File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ argh==0.26.2
20
20
tox==3.24.5
21
21
22
22
# AWS utilities to use against MinIO
23
- awscli==1.22.54
23
+ awscli==1.22.58
24
24
25
25
# Used together with structlog to have nicer logs locally
26
26
rich==11.2.0
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ orjson==3.6.7
75
75
django-gravatar2==1.4.4
76
76
pytz==2021.3
77
77
django-kombu==0.9.4
78
- stripe==2.65 .0
78
+ stripe==2.66 .0
79
79
regex==2022.1.18
80
80
markdown==3.3.6
81
81
@@ -112,6 +112,7 @@ django-debug-toolbar==3.2.4
112
112
# For enabling content-security-policy
113
113
django-csp==3.7
114
114
# 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.
115
116
django-permissions-policy==4.7.0
116
117
117
118
django-structlog==2.2.0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pytest-custom-exit-code==0.3.0
8
8
pytest-django==4.5.2
9
9
pytest-cov==3.0.0
10
10
11
- Mercurial==6.0.2
11
+ Mercurial==6.0.3
12
12
13
13
yamale==2.2.0 # pyup: <3.0
14
14
pytest-mock==3.7.0
You can’t perform that action at this time.
0 commit comments