Skip to content

Commit

Permalink
chore(deps): update dependency celery to v5.3.6 (#696)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] authored Nov 22, 2023
1 parent a9f24b5 commit 3c8bdc4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Jinja2 = "==3.1.2"
PyYAML = "==6.0.1"
ansible-runner = "==2.3.4"
ara = "==1.7.0"
celery = {version = "==5.3.5", extras = ["redis"]}
celery = {version = "==5.3.6", extras = ["redis"]}
cliff = "==4.4.0"
deepdiff = "==6.7.1"
docker = "==6.1.3"
Expand Down
38 changes: 19 additions & 19 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GitPython==3.1.40
Jinja2==3.1.2
PyYAML==6.0.1
ara==1.7.0
celery[redis]==5.3.5
celery[redis]==5.3.6
cliff==4.4.0
deepdiff==6.7.1
docker==6.1.3
Expand Down

0 comments on commit 3c8bdc4

Please sign in to comment.