build(deps): bump shodan from 1.30.0 to 1.30.1 (#2935)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-10-17 11:03:52 +02:00
committed by GitHub
parent a6778a6e27
commit 3739801ed4
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View File

@@ -2580,12 +2580,12 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (
[[package]] [[package]]
name = "shodan" name = "shodan"
version = "1.30.0" version = "1.30.1"
description = "Python library and command-line utility for Shodan (https://developer.shodan.io)" description = "Python library and command-line utility for Shodan (https://developer.shodan.io)"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
{file = "shodan-1.30.0.tar.gz", hash = "sha256:c9617c66c47b87d4801e7080b6c769ec9a31da398defe0b047a6794927436453"}, {file = "shodan-1.30.1.tar.gz", hash = "sha256:bedb6e8c2b4459592c1bc17b4d4b57dab0cb58a455ad589ee26a6304242cd505"},
] ]
[package.dependencies] [package.dependencies]
@@ -2889,4 +2889,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "d302c2e06e612ca7d35a9fafed4617948d15cf05f578d1dae3c4d75197c926c4" content-hash = "19cec36451a0e2ff7987ab2657b754abef8cd6b4f26b31761f1501cc23b69920"

View File

@@ -46,7 +46,7 @@ msgraph-core = "0.2.2"
pydantic = "1.10.13" pydantic = "1.10.13"
python = "^3.9" python = "^3.9"
schema = "0.7.5" schema = "0.7.5"
shodan = "1.30.0" shodan = "1.30.1"
slack-sdk = "3.23.0" slack-sdk = "3.23.0"
tabulate = "0.9.0" tabulate = "0.9.0"