Skip to content

Commit

Permalink
minor: django-celery-beat upgrade 2.1.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
homholueng authored Sep 22, 2021
1 parent 721b47d commit ed46512
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions runtime/bamboo-pipeline/release.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 3.7.1

- minor:
- add redis bakckend log
- minor:
- django-celery-beat upgrade to 2.1.0
- add redis bakckend log

# 3.7.0

Expand Down
2 changes: 1 addition & 1 deletion runtime/bamboo-pipeline/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Django>=2.2.6,<4.0",
"requests>=2.22.0,<=2.23.0",
"celery>=4.4.0,<5.0",
"django-celery-beat>=2.0.0,<2.3",
"django-celery-beat>=2.1.0,<2.3",
"django-celery-results>=1.2.1,<2.2",
"Mako>=1.0.6,<2.0",
"pytz==2019.3",
Expand Down
2 changes: 1 addition & 1 deletion runtime/bamboo-pipeline/test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Django>=2.2.6,<3.0
requests>=2.22.0,<=2.23.0
celery>=4.4.0,<5.0
django-celery-beat==2.0.0
django-celery-beat==2.1.0
django-celery-results==1.2.1
Mako==1.1.4
pytz==2019.3
Expand Down

0 comments on commit ed46512

Please sign in to comment.