Skip to content

Commit e0dd1b5

Browse files
chore(deps): update dependency sqlalchemy to v1.4.36 (GoogleCloudPlatform#7756)
* chore(deps): update dependency sqlalchemy to v1.4.36 * Apply suggestions from code review Co-authored-by: Leah E. Cole <[email protected]>
1 parent 9b2af60 commit e0dd1b5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

appengine/standard_python3/cloudsql/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ flask==2.1.0
22
# psycopg2==2.8.4
33
psycopg2-binary==2.9.3 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
44
PyMySQL==1.0.2
5-
SQLAlchemy==1.4.27
5+
SQLAlchemy==1.4.36
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
SQLAlchemy==1.4.27
1+
SQLAlchemy==1.4.36
22
PyMySQL==1.0.2
33
tink==1.6.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==2.1.0
2-
SQLAlchemy==1.4.27
2+
SQLAlchemy==1.4.36
33
PyMySQL==1.0.2
44
gunicorn==20.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
SQLAlchemy==1.4.27
1+
SQLAlchemy==1.4.36
22
pg8000==1.24.2
33
tink==1.6.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==2.1.0
22
pg8000==1.24.2
3-
SQLAlchemy==1.4.27
3+
SQLAlchemy==1.4.36
44
gunicorn==20.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SQLAlchemy==1.4.27
1+
SQLAlchemy==1.4.36
22
python-tds==1.11.0
33
sqlalchemy-pytds==0.3.4
44
tink==1.6.1

cloud-sql/sql-server/sqlalchemy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Flask==2.1.0
2-
SQLAlchemy==1.4.27
2+
SQLAlchemy==1.4.36
33
python-tds==1.11.0
44
sqlalchemy-pytds==0.3.4
55
pyodbc==4.0.32

run/idp-sql/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Flask==2.1.0
2-
SQLAlchemy==1.4.27
2+
SQLAlchemy==1.4.36
33
pg8000==1.24.2
44
gunicorn==20.1.0
55
firebase-admin==5.2.0

0 commit comments

Comments
 (0)