diff --git a/poetry.lock b/poetry.lock index 6ecb11a..245b018 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,14 +1,14 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiochris" -version = "0.5.0a3" +version = "0.5.0a5" description = "ChRIS client built on aiohttp" optional = false -python-versions = ">=3.10,<4.0" +python-versions = "<4.0,>=3.10" files = [ - {file = "aiochris-0.5.0a3-py3-none-any.whl", hash = "sha256:36dbbd570a9bb81edd9f91785aae62cc509d21f4385addda399abe2b5dbace47"}, - {file = "aiochris-0.5.0a3.tar.gz", hash = "sha256:86f45037d2b030f320392a02dc7531b32bba6834e7b707a58909e00f5484251c"}, + {file = "aiochris-0.5.0a5-py3-none-any.whl", hash = "sha256:274457fc2396dc86ca285521703079be9726fae96efe60b4320e4ff0c87643d4"}, + {file = "aiochris-0.5.0a5.tar.gz", hash = "sha256:d1fea0b17a5605cd000a79c3b011e801eb448c387aef957a5ad0b2dcf45c1c8a"}, ] [package.dependencies] @@ -16,7 +16,7 @@ aiofiles = ">=23.1.0,<24.0.0" aiohttp = ">=3.8.3,<4.0.0" async-property = ">=0.2.1,<0.3.0" pyserde = {version = ">=0.12.1,<0.13.0", extras = ["toml"]} -yarl = "1.8.2" +yarl = ">=1.8.2,<1.9.0 || >1.9.0,<1.9.1 || >1.9.1,<1.9.2 || >1.9.2" [package.extras] chrs = ["chrs (>=0.2.4,<0.3.0)", "keyring (>=24.2.0,<25.0.0)"] @@ -1799,4 +1799,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d6f371d4fea93524933e465d60b65a142c0f7500c3fca824bd6144b835789a09" +content-hash = "d0c4c1471af932165f4c387ce08842244a599bc4ca54ce3e7f5851f1bb05d4a5" diff --git a/pyproject.toml b/pyproject.toml index 6b2eb73..f3067bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chrisomatic" -version = "0.8.1" +version = "0.8.2" 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.5.0a3" +aiochris = "0.5.0a5" [tool.poetry.group.dev.dependencies] pytest-asyncio = "^0.21.0"