diff --git a/pyproject.toml b/pyproject.toml index afb5acb8e8..412919ddff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev-dependencies = [ "ipdb>=0.13.13", "ipython>=8.12.3" ] [project] requires-python = ">=3.9" name = "openshift-python-wrapper" -version = "11.0.12" +version = "11.0.13" description = "Wrapper around https://github.com/kubernetes-client/python" readme = "README.md" license = "Apache-2.0" diff --git a/uv.lock b/uv.lock index 1c795ae20c..9e2be8816c 100644 --- a/uv.lock +++ b/uv.lock @@ -223,7 +223,7 @@ name = "click" version = "8.1.8" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "colorama", marker = "sys_platform == 'win32'" }, + { name = "colorama", marker = "platform_system == 'Windows'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz", hash = "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a", size = 226593 } wheels = [ @@ -701,7 +701,7 @@ wheels = [ [[package]] name = "openshift-python-wrapper" -version = "11.0.12" +version = "11.0.13" source = { editable = "." } dependencies = [ { name = "click" },