Skip to content

Commit 02355e7

Browse files
Update celery requirement from ~=5.4.0 to ~=5.5.1 (#918)
Updates the requirements on [celery](https://github.com/celery/celery) to permit the latest version. - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst) - [Commits](celery/celery@v5.4.0...v5.5.1) --- updated-dependencies: - dependency-name: celery dependency-version: 5.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Boers <[email protected]>
1 parent 64b7204 commit 02355e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Source = "https://github.com/workfloworchestrator/orchestrator-core"
7878

7979
[project.optional-dependencies]
8080
celery = [
81-
"celery~=5.4.0"
81+
"celery~=5.5.1"
8282
]
8383

8484
test = [

0 commit comments

Comments
 (0)