Skip to content

Commit

Permalink
deps: update dependency psycopg to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 4, 2024
1 parent 96ae297 commit 6c49699
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/cloud-run/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
psycopg[binary]~=3.1.9
psycopg[binary]~=3.2.1
Flask==3.0.3
gunicorn==22.0.0
2 changes: 1 addition & 1 deletion samples/python/psycopg3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
psycopg[binary]~=3.1.19
psycopg[binary]~=3.2.1
testcontainers~=4.7.1
requests==2.32.3
google~=3.0.0
Expand Down
2 changes: 1 addition & 1 deletion samples/python/sqlalchemy2-sample/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
psycopg[binary]==3.1.18
psycopg[binary]==3.2.1
pytz==2024.1
sqlalchemy==2.0.31
google~=3.0.0
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/python-snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
psycopg~=3.1.18
psycopg~=3.2.1
testcontainers~=4.7.0

0 comments on commit 6c49699

Please sign in to comment.