Skip to content

Commit

Permalink
upgrade celery 5.2.3 (#19703)
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed Jan 3, 2022
1 parent fd2d7d3 commit e1fbfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -227,7 +227,7 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version
'cassandra-driver>=3.13.0,<4',
]
celery = [
'celery~=5.1,>=5.1.2',
'celery>=5.2.3',
'flower~=1.0.0',
]
cgroups = [
Expand Down

0 comments on commit e1fbfc6

Please sign in to comment.