diff --git a/poetry.lock b/poetry.lock index ffdde72..c773192 100644 --- a/poetry.lock +++ b/poetry.lock @@ -60,13 +60,13 @@ numpy-stl = ">=3.0.0,<4.0.0" [[package]] name = "archaea-simulation" -version = "1.1.11" +version = "1.1.12" description = "Wrapper definitions for simulation tools." optional = false python-versions = ">=3.10,<4.0" files = [ - {file = "archaea_simulation-1.1.11-py3-none-any.whl", hash = "sha256:fa762761fc5a043fe4c972c87e90c35dba86cdb9e57f82e099483dc2efe4d6c8"}, - {file = "archaea_simulation-1.1.11.tar.gz", hash = "sha256:a2a0dfb80b587fb99b819e993f896fd82a3cfc0bfbb47c9aa1535b20859e344b"}, + {file = "archaea_simulation-1.1.12-py3-none-any.whl", hash = "sha256:24cb185c538b3808186318ec304c2e4f834f2b9376bfc4523c386862a3c27741"}, + {file = "archaea_simulation-1.1.12.tar.gz", hash = "sha256:90cebd5e666d594747a557adbdbb7a0de12bd6b77c07a04a42765449bf429f20"}, ] [package.dependencies] @@ -1871,4 +1871,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4c21578a8c6438de3a339a6e5ac868c311d42c2112508b3f2cd80106c9246cc6" +content-hash = "b3644df19767f6a7d1461e46bc067f40b2b04ae47a31b130c002717684342820" diff --git a/pyproject.toml b/pyproject.toml index 6f02123..0aebe26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "src/speckle_automate_py"}] [tool.poetry.dependencies] python = "^3.10" specklepy = "^2.17.5" -archaea-simulation = "1.1.11" +archaea-simulation = "1.1.12" [tool.poetry.group.dev.dependencies] black = "^23.3.0"