Skip to content

Commit 910a7b8

Browse files
chore: Merge branch 'main' into python-3.13
2 parents de1d691 + f5eebdd commit 910a7b8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.kokoro/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /
2323
export PYTHONUNBUFFERED=1
2424

2525
# Move into the package, build the distribution and upload.
26-
TWINE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}/73713_google-cloud-pypi-token-keystore-2")
26+
TWINE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}/73713_google-cloud-pypi-token-keystore-3")
2727
cd github/cloud-sql-python-connector
2828
python3 setup.py sdist bdist_wheel
2929
twine upload --username __token__ --password "${TWINE_PASSWORD}" dist/*

.kokoro/release/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ before_action {
4646
fetch_keystore {
4747
keystore_resource {
4848
keystore_config_id: 73713
49-
keyname: "google-cloud-pypi-token-keystore-2"
49+
keyname: "google-cloud-pypi-token-keystore-3"
5050
}
5151
}
5252
}

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ pytest==8.3.3
22
mock==5.1.0
33
pytest-cov==5.0.0
44
pytest-asyncio==0.24.0
5-
SQLAlchemy[asyncio]==2.0.35
5+
SQLAlchemy[asyncio]==2.0.36
66
sqlalchemy-pytds==1.0.2
77
sqlalchemy-stubs==0.4
88
PyMySQL==1.1.1
99
pg8000==1.31.2
10-
asyncpg==0.29.0
10+
asyncpg==0.30.0
1111
python-tds==1.15.0
1212
aioresponses==0.7.6
1313
pytest-aiohttp==1.0.5

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiofiles==24.1.0
22
aiohttp==3.10.10
3-
cryptography==43.0.1
3+
cryptography==43.0.3
44
Requests==2.32.3
55
google-auth==2.35.0

0 commit comments

Comments
 (0)