Skip to content

Commit 6eb546c

Browse files
chore(deps): update dependency sqlalchemy to v1.4.19 (GoogleCloudPlatform#5771)
* chore(deps): update dependency sqlalchemy to v1.4.19 * revert constraitns Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com> Co-authored-by: Leah Cole <coleleah@google.com>
1 parent db598f1 commit 6eb546c

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.0.1
22
# psycopg2==2.8.4
33
psycopg2-binary==2.9.1 # 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.11
5+
SQLAlchemy==1.4.19
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
SQLAlchemy==1.4.11
1+
SQLAlchemy==1.4.19
22
PyMySQL==1.0.2
33
tink==1.6.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==2.0.1
2-
SQLAlchemy==1.4.11
2+
SQLAlchemy==1.4.19
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.11
1+
SQLAlchemy==1.4.19
22
pg8000==1.20.0
33
tink==1.6.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==2.0.1
22
pg8000==1.20.0
3-
SQLAlchemy==1.4.11
3+
SQLAlchemy==1.4.19
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.4
1+
SQLAlchemy==1.4.19
22
python-tds==1.11.0
33
sqlalchemy-pytds==0.3.1
44
tink==1.6.0

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.0.1
2-
SQLAlchemy==1.4.11
2+
SQLAlchemy==1.4.19
33
python-tds==1.11.0
44
sqlalchemy-pytds==0.3.3
55
pyopenssl==20.0.1

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.0.1
2-
SQLAlchemy==1.4.11
2+
SQLAlchemy==1.4.19
33
pg8000==1.20.0
44
gunicorn==20.1.0
55
firebase-admin==5.0.1

0 commit comments

Comments
 (0)