Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependencies #261

Merged
merged 4 commits into from
Oct 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 9 additions & 12 deletions .kokoro/requirements.in
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# Library specific extra installations.
# Extra installations are required to ensure all documentation can be
# generated and not missed out with the generate-docs script.
django==2.2
google-cloud-aiplatform[prediction]
grpcio-status==1.48.2 # must be pinned due to protobuf compatibility.
ipython

# General installations.
gcp-docuploader
gcp-releasetool
importlib-metadata
typing-extensions
twine
wheel
setuptools
nox
tox
sphinx==4.5.0
recommonmark
django==2.2
ipython
black==22.8.0
parameterized==0.8.1
Loading