From 98aa412dd2a5652dd5ef7cc2e854548f88e58f04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 06:02:02 +0000 Subject: [PATCH] Bump mssql-django from 1.2 to 1.4 Bumps [mssql-django](https://github.com/microsoft/mssql-django) from 1.2 to 1.4. - [Release notes](https://github.com/microsoft/mssql-django/releases) - [Commits](https://github.com/microsoft/mssql-django/compare/1.2...1.4) --- updated-dependencies: - dependency-name: mssql-django dependency-type: direct:production update-type: version-update:semver-minor ... 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..e554254 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 python-dotenv==1.0.0 django-filter~=23.2