From ccbaa92e3c509bdb40d60e7700042f2b0e96ad42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 18:55:56 +0000 Subject: [PATCH] Bump aiomysql from 0.1.1 to 0.2.0 in /stix_shifter Bumps [aiomysql](https://github.com/aio-libs/aiomysql) from 0.1.1 to 0.2.0. - [Release notes](https://github.com/aio-libs/aiomysql/releases) - [Changelog](https://github.com/aio-libs/aiomysql/blob/master/CHANGES.txt) - [Commits](https://github.com/aio-libs/aiomysql/compare/v0.1.1...v0.2.0) --- updated-dependencies: - dependency-name: aiomysql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- stix_shifter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stix_shifter/requirements.txt b/stix_shifter/requirements.txt index 4baa59df2..9df48d0e7 100644 --- a/stix_shifter/requirements.txt +++ b/stix_shifter/requirements.txt @@ -1,6 +1,6 @@ aioboto3==11.3.0 aiohttp-retry==2.8.3 -aiomysql==0.1.1 +aiomysql==0.2.0 antlr4-python3-runtime==4.8 asyncio==3.4.3 asynctest==0.13.0