Skip to content

Commit 1c8d2f4

Browse files
committed
chore: add requests 2.31.0 dependency to docs nox session as a workaround for failing docs checks
1 parent 76bd432 commit 1c8d2f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/google-auth/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ def docs(session):
196196
"""Build the docs for this library."""
197197

198198
session.install("-e", ".[aiohttp]")
199+
session.install("requests==2.31.0")
199200
session.install("sphinx", "alabaster", "recommonmark", "sphinx-docstring-typing")
200201

201202
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)

0 commit comments

Comments
 (0)