From 819140bc59b08276c2661acfb9a39084feaa7a9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 08:54:01 +0100 Subject: [PATCH] build(deps): bump shodan from 1.30.1 to 1.31.0 (#3221) 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 52d4107c..f7257515 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2892,12 +2892,12 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( [[package]] name = "shodan" -version = "1.30.1" +version = "1.31.0" description = "Python library and command-line utility for Shodan (https://developer.shodan.io)" optional = false python-versions = "*" files = [ - {file = "shodan-1.30.1.tar.gz", hash = "sha256:bedb6e8c2b4459592c1bc17b4d4b57dab0cb58a455ad589ee26a6304242cd505"}, + {file = "shodan-1.31.0.tar.gz", hash = "sha256:c73275386ea02390e196c35c660706a28dd4d537c5a21eb387ab6236fac251f6"}, ] [package.dependencies] @@ -3296,4 +3296,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "67d51c69b1a1ae83c71e389d079c6088ee8c2317a333104647665c263188ea40" +content-hash = "f0a963e12b92f3b1989307212f15dc182748513db4f59775182fd26cc5e3e98f" diff --git a/pyproject.toml b/pyproject.toml index 9e94d9cb..7d9a9e96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ msrestazure = "^0.6.4" pydantic = "1.10.13" python = ">=3.9,<3.12" schema = "0.7.5" -shodan = "1.30.1" +shodan = "1.31.0" slack-sdk = "3.26.1" tabulate = "0.9.0"