From 4744e6b81ac5d69c51dc8f04faa33c04e70e2b81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:38:55 +0000 Subject: [PATCH] Bump pymysql from 1.0.2 to 1.1.1 Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.0.2 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.0.2...v1.1.1) --- updated-dependencies: - dependency-name: pymysql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 3b075a8..25c63aa 100644 --- a/requirements.in +++ b/requirements.in @@ -7,7 +7,7 @@ Flask-pyoidc==1.3.0 Flask-SQLAlchemy==2.5.1 gunicorn==20.1.0 pip-tools~=6.6.2 -PyMySQL==1.0.2 +PyMySQL==1.1.1 pyGravatar==0.0.6 git+https://github.com/maxcountryman/flask-uploads@master pylint~=2.13.9 diff --git a/requirements.txt b/requirements.txt index a64dbb4..8a5ca75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -126,7 +126,7 @@ pyjwkest==1.4.2 # via oic pylint==2.13.9 # via -r requirements.in -pymysql==1.0.2 +pymysql==1.1.1 # via -r requirements.in pyopenssl==22.0.0 # via oic @@ -159,6 +159,10 @@ tomli==2.0.1 # via # pep517 # pylint +typing-extensions==4.12.2 + # via + # astroid + # pylint urllib3==1.26.9 # via # requests