From a66f626b32b7e5b913e19e6cec285c223c4cd1bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 07:21:15 +0200 Subject: [PATCH] chore(deps): bump setuptools from 74.0.0 to 74.1.0 (#4918) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 07ef9f324d..2ff23fe355 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3984,13 +3984,13 @@ files = [ [[package]] name = "setuptools" -version = "74.0.0" +version = "74.1.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "setuptools-74.0.0-py3-none-any.whl", hash = "sha256:0274581a0037b638b9fc1c6883cc71c0210865aaa76073f7882376b641b84e8f"}, - {file = "setuptools-74.0.0.tar.gz", hash = "sha256:a85e96b8be2b906f3e3e789adec6a9323abf79758ecfa3065bd740d81158b11e"}, + {file = "setuptools-74.1.0-py3-none-any.whl", hash = "sha256:cee604bd76cc092355a4e43ec17aee5369095974f41f088676724dc6bc2c9ef8"}, + {file = "setuptools-74.1.0.tar.gz", hash = "sha256:bea195a800f510ba3a2bc65645c88b7e016fe36709fefc58a880c4ae8a0138d7"}, ] [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 = "ae5657071afa66df33adae4eb50ae5c9442731ebd867b956424ae74e53e8034a" +content-hash = "85ec73f1c3638238ad5b298847c1219d679bbc847b494ea1de8883dc0ddb676e" diff --git a/pyproject.toml b/pyproject.toml index 02679033c6..62cc684fe8 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.0.0" +setuptools = "74.1.0" shodan = "1.31.0" slack-sdk = "3.31.0" tabulate = "0.9.0"