From 7d9f4c51fa26163f1a902b6e8f9bab3f03ade188 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 08:57:41 +0000 Subject: [PATCH] chore(deps): Bump pymysql in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [pymysql](https://github.com/PyMySQL/PyMySQL). Updates `pymysql` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/PyMySQL/PyMySQL/releases) - [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyMySQL/PyMySQL/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: pymysql dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 344ca10..398cb7e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "appdirs" @@ -1008,13 +1008,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pymysql" -version = "1.1.0" +version = "1.1.1" description = "Pure Python MySQL Driver" optional = false python-versions = ">=3.7" files = [ - {file = "PyMySQL-1.1.0-py3-none-any.whl", hash = "sha256:8969ec6d763c856f7073c4c64662882675702efcb114b4bcbb955aea3a069fa7"}, - {file = "PyMySQL-1.1.0.tar.gz", hash = "sha256:4f13a7df8bf36a51e81dd9f3605fede45a4878fe02f9236349fd82a3f0612f96"}, + {file = "PyMySQL-1.1.1-py3-none-any.whl", hash = "sha256:4de15da4c61dc132f4fb9ab763063e693d521a80fd0e87943b9a453dd4c19d6c"}, + {file = "pymysql-1.1.1.tar.gz", hash = "sha256:e127611aaf2b417403c60bf4dc570124aeb4a57f5f37b8e95ae399a42f904cd0"}, ] [package.extras] @@ -1744,4 +1744,4 @@ s3 = ["fs-s3fs"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "c04a10f7583183950ac2a4c9032f7c9998d96dbae4ac2622481509dec415b06d" +content-hash = "9807fe2e75701d6774fa10ffc40bf451c6c90ab335dceb8bd6786d26387bee74" diff --git a/pyproject.toml b/pyproject.toml index b6693a6..70cd04f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ license = "Apache-2.0" python = ">=3.8" fs-s3fs = { version = "==1.1.1", optional = true } singer-sdk = { version="~=0.34.0" } -pymysql = "==1.1.0" +pymysql = "==1.1.1" sqlalchemy = "<2" sshtunnel = "0.4.0"