From 4d2cdacc86568e640b3fa2e1b843818123edd061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 15:24:44 +0000 Subject: [PATCH] Bump detectmatelibrary from 0.4.0 to 0.4.1 Bumps [detectmatelibrary](https://github.com/ait-detectmate/DetectMateLibrary) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/ait-detectmate/DetectMateLibrary/releases) - [Changelog](https://github.com/ait-detectmate/DetectMateLibrary/blob/main/docs/release.md) - [Commits](https://github.com/ait-detectmate/DetectMateLibrary/compare/v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: detectmatelibrary dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1f19c9c..eabda8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dynamic = ["version"] # detectmatelibrary[extra] with no version — since it's the same package name, # uv/pip unify it to this pin. Bump here, then run `uv lock`. dependencies = [ - "detectmatelibrary==0.4.0", + "detectmatelibrary==0.4.1", "pathlib>=1.0.1", "pydantic>=2.13.4", "pydantic-settings>=2.14.1", diff --git a/uv.lock b/uv.lock index 05e320a..1a18ea5 100644 --- a/uv.lock +++ b/uv.lock @@ -272,7 +272,7 @@ wheels = [ [[package]] name = "detectmatelibrary" -version = "0.4.0" +version = "0.4.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "detectmateperformance" }, @@ -285,9 +285,9 @@ dependencies = [ { name = "pyyaml" }, { name = "regex" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/40/f3/7397c5e667feddfcb042da2f3edf23f81ad777e798533e15f80b279378e2/detectmatelibrary-0.4.0.tar.gz", hash = "sha256:dc6bbaae82f2a0fb8c2a21fde66f9e58f1db0fa6b153e3fae9cd42ab6314bf34", size = 94244, upload-time = "2026-07-10T11:20:01.091Z" } +sdist = { url = "https://files.pythonhosted.org/packages/5c/2c/276f4a64ce43e2755ed31d8790af53a68a57e0ae73eb8076779a3c356f88/detectmatelibrary-0.4.1.tar.gz", hash = "sha256:013ea8166a8438a35b5f6c85fbdb4536626eb0549ca079c821c2996afb5c3cdc", size = 94848, upload-time = "2026-07-17T08:48:28.05Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b6/19/f7059c4b0e00fe1dc4d4d756b9266b4e1f2c8ad668599cbe815079031954/detectmatelibrary-0.4.0-py3-none-any.whl", hash = "sha256:70192525258c4878bd019a80a3c56d341891b66cdda9c1add0e007b1dd51f973", size = 134553, upload-time = "2026-07-10T11:19:59.858Z" }, + { url = "https://files.pythonhosted.org/packages/6e/83/4eb9d3af5980702565b14304483888e8fcf3085faf8c3b91a94f7ff2524a/detectmatelibrary-0.4.1-py3-none-any.whl", hash = "sha256:95f303354ec33156d68ab17d778448eec6c7431b56c50b8451997f5e63a44802", size = 135126, upload-time = "2026-07-17T08:48:26.247Z" }, ] [package.optional-dependencies] @@ -369,7 +369,7 @@ dev = [ [package.metadata] requires-dist = [ - { name = "detectmatelibrary", specifier = "==0.4.0" }, + { name = "detectmatelibrary", specifier = "==0.4.1" }, { name = "detectmatelibrary", extras = ["dataframes"], marker = "extra == 'dataframes'" }, { name = "detectmatelibrary", extras = ["llm"], marker = "extra == 'llm'" }, { name = "detectmatelibrary", extras = ["polars-rtcompat"], marker = "extra == 'polars-rtcompat'" },