Skip to content

Commit 9d7148a

Browse files
dependabot[bot]ggainey
authored andcommitted
Update confluent-kafka requirement
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.11.0) --- updated-dependencies: - dependency-name: confluent-kafka dependency-version: 2.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ebba70b commit 9d7148a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ prometheus = ["django-prometheus"]
7979
kafka = [
8080
# Pinned because project warns "things might (and will) break with every update"
8181
"cloudevents==1.11.0",
82-
"confluent-kafka>=2.4.0,<2.11.0",
82+
"confluent-kafka>=2.4.0,<2.12.0",
8383
]
8484
diagnostics = ["pyinstrument~=5.0", "memray~=1.17"]
8585
uvloop = ["uvloop>=0.20,<0.22"]

0 commit comments

Comments
 (0)