diff --git a/poetry.lock b/poetry.lock index 0570d0b0..3ece168f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -800,13 +800,13 @@ files = [ [[package]] name = "types-setuptools" -version = "69.5.0.20240519" +version = "70.0.0.20240524" description = "Typing stubs for setuptools" optional = false python-versions = ">=3.8" files = [ - {file = "types-setuptools-69.5.0.20240519.tar.gz", hash = "sha256:275fb72048b0203d3fbef268298ea78a0913cd114a74872d93f8638ccc5b7c63"}, - {file = "types_setuptools-69.5.0.20240519-py3-none-any.whl", hash = "sha256:52b264eff8913b5d85848d83bd98efea935fc6129d681d370eb957783880b720"}, + {file = "types-setuptools-70.0.0.20240524.tar.gz", hash = "sha256:e31fee7b9d15ef53980526579ac6089b3ae51a005a281acf97178e90ac71aff6"}, + {file = "types_setuptools-70.0.0.20240524-py3-none-any.whl", hash = "sha256:8f5379b9948682d72a9ab531fbe52932e84c4f38deda570255f9bae3edd766bc"}, ] [[package]] @@ -957,4 +957,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "32db9ac6f69fa5b54368d999de836c1c29270ee299e965048f076c692c287ce6" +content-hash = "3b55cf4a61207c4b19ab4f5f0735335fa5ff4de2a8f813903a8702311dfc9fbb" diff --git a/pyproject.toml b/pyproject.toml index d5284711..73ccc434 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ sphinx-rtd-theme = "^2.0.0" # keep this in sync with docs/requirements.txt for readthedocs.org sphinx-autodoc-typehints = "^2.0.1" types-certifi = "^2021.10.8" -types-setuptools = "^69.5.0" +types-setuptools = "^70.0.0" pook = "^1.4.3" orjson = "^3.10.3"