From 0a99171fa3e94ee587a62cb1a3b6328a1cb270d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 03:13:10 +0000 Subject: [PATCH] chore(deps): update dissmodel requirement in /services/worker Updates the requirements on [dissmodel](https://github.com/DisSModel/dissmodel) to permit the latest version. - [Release notes](https://github.com/DisSModel/dissmodel/releases) - [Changelog](https://github.com/DisSModel/dissmodel/blob/main/CHANGELOG.md) - [Commits](https://github.com/DisSModel/dissmodel/commits) --- updated-dependencies: - dependency-name: dissmodel dependency-version: 0.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/worker/requirements.txt b/services/worker/requirements.txt index 0ec44b2..882bc6c 100644 --- a/services/worker/requirements.txt +++ b/services/worker/requirements.txt @@ -10,4 +10,4 @@ python-dotenv>=1.0.0,<2.0.0 pydantic>=2.0.0,<3.0.0 python-json-logger>=2.0.0,<3.0.0 -dissmodel>=0.5.0 +dissmodel>=0.5.1