From e2a7935152b95f22f14dea1246213662635729bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 11:34:25 +0000 Subject: [PATCH] chore(deps): bump billiard from 4.2.1 to 4.2.4 Bumps [billiard](https://github.com/celery/billiard) from 4.2.1 to 4.2.4. - [Release notes](https://github.com/celery/billiard/releases) - [Changelog](https://github.com/celery/billiard/blob/main/CHANGES.txt) - [Commits](https://github.com/celery/billiard/compare/v4.2.1...v4.2.4) --- updated-dependencies: - dependency-name: billiard dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3ca296d..99ef7b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ attrs==25.3.0 # via # cattrs # requests-cache -billiard==4.2.1 +billiard==4.2.4 # via celery blinker==1.9.0 # via flask