diff --git a/poetry.lock b/poetry.lock index a8822e9..086b464 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -391,26 +391,26 @@ setuptools = "*" [[package]] name = "openapi-python-client" -version = "0.21.6" +version = "0.23.0" description = "Generate modern Python clients from OpenAPI" optional = false -python-versions = "<4.0,>=3.8.1" +python-versions = "<4.0,>=3.9" files = [ - {file = "openapi_python_client-0.21.6-py3-none-any.whl", hash = "sha256:ed7d134169ec66646681f514706e3aa4ecc461db17359c02fa13eb850d12c893"}, - {file = "openapi_python_client-0.21.6.tar.gz", hash = "sha256:019cb0191b48eb51206af98b2f65c516067df908a10b5d4fe6de333c9ebcb93d"}, + {file = "openapi_python_client-0.23.0-py3-none-any.whl", hash = "sha256:83e5630cd551594b244c098596cff09d81838f3867f6ec6d507fa49181379b0c"}, + {file = "openapi_python_client-0.23.0.tar.gz", hash = "sha256:45d1b00ce8947e7297b3ae523256cb381f84d0ffd7787db64e07dd29e7f59a21"}, ] [package.dependencies] -attrs = ">=21.3.0" +attrs = ">=22.2.0" colorama = {version = ">=0.4.3", markers = "sys_platform == \"win32\""} -httpx = ">=0.20.0,<0.28.0" +httpx = ">=0.20.0,<0.29.0" 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.8" +ruff = ">=0.2,<0.9" shellingham = ">=1.3.2,<2.0.0" -typer = ">0.6,<0.13" +typer = ">0.6,<0.16" typing-extensions = ">=4.8.0,<5.0.0" [[package]] @@ -952,4 +952,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "2cc41fe41b7c3bd6a3d7a12816bb561f158d53121d7acd2eb01d15ef71574df4" +content-hash = "bde5ef81a601a6a264857c6704a6e675751c5c2c870570281c7e9f905073ea8d" diff --git a/pyproject.toml b/pyproject.toml index 5e3cee4..f33ae15 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.6" +openapi-python-client = "0.23.0" pydantic-settings = "2.6.1" pyhumps = "^3.8.0" @@ -18,7 +18,7 @@ black = ">=23.7,<25.0" pre-commit = ">=3.3.3,<5.0.0" ruff = ">=0.0.286,<0.7.4" pytest = ">=7.4,<9.0" -openapi-python-client = ">=0.15.2,<0.22.0" +openapi-python-client = ">=0.15.2,<0.24.0" [tool.black] line-length = 119