-
Notifications
You must be signed in to change notification settings - Fork 452
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): update releasetool version for release scripts (#1768)
This should fix release script reporting back to the release PRs Source-Link: googleapis/synthtool@4c15ec0 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:e62f3ea524b11c1cd6ff7f80362736d86c0056631346b5b106a421686fce2726
- Loading branch information
1 parent
0664e17
commit e0e2537
Showing
7 changed files
with
122 additions
and
190 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "maven" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
# Disable version updates for Maven dependencies | ||
open-pull-requests-limit: 0 | ||
- package-ecosystem: "pip" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
# Disable version updates for pip dependencies | ||
open-pull-requests-limit: 0 |
This file contains 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 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 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 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,6 @@ | ||
gcp-docuploader==0.6.3 | ||
google-crc32c==1.3.0 | ||
googleapis-common-protos==1.56.3 | ||
gcp-releasetool==1.9.1 | ||
cryptography==38.0.3 | ||
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.9.24 | ||
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 | ||
wheel | ||
setuptools | ||
typing-extensions | ||
click<8.1.0 |
Oops, something went wrong.