Skip to content

Commit 15b78f7

Browse files
authored
chore(deps): update dependency django-storages to v1.14.4 (GoogleCloudPlatform#12826)
1 parent 3b1c5d3 commit 15b78f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appengine/flexible/django_cloudsql/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ gunicorn==22.0.0
44
psycopg2-binary==2.9.10
55
django-environ==0.11.2
66
google-cloud-secret-manager==2.16.1
7-
django-storages[google]==1.14.2
7+
django-storages[google]==1.14.4

appengine/flexible_python37_and_earlier/django_cloudsql/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ gunicorn==22.0.0
55
psycopg2-binary==2.9.10
66
django-environ==0.11.2
77
google-cloud-secret-manager==2.16.1
8-
django-storages[google]==1.14.2
8+
django-storages[google]==1.14.4

run/django/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Django==5.1.4; python_version >= "3.10"
22
Django==4.2.17; python_version >= "3.8" and python_version < "3.10"
33
Django==3.2.25; python_version < "3.8"
4-
django-storages[google]==1.14.2
4+
django-storages[google]==1.14.4
55
django-environ==0.11.2
66
psycopg2-binary==2.9.10
77
gunicorn==22.0.0

0 commit comments

Comments
 (0)