Skip to content

Commit 1a4e83b

Browse files
chore(deps): update dependency sqlalchemy to v1.3.17 (#3793)
Co-authored-by: Leah E. Cole <[email protected]>
1 parent ef2b2f4 commit 1a4e83b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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==1.1.2
22
# psycopg2==2.8.4
33
psycopg2-binary==2.8.5 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
44
PyMySQL==0.9.3
5-
SQLAlchemy==1.3.16
5+
SQLAlchemy==1.3.17

appengine/standard_python37/cloudsql/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ flask==1.1.2
22
# psycopg2==2.8.4
33
psycopg2-binary==2.8.5 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
44
PyMySQL==0.9.3
5-
SQLAlchemy==1.3.16
5+
SQLAlchemy==1.3.17
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.2
2-
SQLAlchemy==1.3.16
2+
SQLAlchemy==1.3.17
33
PyMySQL==0.9.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
2-
SQLAlchemy==1.3.16
2+
SQLAlchemy==1.3.17
33
pg8000==1.13.2; python_version > '3.0'
44
pg8000==1.12.5; python_version < '3.0'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
2-
SQLAlchemy==1.3.16
2+
SQLAlchemy==1.3.17
33
pyodbc==4.0.30
44

0 commit comments

Comments
 (0)