From b3f2aec726c0bf2f8c669a8c58f6d4b98915d252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 01:23:00 +0000 Subject: [PATCH] chore(deps): Bump multidict from 6.7.0 to 6.7.1 in /worker_plan Bumps [multidict](https://github.com/aio-libs/multidict) from 6.7.0 to 6.7.1. - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/multidict/compare/v6.7.0...v6.7.1) --- updated-dependencies: - dependency-name: multidict dependency-version: 6.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- worker_plan/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker_plan/pyproject.toml b/worker_plan/pyproject.toml index 2e05f45f..997bf551 100644 --- a/worker_plan/pyproject.toml +++ b/worker_plan/pyproject.toml @@ -68,7 +68,7 @@ dependencies = [ "marshmallow==3.24.2", "mdurl==0.1.2", # "mistralai==1.5.2", - "multidict==6.7.0", + "multidict==6.7.1", "mypy-extensions==1.1.0", "nest-asyncio==1.6.0", "networkx==3.6.1",