diff --git a/poetry.lock b/poetry.lock index ec69fad12e..72e18f4f14 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3984,13 +3984,13 @@ files = [ [[package]] name = "setuptools" -version = "74.1.1" +version = "74.1.2" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "setuptools-74.1.1-py3-none-any.whl", hash = "sha256:fc91b5f89e392ef5b77fe143b17e32f65d3024744fba66dc3afe07201684d766"}, - {file = "setuptools-74.1.1.tar.gz", hash = "sha256:2353af060c06388be1cecbf5953dcdb1f38362f87a2356c480b6b4d5fcfc8847"}, + {file = "setuptools-74.1.2-py3-none-any.whl", hash = "sha256:5f4c08aa4d3ebcb57a50c33b1b07e94315d7fc7230f7115e47fc99776c8ce308"}, + {file = "setuptools-74.1.2.tar.gz", hash = "sha256:95b40ed940a1c67eb70fc099094bd6e99c6ee7c23aa2306f4d2697ba7916f9c6"}, ] [package.extras] @@ -4568,4 +4568,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "58947364e441bbc51dddcd3a0312662cea70c0ee44ec4b00733253a06d775542" +content-hash = "4ba3c448b49f689ce2586e578f6349ba83661b5b8d9891629707df2d2087a9e0" diff --git a/pyproject.toml b/pyproject.toml index e3c3e0f0f0..ee6fb6c1a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ python-dateutil = "^2.9.0.post0" pytz = "2024.1" requests = "2.32.3" schema = "0.7.7" -setuptools = "74.1.1" +setuptools = "74.1.2" shodan = "1.31.0" slack-sdk = "3.31.0" tabulate = "0.9.0"