diff --git a/poetry.lock b/poetry.lock index df162496..2542e127 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# 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 = "anyio" @@ -3451,13 +3451,13 @@ files = [ [[package]] name = "types-setuptools" -version = "68.2.0.2" +version = "69.0.0.0" description = "Typing stubs for setuptools" optional = false python-versions = ">=3.7" files = [ - {file = "types-setuptools-68.2.0.2.tar.gz", hash = "sha256:09efc380ad5c7f78e30bca1546f706469568cf26084cfab73ecf83dea1d28446"}, - {file = "types_setuptools-68.2.0.2-py3-none-any.whl", hash = "sha256:d5b5ff568ea2474eb573dcb783def7dadfd9b1ff638bb653b3c7051ce5aeb6d1"}, + {file = "types-setuptools-69.0.0.0.tar.gz", hash = "sha256:b0a06219f628c6527b2f8ce770a4f47550e00d3e8c3ad83e2dc31bc6e6eda95d"}, + {file = "types_setuptools-69.0.0.0-py3-none-any.whl", hash = "sha256:8c86195bae2ad81e6dea900a570fe9d64a59dbce2b11cc63c046b03246ea77bf"}, ] [[package]] @@ -3698,4 +3698,4 @@ solvents = ["thermo"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "ecbe61da1f0f486aa20a2f7c199975b270f35b14fb2707158e71157593fa6587" +content-hash = "db0e1143ab8a2af3439d9fa359d49c675c1d1dc13216bb70353503ad7fb92081" diff --git a/pyproject.toml b/pyproject.toml index b737ace6..e09a3101 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ pytest = "^7.2.0" pytest-cov = "^4" ruff = { version = ">=0.0.210,<0.1.7", allow-prereleases = true } seaborn = ">=0.12,<0.14" -types-setuptools = ">=65,<69" +types-setuptools = ">=65,<70" [build-system] build-backend = "poetry.core.masonry.api"