Skip to content

Commit

Permalink
Update confluent-kafka requirement from <2.8.0,>=2.4.0 to >=2.4.0,<2.9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [confluent-kafka](https://github.com/confluentinc/confluent-kafka-python) to permit the latest version.
- [Release notes](https://github.com/confluentinc/confluent-kafka-python/releases)
- [Changelog](https://github.com/confluentinc/confluent-kafka-python/blob/master/CHANGELOG.md)
- [Commits](confluentinc/confluent-kafka-python@v2.4.0...v2.8.0)

---
updated-dependencies:
- dependency-name: confluent-kafka
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ggainey committed Jan 13, 2025
1 parent d588a23 commit ffcf1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ prometheus = ["django-prometheus"]
kafka = [
# Pinned because project warns "things might (and will) break with every update"
"cloudevents==1.11.0",
"confluent-kafka>=2.4.0,<2.8.0",
"confluent-kafka>=2.4.0,<2.9.0",
]

[project.urls]
Expand Down

0 comments on commit ffcf1a0

Please sign in to comment.