Skip to content

Commit 15b715e

Browse files
deps: update dependency psycopg to v3.3.2 (#4061)
* deps: update dependency psycopg to v3.3.2 * deps: bump Python version * deps: also bump integration test version --------- Co-authored-by: Knut Olav Løite <koloite@gmail.com>
1 parent 185f557 commit 15b715e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/integration-emulator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- run: go version
5454
- uses: actions/setup-python@v6
5555
with:
56-
python-version: '3.9'
56+
python-version: '3.14'
5757
- uses: actions/setup-node@v6
5858
with:
5959
node-version: 24
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
psycopg[binary]~=3.2.1
1+
psycopg[binary]~=3.3.2
22
Flask==3.1.2
33
gunicorn==23.0.0

samples/python/sqlalchemy2-sample/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
psycopg[binary]==3.2.12
1+
psycopg[binary]==3.3.2
22
pytz==2025.2
33
sqlalchemy==2.0.44
44
google~=3.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
psycopg~=3.2.1
1+
psycopg~=3.3.2
22
testcontainers~=4.13.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
psycopg[binary]==3.2.6
1+
psycopg[binary]==3.3.2
22
pytz==2025.1

0 commit comments

Comments
 (0)