Skip to content

Commit

Permalink
Bump gspread from 3.1.0 to 6.1.0 in /server
Browse files Browse the repository at this point in the history
Bumps [gspread](https://github.com/burnash/gspread) from 3.1.0 to 6.1.0.
- [Release notes](https://github.com/burnash/gspread/releases)
- [Changelog](https://github.com/burnash/gspread/blob/master/HISTORY.rst)
- [Commits](burnash/gspread@v3.1.0...v6.1.0)

---
updated-dependencies:
- dependency-name: gspread
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 8, 2024
1 parent 64b4d9f commit 2738946
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gunicorn
honcho
gspread==3.1.0
gspread==6.1.0
oauth2client==4.1.3

git+https://github.com/superdesk/superdesk-core.git@develop#egg=Superdesk-Core
Expand Down
30 changes: 24 additions & 6 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ botocore==1.34.86
# boto3
# s3transfer
cachetools==5.3.3
# via flask-oidc-ex
# via
# flask-oidc-ex
# google-auth
celery[redis]==5.2.7
# via superdesk-core
cerberus==1.3.5
Expand Down Expand Up @@ -114,7 +116,13 @@ flask-script==2.0.6
# via superdesk-core
future==1.0.0
# via python-twitter
gspread==3.1.0
google-auth==2.29.0
# via
# google-auth-oauthlib
# gspread
google-auth-oauthlib==1.2.0
# via gspread
gspread==6.1.0
# via -r requirements.in
gunicorn==22.0.0
# via -r requirements.in
Expand Down Expand Up @@ -158,6 +166,7 @@ lxml==4.6.5
# via
# draftjs-exporter
# superdesk-core
# xmlsec
markupsafe==2.0.1
# via
# jinja2
Expand Down Expand Up @@ -187,7 +196,9 @@ pyasn1==0.6.0
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
# via oauth2client
# via
# google-auth
# oauth2client
pycparser==2.22
# via cffi
pyjwt==2.4.0
Expand Down Expand Up @@ -238,14 +249,17 @@ reportlab==3.6.13
# via superdesk-core
requests==2.31.0
# via
# gspread
# python-twitter
# requests-oauthlib
# superdesk-core
requests-oauthlib==2.0.0
# via python-twitter
# via
# google-auth-oauthlib
# python-twitter
rsa==4.9
# via oauth2client
# via
# google-auth
# oauth2client
s3transfer==0.10.1
# via boto3
sgmllib3k==1.0.0
Expand All @@ -257,6 +271,8 @@ six==1.16.0
# flask-oidc-ex
# oauth2client
# python-dateutil
strenum==0.4.15
# via gspread
superdesk-analytics @ git+https://github.com/superdesk/superdesk-analytics.git@develop
# via -r requirements.in
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@develop
Expand Down Expand Up @@ -293,3 +309,5 @@ werkzeug==1.0.1
# superdesk-core
wrapt==1.14.1
# via elastic-apm
xmlsec==1.3.13
# via superdesk-core

0 comments on commit 2738946

Please sign in to comment.