From 397afca143bc6b9fbf80be7521d3808e35c9d17e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 22:15:08 +0000 Subject: [PATCH] chore(deps): bump shodan from 1.30.1 to 1.31.0 Bumps [shodan](https://github.com/achillean/shodan-python) from 1.30.1 to 1.31.0. - [Release notes](https://github.com/achillean/shodan-python/releases) - [Changelog](https://github.com/achillean/shodan-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/achillean/shodan-python/commits) --- updated-dependencies: - dependency-name: shodan dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 9998e8b4..4eeae824 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -17,7 +17,7 @@ python-dateutil==2.8.2 requests==2.31.0 retrying==1.3.4 setuptools==69.0.2 -shodan==1.30.1 +shodan==1.31.0 slowapi==0.1.8 uvicorn==0.25.0 uvloop==0.19.0; platform_system != "Windows"