-
Notifications
You must be signed in to change notification settings - Fork 67
chore: remove java-common-protos/.kokoro and enable renovate bot for requirements file. #1584
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
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
f665cd2
chore: clean up requirements.txt
mpeddada1 c598ad4
regenerate requirements file and enable renovate bot updates
mpeddada1 4cc6542
update versions in java-common-protos
mpeddada1 62ac4b1
set minimum version for certifi and regenerate
mpeddada1 993a001
add requirements.txt check
mpeddada1 3928b38
remove .kokoro/release script
mpeddada1 c5c6ff9
remove .kokoro in sub-directory
mpeddada1 e6717b4
add releasetool check
mpeddada1 42d3532
avoid source
mpeddada1 c2766b6
remove shell setting
mpeddada1 a947e07
fix dir syntax
mpeddada1 41cfcd9
redirect output to /dev/null
mpeddada1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,34 +1,9 @@ | ||
| gcp-docuploader==0.6.3 | ||
| google-crc32c==1.3.0 | ||
| googleapis-common-protos==1.56.3 | ||
| gcp-releasetool==1.10.5 | ||
| cryptography==39.0.1 | ||
| cachetools==4.2.4 | ||
| cffi==1.15.1 | ||
| jeepney==0.7.1 | ||
| jinja2==3.0.3 | ||
| markupsafe==2.0.1 | ||
| keyring==23.4.1 | ||
| packaging==21.3 | ||
| protobuf==3.19.5 | ||
| pyjwt==2.4.0 | ||
| pyparsing==3.0.9 | ||
| pycparser==2.21 | ||
| pyperclip==1.8.2 | ||
| python-dateutil==2.8.2 | ||
| requests==2.27.1 | ||
| certifi==2022.12.7 | ||
| importlib-metadata==4.8.3 | ||
| zipp==3.6.0 | ||
| google_api_core==2.8.2 | ||
| google-cloud-storage==2.0.0 | ||
| google-resumable-media==2.3.3 | ||
| google-cloud-core==2.3.1 | ||
| typing-extensions==4.1.1 | ||
| urllib3==1.26.12 | ||
| zipp==3.6.0 | ||
| rsa==4.9 | ||
| six==1.16.0 | ||
| attrs==22.1.0 | ||
| google-auth==2.14.1 | ||
| idna==3.4 | ||
| gcp-docuploader | ||
| gcp-releasetool>=1.10.5 # required for compatibility with cryptography>=39.x | ||
| typing-extensions | ||
| click<8.1.0 | ||
| jinja2 | ||
| keyring | ||
| secretstorage | ||
| cryptography>=39.0.1 | ||
| certifi>=2022.12.07 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great. Can you also add check to confirm
releasetoolmodule import?