Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 9a9bc6b

Browse files
committed
Bumping support for sqlalchemy 1.4.16 for sample tests
1 parent 708ec59 commit 9a9bc6b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ def prerelease_deps(session):
527527

528528
prerel_deps = [
529529
"protobuf",
530-
"sqlalchemy>=1.4.15,<2.1",
530+
"sqlalchemy>=1.4.16,<2.1",
531531
# dependency of grpc
532532
"six",
533533
"googleapis-common-protos",

owlbot.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
""""protobuf",
9797
# dependency of grpc""",
9898
""""protobuf",
99-
"sqlalchemy>=1.4.15,<2.1",
99+
"sqlalchemy>=1.4.16,<2.1",
100100
# dependency of grpc""",
101101
)
102102

@@ -120,7 +120,7 @@ def place_before(path, text, *before_text, escape=None):
120120
"noxfile.py",
121121
"SYSTEM_TEST_PYTHON_VERSIONS=",
122122
"",
123-
"# We're using two Python versions to test with sqlalchemy>=1.4.15",
123+
"# We're using two Python versions to test with sqlalchemy>=1.4.16",
124124
)
125125

126126
place_before(
@@ -167,7 +167,7 @@ def compliance(session):
167167
session.skip("Compliance tests were not found")
168168
169169
session.install("--pre", "grpcio")
170-
session.install("--pre", "--no-deps", "--upgrade", "sqlalchemy>=1.4.15,<2.1")
170+
session.install("--pre", "--no-deps", "--upgrade", "sqlalchemy>=1.4.16,<2.1")
171171
session.install(
172172
"mock",
173173
"pytest",

testing/constraints-3.8.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Pin the version to the lower bound.
55
#
66
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
7-
sqlalchemy==1.4.15
7+
sqlalchemy==1.4.16
88
google-auth==1.25.0
99
google-cloud-bigquery==3.3.6
1010
google-cloud-bigquery-storage==2.0.0

0 commit comments

Comments
 (0)