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

Commit ffa563c

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

noxfile.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,9 @@ def prerelease_deps(session, protobuf_implementation, database_dialect):
555555
"google-cloud-testutils",
556556
# dependencies of google-cloud-testutils"
557557
"click",
558+
# dependency of google-auth
559+
"cffi",
560+
"cryptography",
558561
]
559562

560563
for dep in prerel_deps:

0 commit comments

Comments
 (0)