diff --git a/poetry.lock b/poetry.lock index b92e43a..b4533fe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -154,18 +154,20 @@ frozenlist = ">=1.1.0" [[package]] name = "aiosoma" -version = "1.1.6" +version = "1.1.19" description = "Asyncio SOMA Connect" optional = false -python-versions = ">=3.9,<4.0" +python-versions = ">=3.11,<4.0" files = [ - {file = "aiosoma-1.1.6-py3-none-any.whl", hash = "sha256:a1f21e62c3fbacac950c5b33dd39a9ad883d3ab081f1e33524f73246ef2bf980"}, - {file = "aiosoma-1.1.6.tar.gz", hash = "sha256:4d6c86c20bb37002f5e48edf655a650299d59776552ee962e0205538184921b8"}, + {file = "aiosoma-1.1.19-py3-none-any.whl", hash = "sha256:254e702a2e3616b02c2269c2fa74b6bec864df85e81c473036885773175c08a0"}, + {file = "aiosoma-1.1.19.tar.gz", hash = "sha256:752300e47d56cd62d26ddcbf3092bfb18945b60ecfb5b06f1dbb95daef634d49"}, ] [package.dependencies] -aiohttp = ">=3.8.1,<4.0.0" +aiohttp = ">=3.9.1,<4.0.0" backoff = ">=2.2.1,<3.0.0" +black = "23.12.1" +pre-commit = "3.6.0" rich = ">=13.0.0,<14.0.0" [[package]]