Skip to content

Commit

Permalink
Merge pull request #1372 from ubyssey/google-cloud-storage-upgrade
Browse files Browse the repository at this point in the history
upgrading google-cloud-storage to 1.44.0
  • Loading branch information
brittkhat authored Dec 8, 2023
2 parents 0660d1d + 5744b28 commit 470bd76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements-prd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 470bd76

Please sign in to comment.