Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrading google-cloud-storage to 1.44.0 #1372

Merged
merged 1 commit into from
Dec 8, 2023
Merged
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
upgrading google-cloud-storage to 1.44.0
  • Loading branch information
brittkhat committed Dec 8, 2023
commit 5744b28158b9e3876ecae64a72363f9cc71731ae
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ jobs:
run: |
rm -rf tmp/
export DJANGO_SETTINGS_MODULE="config.settings.production"
pip install -I google-cloud-storage==1.13.2 -t lib/
pip install -I google-cloud-storage==1.44.0 -t lib/
- id: 'auth'
name: Authenticate with Google App Engine
uses: google-github-actions/auth@v1
2 changes: 1 addition & 1 deletion requirements-prd.txt
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ django-user_agents==0.4.0
gunicorn==21.2.0
Pillow==9.3.0
google-cloud-datastore==2.17.0
google-cloud-storage==1.31.0
google-cloud-storage==1.44.0
google-cloud-secret-manager==2.11.0
django-environ==0.10.0
requests==2.31.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ django-user_agents==0.4.0
gunicorn==21.2.0
Pillow==9.3.0
google-cloud-datastore==2.17.0
google-cloud-storage==1.31.0
google-cloud-storage==1.44.0
google-cloud-secret-manager==2.11.0
django-environ==0.10.0
requests==2.31.0