From 273894641db9156a08674c17c010136d2114d4d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 05:59:53 +0000 Subject: [PATCH] Bump gspread from 3.1.0 to 6.1.0 in /server 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](https://github.com/burnash/gspread/compare/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] --- server/requirements.in | 2 +- server/requirements.txt | 30 ++++++++++++++++++++++++------ 2 files changed, 25 insertions(+), 7 deletions(-) diff --git a/server/requirements.in b/server/requirements.in index 5212314b..71a3991a 100644 --- a/server/requirements.in +++ b/server/requirements.in @@ -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 diff --git a/server/requirements.txt b/server/requirements.txt index e107a8bc..32640164 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -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 @@ -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 @@ -158,6 +166,7 @@ lxml==4.6.5 # via # draftjs-exporter # superdesk-core + # xmlsec markupsafe==2.0.1 # via # jinja2 @@ -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 @@ -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 @@ -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 @@ -293,3 +309,5 @@ werkzeug==1.0.1 # superdesk-core wrapt==1.14.1 # via elastic-apm +xmlsec==1.3.13 + # via superdesk-core