[go: up one dir, main page]

Skip to content

Commit

Permalink
chore(deps): update dependency sqlalchemy to v2.0.4 (#9053)
Browse files Browse the repository at this point in the history
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
  • Loading branch information
renovate-bot and leahecole committed Mar 16, 2023
1 parent e164d8b commit 239d42f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion appengine/standard_python3/cloudsql/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ flask==2.1.0
# psycopg2==2.8.4
psycopg2-binary==2.9.5 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
PyMySQL==1.0.2
SQLAlchemy==1.4.38
SQLAlchemy==2.0.4
2 changes: 1 addition & 1 deletion cloud-sql/mysql/client-side-encryption/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SQLAlchemy==1.4.38
SQLAlchemy==2.0.4
PyMySQL==1.0.2
tink==1.6.1
2 changes: 1 addition & 1 deletion cloud-sql/mysql/sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==2.1.0
SQLAlchemy==2.0.1
SQLAlchemy==2.0.4
PyMySQL==1.0.2
gunicorn==20.1.0
cloud-sql-python-connector==1.2.0
2 changes: 1 addition & 1 deletion cloud-sql/postgres/client-side-encryption/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SQLAlchemy==1.4.38
SQLAlchemy==2.0.4
pg8000==1.24.2
tink==1.6.1
2 changes: 1 addition & 1 deletion cloud-sql/postgres/sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==2.1.0
pg8000==1.24.2
SQLAlchemy==2.0.1
SQLAlchemy==2.0.4
cloud-sql-python-connector==1.2.0
gunicorn==20.1.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SQLAlchemy==1.4.38
SQLAlchemy==2.0.4
python-tds==1.12.0
sqlalchemy-pytds==0.3.5
tink==1.6.1
2 changes: 1 addition & 1 deletion cloud-sql/sql-server/sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Flask==2.1.0
gunicorn==20.1.0
python-tds==1.12.0
pyopenssl==23.0.0
SQLAlchemy==2.0.1
SQLAlchemy==2.0.4
cloud-sql-python-connector==1.2.0
sqlalchemy-pytds==0.3.5
2 changes: 1 addition & 1 deletion run/idp-sql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==2.1.0
SQLAlchemy==2.0.3
SQLAlchemy==2.0.4
pg8000==1.24.2
gunicorn==20.1.0
firebase-admin==6.0.0
Expand Down

0 comments on commit 239d42f

Please sign in to comment.