From 961193de1ea3e9a8505660c6deeb98d1c41e323c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 02:14:24 +0000 Subject: [PATCH] chore(deps): bump pymssql from 2.2.8 to 2.3.4 Bumps [pymssql](https://github.com/pymssql/pymssql) from 2.2.8 to 2.3.4. - [Release notes](https://github.com/pymssql/pymssql/releases) - [Changelog](https://github.com/pymssql/pymssql/blob/master/ChangeLog.rst) - [Commits](https://github.com/pymssql/pymssql/compare/v2.2.8...v2.3.4) --- updated-dependencies: - dependency-name: pymssql dependency-version: 2.3.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e0291df2..1e1ad4b1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ dependencies = [ 'python-cas==1.6.0', 'django-auth-ldap==4.4.0', 'mysqlclient==2.2.4', - 'pymssql==2.2.8', + 'pymssql==2.3.4', 'django-redis==5.3.0', 'python-redis-lock==4.0.0', 'pyopenssl==23.2.0',