From 1892ad80c160b546091cdae824af6ee6f40f1b01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 22:33:57 +0000 Subject: [PATCH] chore(deps): update pymysql requirement Updates the requirements on [pymysql](https://github.com/PyMySQL/PyMySQL) to permit the latest version. - [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.1...v1.2.0) --- updated-dependencies: - dependency-name: pymysql dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../docker-jans-loadtesting-jmeter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/benchmarking/docker-jans-loadtesting-jmeter/requirements.txt b/demos/benchmarking/docker-jans-loadtesting-jmeter/requirements.txt index 8b5b6be7b00..f80d1b41d8f 100644 --- a/demos/benchmarking/docker-jans-loadtesting-jmeter/requirements.txt +++ b/demos/benchmarking/docker-jans-loadtesting-jmeter/requirements.txt @@ -2,4 +2,4 @@ joblib>=1.2.0 pygtail psycopg2-binary -PyMySQL>=1.1.1 +PyMySQL>=1.2.0