diff --git a/poetry.lock b/poetry.lock index 26713e3b982..472ea4d24ac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3982,13 +3982,13 @@ files = [ [[package]] name = "setuptools" -version = "75.4.0" +version = "75.5.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.9" files = [ - {file = "setuptools-75.4.0-py3-none-any.whl", hash = "sha256:b3c5d862f98500b06ffdf7cc4499b48c46c317d8d56cb30b5c8bce4d88f5c216"}, - {file = "setuptools-75.4.0.tar.gz", hash = "sha256:1dc484f5cf56fd3fe7216d7b8df820802e7246cfb534a1db2aa64f14fcb9cdcb"}, + {file = "setuptools-75.5.0-py3-none-any.whl", hash = "sha256:87cb777c3b96d638ca02031192d40390e0ad97737e27b6b4fa831bea86f2f829"}, + {file = "setuptools-75.5.0.tar.gz", hash = "sha256:5c4ccb41111392671f02bb5f8436dfc5a9a7185e80500531b133f5775c4163ef"}, ] [package.extras] @@ -4566,4 +4566,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "ea948623b90e92e994c652d9b72410f9fbb960233ec3974d8a7d29e4c95e673c" +content-hash = "b0522a568d1ace1695abbb4536730133167383df51750aa67aacdd1903ebfdc5" diff --git a/pyproject.toml b/pyproject.toml index 37ef4c19429..4c7e808aa18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ python-dateutil = "^2.9.0.post0" pytz = "2024.2" requests = "2.32.3" schema = "0.7.7" -setuptools = "75.4.0" +setuptools = "75.5.0" shodan = "1.31.0" slack-sdk = "3.33.3" tabulate = "0.9.0"