diff --git a/poetry.lock b/poetry.lock index f603949..057b258 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,14 +1,14 @@ -# This file is automatically @generated by Poetry 1.6.1 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 = "aiochris" -version = "0.4.0" +version = "0.5.0a1" description = "ChRIS client built on aiohttp" optional = false python-versions = ">=3.10,<4.0" files = [ - {file = "aiochris-0.4.0-py3-none-any.whl", hash = "sha256:d6eef443a78aba2a1204514c793659418cb8c2934fef61c533744a83e23ce858"}, - {file = "aiochris-0.4.0.tar.gz", hash = "sha256:ef4f10df9abd4a8995a3594428ed6bc6570063795a95c8d6063c77cbf7236ea5"}, + {file = "aiochris-0.5.0a1-py3-none-any.whl", hash = "sha256:f27f436b2699f2494e066e4cce8a6ea53d13681a8ec3cd920a599637ba78c79f"}, + {file = "aiochris-0.5.0a1.tar.gz", hash = "sha256:b8ebc375e14a86526371af8dce787d5b5abab856fbc6c6f7d4bfaca6ee87f614"}, ] [package.dependencies] @@ -1860,4 +1860,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5672c13c66aaf4013a20cff236f1152ec898dfb8f743556dfab2cf16c7541b3c" +content-hash = "16b3f3bc489f5de51bc3d8a95e81478fecffd986ba77a7d2f1cde90f148d1226" diff --git a/pyproject.toml b/pyproject.toml index 004190b..d7ef512 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chrisomatic" -version = "0.7.1" +version = "0.8.0a1" description = "ChRIS backend provisioner with Powerpointlessness" authors = ["Jennings Zhang "] license = "MIT" @@ -20,7 +20,7 @@ pyserde = "^0.12.1" aiodocker = "^0.21.0" strictyaml = "^1.7.3" -aiochris = "0.4.0" +aiochris = "0.5.0a1" [tool.poetry.group.dev.dependencies] pytest-asyncio = "^0.21.0"