Skip to content

Commit 13d75f8

Browse files
build(deps): bump celery from 5.1.2 to 5.2.2
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]>
1 parent 82bef58 commit 13d75f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.pinned.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ blinker==1.5
1313
cached-property==1.5.2
1414
cachelib==0.6.0
1515
cds-dojson==0.9.0
16-
celery==5.1.2
16+
celery==5.2.2
1717
certifi==2022.9.14
1818
cffi==1.15.1
1919
charset-normalizer==2.0.12

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# version conflict by invenio-oauth2server
5151
"WTForms<3.0.0,>=2.3.3",
5252
# invenio-celery conflict fix
53-
"celery<5.2,>=5.1.0",
53+
"celery>=5.1.0,<5.3",
5454
# conflict caused by "black"
5555
"tomli>=1.2.2,<2.0.0",
5656
# conflict caused by invenio-previewer, which requires "black v22",

0 commit comments

Comments
 (0)