Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit e5326c5

Browse files
Revert "chore: pin versions of dependencies for compatibility with Python 3.6 (#1588)" (#167)
Reverts #140
1 parent 763eafb commit e5326c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 2 deletions
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file:
2727
If you are using Gradle without BOM, add this to your dependencies:
2828

2929
```Groovy
30-
implementation 'com.google.cloud:google-cloud-vmmigration:1.3.2'
30+
implementation 'com.google.cloud:google-cloud-vmmigration:1.3.3'
3131
```
3232

3333
If you are using SBT, add this to your dependencies:
3434

3535
```Scala
36-
libraryDependencies += "com.google.cloud" % "google-cloud-vmmigration" % "1.3.2"
36+
libraryDependencies += "com.google.cloud" % "google-cloud-vmmigration" % "1.3.3"
3737
```
3838

3939
## Authentication

renovate.json

Lines changed: 1 addition & 0 deletions
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)