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

Commit ea185ba

Browse files
committed
ci: add cryptography to prerelease dependencies
1 parent 3d3cea0 commit ea185ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,7 @@ def prerelease_deps(session, protobuf_implementation, database_dialect):
555555
"google-cloud-testutils",
556556
# dependencies of google-cloud-testutils"
557557
"click",
558+
"cryptography",
558559
]
559560

560561
for dep in prerel_deps:

0 commit comments

Comments
 (0)