Skip to content

Commit

Permalink
Bump celery from 5.3.1 to 5.3.4 (#11437)
Browse files Browse the repository at this point in the history
* Bump celery from 5.3.1 to 5.3.4

Bumps [celery](https://github.com/celery/celery) from 5.3.1 to 5.3.4.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst)
- [Commits](celery/celery@v5.3.1...v5.3.4)

---
updated-dependencies:
- dependency-name: celery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* - Align setup.cfg to requirements.txt

* - Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <alessio.fabiani@geosolutionsgroup.com>
  • Loading branch information
dependabot[bot] and afabiani authored Sep 13, 2023
1 parent 8f1c00e commit e13a811
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ urllib3==1.26.15
Paver==1.3.4
python-slugify==8.0.1
decorator==5.1.1
celery==5.3.1
kombu==5.3.1
celery==5.3.4
kombu==5.3.2
vine==5.0.0
tqdm==4.66.1
Deprecated==1.2.14
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ install_requires =
Paver==1.3.4
python-slugify==8.0.1
decorator==5.1.1
celery==5.3.1
kombu==5.3.1
celery==5.3.4
kombu==5.3.2
vine==5.0.0
tqdm==4.66.1
Deprecated==1.2.14
Expand Down

0 comments on commit e13a811

Please sign in to comment.