diff --git a/pyproject.toml b/pyproject.toml index b12ca0f..1c1ddc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ { name = "Ads Dawson", email = "ads@dreadnode.io" }, ] dependencies = [ - "typer>=0.25.1,<0.26", + "typer>=0.26.7,<0.27", "pydantic>=2.9.2,<3", "docker>=7.1.0,<8", "rich>=14.0.0,<15", diff --git a/uv.lock b/uv.lock index 8f2a3e0..51cfc57 100644 --- a/uv.lock +++ b/uv.lock @@ -272,7 +272,7 @@ requires-dist = [ { name = "pydantic", specifier = ">=2.9.2,<3" }, { name = "pydantic-yaml", specifier = ">=1.4.0,<2" }, { name = "rich", specifier = ">=14.0.0,<15" }, - { name = "typer", specifier = ">=0.25.1,<0.26" }, + { name = "typer", specifier = ">=0.26.7,<0.27" }, ] provides-extras = ["fast-json"] @@ -1323,17 +1323,17 @@ wheels = [ [[package]] name = "typer" -version = "0.25.1" +version = "0.26.7" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-doc" }, - { name = "click" }, + { name = "colorama", marker = "sys_platform == 'win32'" }, { name = "rich" }, { name = "shellingham" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e4/51/9aed62104cea109b820bbd6c14245af756112017d309da813ef107d42e7e/typer-0.25.1.tar.gz", hash = "sha256:9616eb8853a09ffeabab1698952f33c6f29ffdbceb4eaeecf571880e8d7664cc", size = 122276, upload-time = "2026-04-30T19:32:16.964Z" } +sdist = { url = "https://files.pythonhosted.org/packages/5e/ed/ef06584ccdd5c410df0837951ecd7e15d9a6144ea1bd4c73cecab1a89891/typer-0.26.7.tar.gz", hash = "sha256:e314a34c617e419c091b2830dda3ea1f257134ff593061a8f5b9717ab8dddb3a", size = 201709, upload-time = "2026-06-03T07:18:06.843Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/3f/f9/2b3ff4e56e5fa7debfaf9eb135d0da96f3e9a1d5b27222223c7296336e5f/typer-0.25.1-py3-none-any.whl", hash = "sha256:75caa44ed46a03fb2dab8808753ffacdbfea88495e74c85a28c5eefcf5f39c89", size = 58409, upload-time = "2026-04-30T19:32:18.271Z" }, + { url = "https://files.pythonhosted.org/packages/24/25/2201973529af2c954de0bb725323c3aaed6d7f0ceee8f550dec9185df013/typer-0.26.7-py3-none-any.whl", hash = "sha256:5c87cfbc5d34491c5346ebf49c23e18d56ccb863268d3a8d592b26087c2f5e58", size = 122456, upload-time = "2026-06-03T07:18:05.732Z" }, ] [[package]]