Skip to content

Commit dd0adae

Browse files
Bump celery in /{{ cookiecutter.project_name }}/app/requirements
Bumps [celery](https://github.com/celery/celery) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/master/Changelog.rst) - [Commits](celery/celery@v5.2.2...v5.2.3) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd256ef commit dd0adae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{ cookiecutter.project_name }}/app/requirements/production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ django-celery-beat==2.2.1
33
psycopg2-binary==2.9.2
44
redis==4.1.0
55
kombu==5.2.3
6-
celery==5.2.2
6+
celery==5.2.3
77
gunicorn==20.1.0

0 commit comments

Comments
 (0)