Skip to content

Commit

Permalink
chore(deps): update dependency sphinx to ~=7.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 20, 2024
1 parent 18b367d commit a3ee3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gRPC/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def cython_extensions_and_necessity():
}

SETUP_REQUIRES = INSTALL_REQUIRES + (
'Sphinx~=7.3.7',
'Sphinx~=7.4.7',
'six>=1.10',
) if ENABLE_DOCUMENTATION_BUILD else ()

Expand Down

0 comments on commit a3ee3b2

Please sign in to comment.