diff --git a/poetry.lock b/poetry.lock index c9d07737..95620b30 100644 --- a/poetry.lock +++ b/poetry.lock @@ -837,14 +837,14 @@ files = [ [[package]] name = "types-setuptools" -version = "65.6.0.2" +version = "67.4.0.3" description = "Typing stubs for setuptools" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-setuptools-65.6.0.2.tar.gz", hash = "sha256:ad60ccf01d626de9762224448f36c13e0660e863afd6dc11d979b3739a6c7d24"}, - {file = "types_setuptools-65.6.0.2-py3-none-any.whl", hash = "sha256:2c2b4f756f79778074ce2d21f745aa737b12160d9f8dfa274f47a7287c7a2fee"}, + {file = "types-setuptools-67.4.0.3.tar.gz", hash = "sha256:19e958dfdbf1c5a628e54c2a7ee84935051afb7278d0c1cdb08ac194757ee3b1"}, + {file = "types_setuptools-67.4.0.3-py3-none-any.whl", hash = "sha256:3c83c3a6363dd3ddcdd054796705605f0fa8b8e5a39390e07a05e5f7af054978"}, ] [[package]] @@ -998,4 +998,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "dbb02274eff3ef20c0fd1d9e544e72abf168d5be2dd66b82d7a6f04a033f13f4" +content-hash = "234a32f12e55e63a5b13df2e11b6570298c63ab3f88670cc88baae3c1a079765" diff --git a/pyproject.toml b/pyproject.toml index 791583c3..342dd8fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ sphinx-rtd-theme = "^1.0.0" # keep this in sync with docs/requirements.txt for readthedocs.org sphinx-autodoc-typehints = "^1.19.2" types-certifi = "^2021.10.8" -types-setuptools = "^65.6.0" +types-setuptools = "^67.4.0" pook = "^1.0.2" orjson = "^3.8.7"