From 4c921ada663839e6595a99be9ab4f3f60a2c7bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 02:14:33 +0000 Subject: [PATCH] chore(deps): bump billiard from 4.1.0 to 4.2.1 Bumps [billiard](https://github.com/celery/billiard) from 4.1.0 to 4.2.1. - [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.1.0...v4.2.1) --- updated-dependencies: - dependency-name: billiard dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76595c55c..195a65cc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ 'ansible-runner', 'asn1crypto==1.5.1', 'bcrypt==4.0.1', - 'billiard==4.1.0', + 'billiard==4.2.1', 'chardet==5.1.0', 'configparser==6.0.0', 'decorator==5.1.1',