Skip to content

Commit 4a79769

Browse files
Revert "chore: pin versions of dependencies for compatibility with Py… (#37)
…thon 3.6 (#1588) (#13)" This reverts commit 9dc8ba4. Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-beyondcorp-appgateways/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> ☕️ If you write sample code, please follow the [samples format]( https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
1 parent 78de4f8 commit 4a79769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java-beyondcorp-appgateways/.github/.OwlBot.lock.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:6566dc8226f20993af18e5a4e7a2b1ba85a292b02dedb6a1634cf10e1b418fa5
17-
16+
digest: sha256:f14e3fefe8e361e85752bd9890c8e56f2fe25f1e89cbb9597e4e3c7a429203a3

java-beyondcorp-appgateways/renovate.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
":maintainLockFilesDisabled",
1111
":autodetectPinVersions"
1212
],
13+
"ignorePaths": [".kokoro/requirements.txt"],
1314
"packageRules": [
1415
{
1516
"packagePatterns": [

0 commit comments

Comments
 (0)