From a866b1d8f2da9b1a1121488af4f64aff43d47f34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 21:15:39 +0000 Subject: [PATCH 1/4] chore(deps-dev): bump types-requests from 2.25.6 to 2.25.8 Bumps [types-requests](https://github.com/python/typeshed) from 2.25.6 to 2.25.8. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 8dfc2acb..4f967f9b 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -9,4 +9,4 @@ types-certifi==2020.4.0 types-chardet==0.1.5 types-orjson==3.6.0 types-PyYAML==5.4.10 -types-requests==2.25.6 \ No newline at end of file +types-requests==2.25.8 \ No newline at end of file From 3b1f998143e264527e02458a01bf98aed582cbc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 21:03:27 +0000 Subject: [PATCH 2/4] chore(deps): bump setuptools from 58.0.4 to 58.1.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 58.0.4 to 58.1.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](https://github.com/pypa/setuptools/compare/v58.0.4...v58.1.0) --- updated-dependencies: - dependency-name: setuptools 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 0bac2877..b8122cd0 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -14,7 +14,7 @@ pyppeteer==0.2.6 PyYAML==5.4.1 requests==2.26.0 retrying==1.3.3 -setuptools==58.0.4 +setuptools==58.1.0 shodan==1.25.0 slowapi==0.1.5 starlette==0.14.2 From f7ae1885e802768eebb2b3a9fed7f6d0d8e3ff71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Sep 2021 21:08:30 +0000 Subject: [PATCH 3/4] chore(deps): bump censys from 2.0.7 to 2.0.8 Bumps [censys](https://github.com/censys/censys-python) from 2.0.7 to 2.0.8. - [Release notes](https://github.com/censys/censys-python/releases) - [Commits](https://github.com/censys/censys-python/compare/v2.0.7...v2.0.8) --- updated-dependencies: - dependency-name: censys dependency-type: direct:production update-type: version-update:semver-patch ... 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 0bac2877..7dca9272 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,7 +4,7 @@ aiohttp==3.7.4.post0 aiomultiprocess==0.9.0 aiosqlite==0.17.0 beautifulsoup4==4.10.0 -censys==2.0.7 +censys==2.0.8 certifi==2021.05.30 dnspython==2.1.0 fastapi==0.68.1 From 0ac29e23018f1290d3748bf2f04cdfa75953183e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Sep 2021 15:58:12 +0000 Subject: [PATCH 4/4] chore(deps-dev): bump types-chardet from 0.1.5 to 4.0.0 Bumps [types-chardet](https://github.com/python/typeshed) from 0.1.5 to 4.0.0. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-chardet dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 4f967f9b..a1b58f70 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -6,7 +6,7 @@ pyflakes==2.3.1 pytest==6.2.5 pytest-asyncio==0.15.1 types-certifi==2020.4.0 -types-chardet==0.1.5 +types-chardet==4.0.0 types-orjson==3.6.0 types-PyYAML==5.4.10 types-requests==2.25.8 \ No newline at end of file