From 70539397cae78fea74f29a1db7adc9f81524de05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 13:37:10 +0000 Subject: [PATCH] fix(deps): bump pymysql from 1.1.1 to 1.1.2 Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.1.1 to 1.1.2. - [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.1.2) --- updated-dependencies: - dependency-name: pymysql dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 26e1ca0..eb6d569 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ ping3==4.0.8 get-mac==0.9.2 smbprotocol==1.14.0 pysmb==1.2.10 -pymysql==1.1.1 +pymysql==1.1.2 sqlalchemy==2.0.36 python-nmap==0.7.1