Skip to content

Commit

Permalink
build(deps): bump aiokafka from 0.11.0 to 0.12.0 in /kafka_events
Browse files Browse the repository at this point in the history
Bumps [aiokafka](https://github.com/aio-libs/aiokafka) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/aio-libs/aiokafka/releases)
- [Changelog](https://github.com/aio-libs/aiokafka/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiokafka@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: aiokafka
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 9d8ce8b commit c558697
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
68 changes: 34 additions & 34 deletions kafka_events/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 kafka_events/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python = "^3.9"
# Define ACA-Py as an optional/extra dependancy so it can be
# explicitly installed with the plugin if desired.
aries-cloudagent = { version = ">=0.10.3, < 1.0.0", optional = true }
aiokafka = "^0.11.0"
aiokafka = "^0.12.0"
ecdsa = "^0.16.1"
pydantic = "^1.10.15"

Expand Down

0 comments on commit c558697

Please sign in to comment.