From 4e92b2e37c2a26b282874e6fedd5da6ee1025992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 02:13:34 -0700 Subject: [PATCH] Bump pymysql from 1.0.3 to 1.1.0 (#53) Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.0.3 to 1.1.0. - [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.0.3...v1.1.0) --- updated-dependencies: - dependency-name: pymysql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 66f13fd..486c2b7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1033,13 +1033,13 @@ plugins = ["importlib-metadata"] [[package]] name = "pymysql" -version = "1.0.3" +version = "1.1.0" description = "Pure Python MySQL Driver" optional = false python-versions = ">=3.7" files = [ - {file = "PyMySQL-1.0.3-py3-none-any.whl", hash = "sha256:89fc6ae41c0aeb6e1f7710cdd623702ea2c54d040565767a78b00a5ebb12f4e5"}, - {file = "PyMySQL-1.0.3.tar.gz", hash = "sha256:3dda943ef3694068a75d69d071755dbecacee1adf9a1fc5b206830d2b67d25e8"}, + {file = "PyMySQL-1.1.0-py3-none-any.whl", hash = "sha256:8969ec6d763c856f7073c4c64662882675702efcb114b4bcbb955aea3a069fa7"}, + {file = "PyMySQL-1.1.0.tar.gz", hash = "sha256:4f13a7df8bf36a51e81dd9f3605fede45a4878fe02f9236349fd82a3f0612f96"}, ] [package.extras] @@ -1330,4 +1330,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "7d2800b50ea4acc893c6e759a55831fbef3266c0fdd0395efc104752e73bb5ae" +content-hash = "503c03ab78fb7fcfb9ac9be7e242ac8bc9d2ff00633bf702320f681f92a69173" diff --git a/pyproject.toml b/pyproject.toml index 14e56d9..2a2ab4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ flask-cors = "^4.0" certifi = "*" sqlalchemy = "^1.4.49" Flask-SQLAlchemy = "^3.0.5" -PyMySQL = "^1.0.2" +PyMySQL = "^1.1.0" cryptography = "^41.0.2" # needed by PyMySQL [tool.poetry.group.updator.dependencies]