Skip to content

Commit

Permalink
Merge pull request #164 from Souleymane-T/feature-upgrade-celery-redi…
Browse files Browse the repository at this point in the history
…s-versions

Upgrade celery and redis versions
  • Loading branch information
lcognat committed Jul 18, 2023
2 parents 8600e0a + 8240cc4 commit e1c9c5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,7 +8,8 @@

### Changed

- nothing changed
- Upgrade celery version from v4 to v5 (https://github.com/pypa/pip/issues/12063)
- Upgrade redis version from v3 to v4

### Removed

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Expand Up @@ -49,8 +49,8 @@ install_requires =
six>=1.12,<2
python-slugify>=3.0.3,<4
# Plugins
celery>=4.3,<5
redis>=3.2,<4
celery>=5.3.1,<6
redis>=4.6,<5
tenacity>=8.0.1,<9
# Fix importli package to a version prior to 5.0.0 to avoid error AttributeError: 'EntryPoint' object has no attribute 'get'
importlib-metadata<5
Expand Down

0 comments on commit e1c9c5b

Please sign in to comment.