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

Commit 75038b0

Browse files
committed
Updated compliance sqlalchemy to 1.4.16
1 parent 740bfcd commit 75038b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def compliance(session):
369369
session.skip("Compliance tests were not found")
370370

371371
session.install("--pre", "grpcio")
372-
session.install("--pre", "--no-deps", "--upgrade", "sqlalchemy>=1.4.15,<2.1")
372+
session.install("--pre", "--no-deps", "--upgrade", "sqlalchemy>=1.4.16,<2.1")
373373
session.install(
374374
"mock",
375375
"pytest",

0 commit comments

Comments
 (0)