diff --git a/poetry.lock b/poetry.lock index 6e9ef70d..d9bcc852 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3518,13 +3518,13 @@ files = [ [[package]] name = "types-setuptools" -version = "71.1.0.20240726" +version = "75.1.0.20241014" description = "Typing stubs for setuptools" optional = false python-versions = ">=3.8" files = [ - {file = "types-setuptools-71.1.0.20240726.tar.gz", hash = "sha256:85ba28e9461bb1be86ebba4db0f1c2408f2b11115b1966334ea9dc464e29303e"}, - {file = "types_setuptools-71.1.0.20240726-py3-none-any.whl", hash = "sha256:a7775376f36e0ff09bcad236bf265777590a66b11623e48c20bfc30f1444ea36"}, + {file = "types-setuptools-75.1.0.20241014.tar.gz", hash = "sha256:29b0560a8d4b4a91174be085847002c69abfcb048e20b33fc663005aedf56804"}, + {file = "types_setuptools-75.1.0.20241014-py3-none-any.whl", hash = "sha256:caab58366741fb99673d0138b6e2d760717f154cfb981b74fea5e8de40f0b703"}, ] [[package]] @@ -3681,4 +3681,4 @@ solvents = ["thermo"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "3d7389842119451cbaca1db14f610d366e88913b490643b71c05fad29da80599" +content-hash = "9997caa8946ed022ea1f81e8af551edcf1fcff49ca713d13da6614c70c87f3d8" diff --git a/pyproject.toml b/pyproject.toml index 474ff8b2..6ce3bfef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ pytest = ">=7.2,<9.0" pytest-cov = ">=4,<6" ruff = { version = ">=0.0.210,<0.4.8", allow-prereleases = true } seaborn = ">=0.12,<0.14" -types-setuptools = ">=65,<72" +types-setuptools = ">=65,<76" [build-system] build-backend = "poetry.core.masonry.api"