From bf8fae5b02d3c3dce9cbde7291f17ffedce82eda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 00:03:52 +0000 Subject: [PATCH] chore(deps): bump typer from 0.26.4 to 0.26.7 Bumps [typer](https://github.com/fastapi/typer) from 0.26.4 to 0.26.7. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.26.4...0.26.7) --- updated-dependencies: - dependency-name: typer dependency-version: 0.26.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2a40be67..78507a28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "xmltodict", ] optional-dependencies.cli = [ - "typer>=0.15,<0.26.5", + "typer>=0.15,<0.26.8", ] urls."Bug Tracker" = "https://github.com/CellProfiling/cam_acq/issues" urls.Changelog = "https://github.com/CellProfiling/cam_acq/blob/main/CHANGELOG.md" diff --git a/uv.lock b/uv.lock index cd2ebd8d..8c9822bb 100644 --- a/uv.lock +++ b/uv.lock @@ -136,7 +136,7 @@ requires-dist = [ { name = "numpy" }, { name = "ruamel-yaml", specifier = ">=0.15" }, { name = "tifffile" }, - { name = "typer", marker = "extra == 'cli'", specifier = ">=0.15,<0.26.5" }, + { name = "typer", marker = "extra == 'cli'", specifier = ">=0.15,<0.26.8" }, { name = "voluptuous" }, { name = "xmltodict" }, ] @@ -1529,7 +1529,7 @@ wheels = [ [[package]] name = "typer" -version = "0.26.4" +version = "0.26.7" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-doc" }, @@ -1537,9 +1537,9 @@ dependencies = [ { name = "rich" }, { name = "shellingham" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/8e/d3/90c1ee19209cb59f6ad185883fd4ccfcf72f8f0bfd549d5a8b70474611d0/typer-0.26.4.tar.gz", hash = "sha256:25b128964de66c5ea36d5ac82adc579e5e113509b17469edf9f5a4a1864ff2a9", size = 201191, upload-time = "2026-05-30T17:05:04.213Z" } +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/f0/6d/5a525c69df4a90892135e5d490b00e9e46402491f3416d4395fcb0d0201e/typer-0.26.4-py3-none-any.whl", hash = "sha256:11bfd7b43557137e373c2b10f6967a555f9678a61ed72c808968b011d95534d6", size = 122436, upload-time = "2026-05-30T17:05:05.812Z" }, + { 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]]