Skip to content

Commit dea04fa

Browse files
dependabot[bot]jobselko
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.15.0) --- updated-dependencies: - dependency-name: confluent-kafka dependency-version: 2.15.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0979b88 commit dea04fa

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
@@ -76,7 +76,7 @@ saml2 = ["djangosaml2>=1.12.0,<1.13"]
7676
kafka = [
7777
# Pinned because project warns "things might (and will) break with every update"
7878
"cloudevents==1.11.0",
79-
"confluent-kafka>=2.4.0,<2.15.0",
79+
"confluent-kafka>=2.4.0,<2.16.0",
8080
]
8181
diagnostics = ["pyinstrument~=5.0", "memray~=1.17"]
8282
uvloop = ["uvloop>=0.20,<0.22"]

0 commit comments

Comments
 (0)