From 71d5047f0023be5997e874d7dbd27fca54a2a95f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 03:24:24 +0000 Subject: [PATCH] chore: pip: Bump typer from 0.9.0 to 0.10.0 Bumps [typer](https://github.com/tiangolo/typer) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/tiangolo/typer/releases) - [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/tiangolo/typer/compare/0.9.0...0.10.0) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index bb82bd9f..04156c73 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1063,13 +1063,13 @@ files = [ [[package]] name = "typer" -version = "0.9.0" +version = "0.10.0" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.6" files = [ - {file = "typer-0.9.0-py3-none-any.whl", hash = "sha256:5d96d986a21493606a358cae4461bd8cdf83cbf33a5aa950ae629ca3b51467ee"}, - {file = "typer-0.9.0.tar.gz", hash = "sha256:50922fd79aea2f4751a8e0408ff10d2662bd0c8bbfa84755a699f3bada2978b2"}, + {file = "typer-0.10.0-py3-none-any.whl", hash = "sha256:b8a587aa06d3c5422c09c2e9935eb80b4c9de8605fd5ab702b2f92d72246ca48"}, + {file = "typer-0.10.0.tar.gz", hash = "sha256:597f974754520b091665f993f88abdd088bb81c56b3042225434ced0b50a788b"}, ] [package.dependencies] @@ -1083,7 +1083,7 @@ typing-extensions = ">=3.7.4.3" all = ["colorama (>=0.4.3,<0.5.0)", "rich (>=10.11.0,<14.0.0)", "shellingham (>=1.3.0,<2.0.0)"] dev = ["autoflake (>=1.3.1,<2.0.0)", "flake8 (>=3.8.3,<4.0.0)", "pre-commit (>=2.17.0,<3.0.0)"] doc = ["cairosvg (>=2.5.2,<3.0.0)", "mdx-include (>=1.4.1,<2.0.0)", "mkdocs (>=1.1.2,<2.0.0)", "mkdocs-material (>=8.1.4,<9.0.0)", "pillow (>=9.3.0,<10.0.0)"] -test = ["black (>=22.3.0,<23.0.0)", "coverage (>=6.2,<7.0)", "isort (>=5.0.6,<6.0.0)", "mypy (==0.910)", "pytest (>=4.4.0,<8.0.0)", "pytest-cov (>=2.10.0,<5.0.0)", "pytest-sugar (>=0.9.4,<0.10.0)", "pytest-xdist (>=1.32.0,<4.0.0)", "rich (>=10.11.0,<14.0.0)", "shellingham (>=1.3.0,<2.0.0)"] +test = ["black (>=22.3.0,<23.0.0)", "coverage (>=6.2,<7.0)", "isort (>=5.0.6,<6.0.0)", "mypy (==0.971)", "pytest (>=4.4.0,<8.0.0)", "pytest-cov (>=2.10.0,<5.0.0)", "pytest-sugar (>=0.9.4,<0.10.0)", "pytest-xdist (>=1.32.0,<4.0.0)", "rich (>=10.11.0,<14.0.0)", "shellingham (>=1.3.0,<2.0.0)"] [[package]] name = "typing-extensions" @@ -1151,4 +1151,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">= 3.9, < 3.12" -content-hash = "19ff543470b12cf1acf01318f6c7b1d5cf1f7eb4f0ade76120c4e4084ee5b809" +content-hash = "92aeef0924ef053176c43bb45cc086a6b2dff3dd58be7972b2e2f277b083e37c" diff --git a/pyproject.toml b/pyproject.toml index febf23de..aea87090 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ e2e = "bats --verbose-run tests/end-to-end" [tool.poetry.dependencies] # Until `python-dependency-injector` supports python 3.12, restrict to python 3.11 and lower python = ">= 3.9, < 3.12" -typer = {version = ">=0.6.1,<0.10.0", extras = ["all"]} +typer = {version = ">=0.6.1,<0.11.0", extras = ["all"]} pygments = "^2.13.0" # Uncomment the following line to enable python 3.12 support prior to dependency-injector officially supporting it # Remove once this PR is merged: https://github.com/ets-labs/python-dependency-injector/pull/765