From eff482628564ee2f1692d975956239cf1027d193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 14:06:07 +0000 Subject: [PATCH] Bump boto3 from 1.18.3 to 1.18.4 Bumps [boto3](https://github.com/boto/boto3) from 1.18.3 to 1.18.4. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.18.3...1.18.4) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1fa04b9..bd2cb01 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ # Extra dependencies extras_require = { "speedups": ["aiodns>=1.1", "Brotli==1.0.9", "cchardet==2.1.7"], - "cache": ["boto3==1.18.3", "pymongo==3.12.0", "redis==3.5.3"], + "cache": ["boto3==1.18.4", "pymongo==3.12.0", "redis==3.5.3"], "async-cache": ["aiosqlite==0.17.0", "motor==2.4.0", "aioredis==1.3.1"], } extras_require["all"] = list(chain.from_iterable(extras_require.values()))