Skip to content

Commit a54a8f3

Browse files
authored
chore(deps): update dependency pg8000 to v1.21.0 (#142)
* chore(deps): update dependency pg8000 to v1.21.0
1 parent 099ebf3 commit a54a8f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google/cloud/sql/connector/refresh_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ async def _get_ephemeral(
163163
if enable_iam_auth:
164164
# TODO: remove this once issue with OAuth2 Tokens is resolved.
165165
# See https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/137
166-
data["access_token"] = credentials.token.rstrip('.')
166+
data["access_token"] = credentials.token.rstrip(".")
167167

168168
resp = await client_session.post(
169169
url, headers=headers, json=data, raise_for_status=True

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aiohttp==3.7.4.post0
22
cryptography==3.4.7
33
PyMySQL==1.0.2
4-
pg8000==1.20.0
4+
pg8000==1.21.0
55
python-tds==1.11.0
66
pyopenssl==20.0.1
77
Requests==2.26.0

0 commit comments

Comments
 (0)