Skip to content

Commit

Permalink
chore(deps): update dependency pg8000 to v1.30.1 (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Sep 6, 2023
1 parent 6471a77 commit f2e0d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sql-private-pool/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pytest

# For database connections

pg8000==1.29.8 # for PostgreSQL
pg8000==1.30.1 # for PostgreSQL

# pymysql # for MySQL

Expand Down
2 changes: 1 addition & 1 deletion sql-proxy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pytest

# For database connections

pg8000==1.29.8 # for PostgreSQL
pg8000==1.30.1 # for PostgreSQL

pymysql # for MySQL

Expand Down

0 comments on commit f2e0d69

Please sign in to comment.