diff --git a/poetry.lock b/poetry.lock index 2218703c..39431fb6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2448,13 +2448,13 @@ files = [ [[package]] name = "setuptools" -version = "67.8.0" +version = "68.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.7" files = [ - {file = "setuptools-67.8.0-py3-none-any.whl", hash = "sha256:5df61bf30bb10c6f756eb19e7c9f3b473051f48db77fddbe06ff2ca307df9a6f"}, - {file = "setuptools-67.8.0.tar.gz", hash = "sha256:62642358adc77ffa87233bc4d2354c4b2682d214048f500964dbe760ccedf102"}, + {file = "setuptools-68.0.0-py3-none-any.whl", hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f"}, + {file = "setuptools-68.0.0.tar.gz", hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235"}, ] [package.extras] @@ -3102,4 +3102,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "de7cdb2730460820a2cf35a166b8b4b23d7e9b8a748a5b38e93b5c8d528a9dd3" +content-hash = "58454f319f8d04831463505c29f9a75995cf0da10bba059e58803e86813f5e5a" diff --git a/pyproject.toml b/pyproject.toml index 99bb1ecc..ea208b31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -141,7 +141,7 @@ redis = "^4.0.0" regex = "^2023.0.0" relative-to-now = "^1.0.0" requests = "^2.26.0" -setuptools = "^67.0.0" +setuptools = "^68.0.0" sqlalchemy2-stubs = "^0.0.2-alpha.32" supervisor = "^4.2.2" tomlkit = "^0.11.4"