Skip to content

Commit

Permalink
build(deps): bump celery from 5.1.2 to 5.2.2
Browse files Browse the repository at this point in the history
Bumps [celery](https://github.com/celery/celery) from 5.1.2 to 5.2.2.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/master/Changelog.rst)
- [Commits](celery/celery@v5.1.2...v5.2.2)

---
updated-dependencies:
- dependency-name: celery
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 6, 2022
1 parent fed63ae commit 5d1e102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ blinker==1.5
cached-property==1.5.2
cachelib==0.6.0
cds-dojson==0.9.0
celery==5.1.2
celery==5.2.2
certifi==2022.9.24
cffi==1.15.1
charset-normalizer==2.0.12
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# version conflict by invenio-oauth2server
"WTForms<3.0.0,>=2.3.3",
# invenio-celery conflict fix
"celery<5.2,>=5.1.0",
"celery>=5.1.0,<5.3",
# conflict caused by "black"
"tomli>=1.2.2,<2.0.0",
# conflict caused by invenio-previewer, which requires "black v22",
Expand Down

0 comments on commit 5d1e102

Please sign in to comment.