Skip to content

Commit

Permalink
build(deps): bump celery from 5.3.4 to 5.3.5
Browse files Browse the repository at this point in the history
Bumps [celery](https://github.com/celery/celery) from 5.3.4 to 5.3.5.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst)
- [Commits](celery/celery@v5.3.4...v5.3.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent 6baa8aa commit 4a4b9a1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ asyncpg = "^0.28.0"
python-dateutil = "^2.8.2"
fastapi-async-sqlalchemy = "^0.6.0"
prometheus-fastapi-instrumentator = "^6.1.0"
celery = {version = "^5.3.4", extras = ["redis,gevent"]}
celery = {version = "^5.3.5", extras = ["redis,gevent"]}
asgiref = "^3.7.2"
loguru = "^0.7.2"
asgi-correlation-id = "^4.2.0"
Expand Down

0 comments on commit 4a4b9a1

Please sign in to comment.