Update first-party Pulumi dependencies (#344)
This commit is contained in:
committed by
GitHub
parent
fe283da7bb
commit
9d00d64258
4
sdk/python/pyproject.toml
generated
4
sdk/python/pyproject.toml
generated
@@ -1,10 +1,10 @@
|
||||
[project]
|
||||
name = "pulumi_docker_build"
|
||||
description = "A Pulumi provider for building modern Docker images with buildx and BuildKit."
|
||||
dependencies = ["parver>=0.2.1", "pulumi>=3.136.0,<4.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", "semver>=2.8.1", "typing-extensions>=4.11; python_version < \"3.11\""]
|
||||
keywords = ["docker", "buildkit", "buildx", "kind/native"]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
requires-python = ">=3.9"
|
||||
version = "0.1.0a0+dev"
|
||||
[project.license]
|
||||
text = "Apache-2.0"
|
||||
|
||||
Reference in New Issue
Block a user