From f1d33fcebbd6db95948bf8f4de9573e56e484641 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:28:45 +0100 Subject: [PATCH] Update GitHub Actions workflows. (#1249) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 8a60afbbd0fa958b36e3b48e8d7fe653539adca9. --- provider/cmd/pulumi-resource-docker/schema.json | 4 ---- provider/resources.go | 6 +----- sdk/nodejs/package.json | 2 +- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/provider/cmd/pulumi-resource-docker/schema.json b/provider/cmd/pulumi-resource-docker/schema.json index 4d1fe963..9799163a 100644 --- a/provider/cmd/pulumi-resource-docker/schema.json +++ b/provider/cmd/pulumi-resource-docker/schema.json @@ -33,7 +33,6 @@ "packageDescription": "A Pulumi package for interacting with Docker in Pulumi programs", "readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/kreuzwerker/terraform-provider-docker)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-docker` repo](https://github.com/pulumi/pulumi-docker/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-docker` repo](https://github.com/kreuzwerker/terraform-provider-docker/issues).", "dependencies": { - "@pulumi/pulumi": "^3.0.0", "semver": "^5.4.0" }, "devDependencies": { @@ -45,9 +44,6 @@ "respectSchemaVersion": true }, "python": { - "requires": { - "pulumi": "\u003e=3.0.0,\u003c4.0.0" - }, "readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/kreuzwerker/terraform-provider-docker)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-docker` repo](https://github.com/pulumi/pulumi-docker/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-docker` repo](https://github.com/kreuzwerker/terraform-provider-docker/issues).", "compatibility": "tfbridge20", "respectSchemaVersion": true, diff --git a/provider/resources.go b/provider/resources.go index 3c766480..f1b2038d 100644 --- a/provider/resources.go +++ b/provider/resources.go @@ -343,8 +343,7 @@ func Provider() tfbridge.ProviderInfo { }, JavaScript: &tfbridge.JavaScriptInfo{ Dependencies: map[string]string{ - "@pulumi/pulumi": "^3.0.0", - "semver": "^5.4.0", + "semver": "^5.4.0", }, DevDependencies: map[string]string{ "@types/node": "^10.0.0", @@ -355,9 +354,6 @@ func Provider() tfbridge.ProviderInfo { Python: (func() *tfbridge.PythonInfo { i := &tfbridge.PythonInfo{ RespectSchemaVersion: true, - Requires: map[string]string{ - "pulumi": ">=3.0.0,<4.0.0", - }, } i.PyProject.Enabled = true return i diff --git a/sdk/nodejs/package.json b/sdk/nodejs/package.json index c6727003..41595a30 100644 --- a/sdk/nodejs/package.json +++ b/sdk/nodejs/package.json @@ -13,7 +13,7 @@ "build": "tsc" }, "dependencies": { - "@pulumi/pulumi": "^3.0.0", + "@pulumi/pulumi": "^3.42.0", "semver": "^5.4.0" }, "devDependencies": {