From b811b39619ed4d63570b8ae3ddf62febe0e0eb58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 15:59:29 +0000 Subject: [PATCH] chore(deps-dev): bump mssql-django from 1.7.3 to 1.7.4 Bumps [mssql-django](https://github.com/microsoft/mssql-django) from 1.7.3 to 1.7.4. - [Release notes](https://github.com/microsoft/mssql-django/releases) - [Commits](https://github.com/microsoft/mssql-django/compare/1.7.3...1.7.4) --- updated-dependencies: - dependency-name: mssql-django dependency-version: 1.7.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 33a1b20..ad27e9b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1179,15 +1179,15 @@ files = [ [[package]] name = "mssql-django" -version = "1.7.3" +version = "1.7.4" description = "Django backend for Microsoft SQL Server" optional = true python-versions = "*" groups = ["main"] markers = "extra == \"all\" or extra == \"django\"" files = [ - {file = "mssql_django-1.7.3-py3-none-any.whl", hash = "sha256:65391b87aaa68a2e16865094d71b5ff713403e9479174be1c2bba64031e149eb"}, - {file = "mssql_django-1.7.3.tar.gz", hash = "sha256:00b22ea619bc146a15ffe33d5397a861cb7a9b9312c2e058dfd0781b8fe70007"}, + {file = "mssql_django-1.7.4-py3-none-any.whl", hash = "sha256:97f34033834829ee3f1d846698424bdf3f654673331bd0a27c89b0ed6e3258f8"}, + {file = "mssql_django-1.7.4.tar.gz", hash = "sha256:5c5d5aa8317c259470dac0cc92180c449e8201276a4f9b91b7037a0aa88c8c9e"}, ] [package.dependencies] @@ -3199,4 +3199,4 @@ sqlserver = ["pyodbc"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "b8b9b0ec71a597d7d4484cc074c2e8f2e134314a235e888632c0b9861e0b367a" +content-hash = "77e1645a7fdd5aea94752afdd38493db0d8d97ab5b1a7967f1e2b6f5648bc5d9" diff --git a/pyproject.toml b/pyproject.toml index 8925986..b0b3e88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ documentation = "https://docs.dpmcore.meaningfuldata.eu" # via `pip install --no-dependencies`. Version bumps above these floors # should stay within semver compatibility. server = ["fastapi>=0.139.2", "uvicorn[standard]>=0.51.0"] -django = ["django>=5.2.16", "mssql-django>=1.7.3"] +django = ["django>=5.2.16", "mssql-django>=1.7.4"] postgres = ["psycopg2-binary>=2.9.12,<3.0"] sqlserver = ["pyodbc>=5.0"] # pandas / numpy ranges mirror vtlengine's published pins so that @@ -63,7 +63,7 @@ all = [ "fastapi>=0.139.2", "uvicorn[standard]>=0.51.0", "django>=5.2.16", - "mssql-django>=1.7.3", + "mssql-django>=1.7.4", "psycopg2-binary>=2.9.12,<3.0", "pyodbc>=5.0", "pandas>=2.1.4,<3.0",