8000 chore(deps): update dependency django-storages to v1.14.5 (#13270) · yan283/python-docs-samples@ce46cf0 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce46cf0

Browse files
authored
chore(deps): update dependency django-storages to v1.14.5 (GoogleCloudPlatform#13270)
1 parent 5ef6469 commit ce46cf0

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
@@ -3,4 +3,4 @@ gunicorn==23.0.0
33
psycopg2-binary==2.9.10
44
django-environ==0.11.2
55
google-cloud-secret-manager==2.21.1
6-
django-storages[google]==1.14.4
6+
django-storages[google]==1.14.5

appengine/flexible_python37_and_earlier/django_cloudsql/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ gunicorn==23.0.0
33
psycopg2-binary==2.9.10
44
django-environ==0.11.2
55
google-cloud-secret-manager==2.21.1
6-
django-storages[google]==1.14.4
6+
django-storages[google]==1.14.5

run/django/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Django==5.1.7; python_version >= "3.10"
22
Django==4.2.20; python_version >= "3.8" and python_version < "3.10"
3-
django-storages[google]==1.14.4
3+
django-storages[google]==1.14.5
44
django-environ==0.11.2
55
psycopg2-binary==2.9.10
66
gunicorn==23.0.0

0 commit comments

Comments
 (0)
0