From 6a316c5bcf7bb99240e85c92c31c32604206875f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 16:59:52 +0000 Subject: [PATCH] Bump mssql-django from 1.2 to 1.4.1 Bumps [mssql-django](https://github.com/microsoft/mssql-django) from 1.2 to 1.4.1. - [Release notes](https://github.com/microsoft/mssql-django/releases) - [Commits](https://github.com/microsoft/mssql-django/compare/1.2...1.4.1) --- updated-dependencies: - dependency-name: mssql-django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eab23fa..59c8230 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,6 @@ requests==2.31.0 six==1.16.0 urllib3==2.0.7 sqlparse==0.4.4 -mssql-django==1.2 +mssql-django==1.4.1 python-dotenv==1.0.0 django-filter~=23.2