Skip to content

Commit

Permalink
Attempting to fix java issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rshade committed Dec 12, 2024
1 parent 227e540 commit b9cc1b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -903,8 +903,8 @@
"dependencies": {
"com.google.code.findbugs:jsr305": "3.0.2",
"com.google.code.gson:gson": "2.8.9",
"com.pulumi:pulumi": "0.9.9",
"com.pulumi:kubernetes": "4.11.0"
"com.pulumi:pulumi": "0.13.0",
"com.pulumi:kubernetes": "4.19.0"
},
"gradleNexusPublishPluginVersion": "1.1.0",
"gradleTest": ""
Expand All @@ -920,12 +920,12 @@
},
"python": {
"requires": {
"pulumi-kubernetes": ">=3.7.1,<5.0.0"
"pulumi-kubernetes": ">=4.0.0,<5.0.0"
},
"respectSchemaVersion": true,
"pyproject": {
"enabled": true
}
}
}
}
}
2 changes: 1 addition & 1 deletion sdk/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "pulumi_kubernetes_cert_manager"
description = "Strongly-typed Cert Manager installation"
dependencies = ["parver>=0.2.1", "pulumi>=3.142.0,<4.0.0", "pulumi-kubernetes>=3.7.1,<5.0.0", "semver>=2.8.1", "typing-extensions>=4.11; python_version < \"3.11\""]
dependencies = ["parver>=0.2.1", "pulumi>=3.142.0,<4.0.0", "pulumi-kubernetes>=4.0.0,<5.0.0", "semver>=2.8.1", "typing-extensions>=4.11; python_version < \"3.11\""]
keywords = ["pulumi", "kubernetes", "cert-manager", "kind/component", "category/infrastructure"]
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit b9cc1b9

Please sign in to comment.