diff --git a/poetry.lock b/poetry.lock index 2204871..6da7921 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -391,13 +391,13 @@ setuptools = "*" [[package]] name = "openapi-python-client" -version = "0.21.1" +version = "0.21.2" description = "Generate modern Python clients from OpenAPI" optional = false python-versions = "<4.0,>=3.8.1" files = [ - {file = "openapi_python_client-0.21.1-py3-none-any.whl", hash = "sha256:6de88ea0975404ac441f8d0f1aa080b31d09c4b1eb5db169b1d94d14d814f85d"}, - {file = "openapi_python_client-0.21.1.tar.gz", hash = "sha256:317324691b2e3365978bb3a02aa2eb0b3c951419dde0cfaa2f4944d9c01f5054"}, + {file = "openapi_python_client-0.21.2-py3-none-any.whl", hash = "sha256:82fe965603d9f359480a62add611e6bb58554610d0386fcc04f290a2cbe0bae2"}, + {file = "openapi_python_client-0.21.2.tar.gz", hash = "sha256:c3e7e185351029e3aa8fa4a7bd3164b16909e0e274bab979590a0e960ae87489"}, ] [package.dependencies] @@ -408,7 +408,7 @@ jinja2 = ">=3.0.0,<4.0.0" pydantic = ">=2.1.1,<3.0.0" python-dateutil = ">=2.8.1,<3.0.0" ruamel-yaml = ">=0.18.6,<0.19.0" -ruff = ">=0.2,<0.5" +ruff = ">=0.2,<0.6" shellingham = ">=1.3.2,<2.0.0" typer = ">0.6,<0.13" typing-extensions = ">=4.8.0,<5.0.0" @@ -951,4 +951,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f45628b54c1a64a550596c7965971fe5baf94943cadaccf836c0eb8b01598b46" +content-hash = "67d573260655d4c3000a7e4c57744e0fde3d5895901e5faceffda669defa6177" diff --git a/pyproject.toml b/pyproject.toml index 063c2e7..ad92805 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "smallstep"}] [tool.poetry.dependencies] python = "^3.9" -openapi-python-client = "0.21.1" +openapi-python-client = "0.21.2" pydantic-settings = "2.3.4" pyhumps = "^3.8.0"