diff --git a/poetry.lock b/poetry.lock index 7194067f3cf6ea1109dd62303a5cc24e0739a5d2..6473a9ad05b9f50478317b65c1bc356ceaedacbe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "aiohttp" @@ -1050,12 +1050,12 @@ files = [ [[package]] name = "schemas" -version = "0.0.1.dev291+af0fba1" +version = "0.0.1.dev292+bcba095" description = "Tools for checking if message fits expected format" optional = false python-versions = ">=3.10,<4.0" files = [ - {file = "schemas-0.0.1.dev291+af0fba1-py3-none-any.whl", hash = "sha256:c7e8c70ab9598944f41d13f510c05be912eb8f7c1f8bcf992a96ba1a1ffe613f"}, + {file = "schemas-0.0.1.dev292+bcba095-py3-none-any.whl", hash = "sha256:b7a053f9bc227ee82a1cfbac5dcd76e57624bdc9f804c1aa2a7d3c144dc48488"}, ] [package.dependencies] @@ -1331,4 +1331,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "28a9dcc15d93b4065a9e92e565b3e69cdfbcbe7fc40a45c06a035551e3cc7d69" +content-hash = "4fc28cb05671b3f7c2fdf12505ed84e3a1f06f06f0aa9cd4d48f927cefa3e4fa" diff --git a/pyproject.toml b/pyproject.toml index b52dfe10e0369fc286aad24400bd2464dc961244..dfb8d5d0b64d5ceed2b9cd77a28dd2e4aa63bfc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ httpx = { extras = ["http2"], version = "0.23.3" } requests = "2.27.1" aiohttp = "3.9.1" wax = "0.0.3a2.dev187+207f9b4" -schemas = "0.0.1.dev291+af0fba1" +schemas = "0.0.1.dev292+bcba095" [tool.poetry.group.dev.dependencies]