From 1bbe68ef7e6a2bdc6e48db89a510cec8d3ca618a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 01:23:04 +0000 Subject: [PATCH] chore(deps): bump propcache from 0.4.1 to 0.5.2 in /worker_plan Bumps [propcache](https://github.com/aio-libs/propcache) from 0.4.1 to 0.5.2. - [Release notes](https://github.com/aio-libs/propcache/releases) - [Changelog](https://github.com/aio-libs/propcache/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/propcache/compare/v0.4.1...v0.5.2) --- updated-dependencies: - dependency-name: propcache dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 510fcdc1..05c9ea7a 100644 --- a/worker_plan/pyproject.toml +++ b/worker_plan/pyproject.toml @@ -78,7 +78,7 @@ dependencies = [ "packaging==26.2", "pandas==2.3.3", "pillow==12.3.0", - "propcache==0.4.1", + "propcache==0.5.2", "pydantic==2.13.4", "pydantic_core==2.46.4", "pydub==0.25.1",