bump gpsread == 5.11.2 (#6469)

This commit is contained in:
Vladislav Denisov
2023-09-21 03:42:40 +03:00
committed by GitHub
parent 953ed8431b
commit 74b0f8bb58
2 changed files with 60 additions and 7 deletions

65
poetry.lock generated
View File

@@ -1423,6 +1423,24 @@ google-auth = "*"
httplib2 = ">=0.15.0"
six = "*"
[[package]]
name = "google-auth-oauthlib"
version = "1.1.0"
description = "Google Authentication Library"
optional = false
python-versions = ">=3.6"
files = [
{file = "google-auth-oauthlib-1.1.0.tar.gz", hash = "sha256:83ea8c3b0881e453790baff4448e8a6112ac8778d1de9da0b68010b843937afb"},
{file = "google_auth_oauthlib-1.1.0-py2.py3-none-any.whl", hash = "sha256:089c6e587d36f4803ac7e0720c045c6a8b1fd1790088b8424975b90d0ee61c12"},
]
[package.dependencies]
google-auth = ">=2.15.0"
requests-oauthlib = ">=0.7.0"
[package.extras]
tool = ["click (>=6.0.0)"]
[[package]]
name = "greenlet"
version = "1.1.3"
@@ -1548,17 +1566,18 @@ protobuf = ["grpcio-tools (>=1.58.0)"]
[[package]]
name = "gspread"
version = "3.1.0"
version = "5.11.2"
description = "Google Spreadsheets Python API"
optional = false
python-versions = "*"
python-versions = ">=3.7"
files = [
{file = "gspread-3.1.0-py3-none-any.whl", hash = "sha256:dd945e3ae5d3d0325ad9982e0d5667f79ca121d0bb6f35274dc84371bbb79dd5"},
{file = "gspread-3.1.0.tar.gz", hash = "sha256:f7ce6c06250f694976c3cd4944e3b607b0810b93383839e5b67c7199ce2f0d3d"},
{file = "gspread-5.11.2-py3-none-any.whl", hash = "sha256:525a9d3ef712d5747867d32b61f5d7aa035ead0835b56cd1ae2a6d310eaef077"},
{file = "gspread-5.11.2.tar.gz", hash = "sha256:fdc477cbda48bc9ea77eb8a4bf737985bfdba44f04677e4d791eb70bcbae2b95"},
]
[package.dependencies]
requests = ">=2.2.1"
google-auth = ">=1.12.0"
google-auth-oauthlib = ">=0.4.1"
[[package]]
name = "gunicorn"
@@ -2350,6 +2369,22 @@ pyasn1-modules = ">=0.0.5"
rsa = ">=3.1.4"
six = ">=1.6.1"
[[package]]
name = "oauthlib"
version = "3.2.2"
description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
optional = false
python-versions = ">=3.6"
files = [
{file = "oauthlib-3.2.2-py3-none-any.whl", hash = "sha256:8139f29aac13e25d502680e9e19963e83f16838d48a0d71c287fe40e7067fbca"},
{file = "oauthlib-3.2.2.tar.gz", hash = "sha256:9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918"},
]
[package.extras]
rsa = ["cryptography (>=3.0.0)"]
signals = ["blinker (>=1.4.0)"]
signedtoken = ["cryptography (>=3.0.0)", "pyjwt (>=2.0.0,<3)"]
[[package]]
name = "openpyxl"
version = "3.0.7"
@@ -3784,6 +3819,24 @@ files = [
boto3 = "*"
requests = ">=2.0.0"
[[package]]
name = "requests-oauthlib"
version = "1.3.1"
description = "OAuthlib authentication support for Requests."
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
{file = "requests-oauthlib-1.3.1.tar.gz", hash = "sha256:75beac4a47881eeb94d5ea5d6ad31ef88856affe2332b9aafb52c6452ccf0d7a"},
{file = "requests_oauthlib-1.3.1-py2.py3-none-any.whl", hash = "sha256:2577c501a2fb8d05a304c09d090d6e47c306fef15809d102b327cf8364bddab5"},
]
[package.dependencies]
oauthlib = ">=3.0.0"
requests = ">=2.0.0"
[package.extras]
rsa = ["oauthlib[signedtoken] (>=3.0.0)"]
[[package]]
name = "requests-toolbelt"
version = "1.0.0"
@@ -4919,4 +4972,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8,<3.11"
content-hash = "da9da4a842b4c5ab9c9bf9a06f56903a3e431bb4a61ea6a58ef3448649456813"
content-hash = "29c4a67709a27738a0f0913fab0764fb14b8d0c488bffc752098ee17c090e1f2"

View File

@@ -99,7 +99,7 @@ cmem-cmempy = "21.2.3"
databend-py = "0.4.6"
databend-sqlalchemy = "0.2.4"
google-api-python-client = "1.7.11"
gspread = "3.1.0"
gspread = "5.11.2"
impyla = "0.16.0"
influxdb = "5.2.3"
memsql = "3.2.0"