Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python-postmark==0.7.0
Django==3.2.24
django-webpack-loader==0.7.0
google-cloud-error-reporting
google-cloud-storage==2.19.0
google-cloud-storage==3.10.1
django-s3-storage==0.15.0
requests>=2.20.0
google-cloud-core
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ djangorestframework==3.15.1
# via -r requirements.in
exceptiongroup==1.3.1
# via celery
google-api-core[grpc]==2.30.0
google-api-core==2.30.0
# via
# google-cloud-appengine-logging
# google-cloud-core
Expand Down Expand Up @@ -125,7 +125,7 @@ google-cloud-kms==2.24.2
# via -r requirements.in
google-cloud-logging==2.7.1
# via google-cloud-error-reporting
google-cloud-storage==2.19.0
google-cloud-storage==3.10.1
# via -r requirements.in
google-crc32c==1.8.0
# via
Expand All @@ -134,7 +134,7 @@ google-crc32c==1.8.0
# google-resumable-media
google-resumable-media==2.8.0
# via google-cloud-storage
googleapis-common-protos[grpc]==1.57.0
googleapis-common-protos==1.57.0
# via
# google-api-core
# google-cloud-audit-log
Expand Down
Loading