diff --git a/poetry.lock b/poetry.lock index 24b0082..c9345fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -174,13 +174,13 @@ files = [ [[package]] name = "atopile" -version = "0.2.63" +version = "0.2.69" description = "A toolchain bringing the best of software development to the real-world!" optional = false -python-versions = ">=3.11" +python-versions = "<3.13,>=3.11" files = [ - {file = "atopile-0.2.63-py3-none-any.whl", hash = "sha256:eb768082e94eb517cc121bf299872848858e5b65e43db9faadb169a2cc003de5"}, - {file = "atopile-0.2.63.tar.gz", hash = "sha256:3b4a541629c08939d0a62c0a5163dd78fc021de3368951060189abaf51ebd35b"}, + {file = "atopile-0.2.69-py3-none-any.whl", hash = "sha256:0eca3e8041d34d33b0ba0859027b5c060995d59514eca1a509cc957cec83f8bd"}, + {file = "atopile-0.2.69.tar.gz", hash = "sha256:a16722e4a3385cb531d7dd2807d733e984c06579aa16b45a059e3d23ebfc44fd"}, ] [package.dependencies] @@ -203,9 +203,9 @@ packaging = ">=23.2" pandas = ">=2.1.4" pint = ">=0.23" pygls = ">=1.3.0" -quart = ">=0.19.5" +quart = ">=0.19.9" quart-cors = ">=0.7.0" -quart-schema = {version = ">=0.19.1", extras = ["pydantic"]} +quart-schema = {version = ">=0.20.0", extras = ["pydantic"]} rich = ">=13.7.0" ruamel-yaml = ">=0.18.5" schema = ">=0.7.5" @@ -4407,13 +4407,13 @@ test = ["pytest (>=6,!=7.0.0,!=7.0.1)", "pytest-cov (>=3.0.0)", "pytest-qt"] [[package]] name = "quart" -version = "0.19.6" +version = "0.19.9" description = "A Python ASGI web microframework with the same API as Flask" optional = false python-versions = ">=3.8" files = [ - {file = "quart-0.19.6-py3-none-any.whl", hash = "sha256:f9092310f4eb120903da692a5e4354f05d48c28ca7ec3054d3d94dd862412c58"}, - {file = "quart-0.19.6.tar.gz", hash = "sha256:89ddda6da24300a5ea4f21e4582d5e89bc8ea678e724e0b747767143401e4558"}, + {file = "quart-0.19.9-py3-none-any.whl", hash = "sha256:8acb8b299c72b66ee9e506ae141498bbbfcc250b5298fbdb712e97f3d7e4082f"}, + {file = "quart-0.19.9.tar.gz", hash = "sha256:30a61a0d7bae1ee13e6e99dc14c929b3c945e372b9445d92d21db053e91e95a5"}, ] [package.dependencies]