From c51b226cebf2797a0832678be7a6dfe48c216168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 07:34:51 +0200 Subject: [PATCH] build(deps): bump shodan from 1.28.0 to 1.29.0 (#2356) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 004bd86b..12f1a8ee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2476,13 +2476,13 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( [[package]] name = "shodan" -version = "1.28.0" +version = "1.29.0" description = "Python library and command-line utility for Shodan (https://developer.shodan.io)" category = "main" optional = false python-versions = "*" files = [ - {file = "shodan-1.28.0.tar.gz", hash = "sha256:18bd2ae81114b70836e0e3315227325e14398275223998a8c235b099432f4b0b"}, + {file = "shodan-1.29.0.tar.gz", hash = "sha256:ebea6dbc1944497e9139263423ea4d103dcd58c085c5ddbf4d6ab1db6eb1d142"}, ] [package.dependencies] @@ -2887,4 +2887,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "03b34925cdbda135523ee1c518968b258b622b8a03850872b5d1a49193987021" +content-hash = "34588dcfce4b01e20f0ae1cd5dc02a237aa365e259d197fb616e71a559a4aba7" diff --git a/pyproject.toml b/pyproject.toml index c0c873de..9f399ce4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ msgraph-core = "0.2.2" pydantic = "1.10.7" python = "^3.9" schema = "0.7.5" -shodan = "1.28.0" +shodan = "1.29.0" slack-sdk = "3.21.3" tabulate = "0.9.0"