diff --git a/poetry.lock b/poetry.lock index 96549312..ebbbb986 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 = "6c91341c3b913a4588b224b012a9c63e5ca9e9bb9d3bac497bf55dbf5bdd9182" +content-hash = "8cb0aac06639ce67b5a4970ce9b769d48f48afeeebbc2aa871ae563e4448af1a" diff --git a/pyproject.toml b/pyproject.toml index f1bf97ea..600c96fe 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"