Skip to content

Commit

Permalink
build(deps): bump pydantic from 1.10.18 to 1.10.19 in /kafka_events
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.18 to 1.10.19.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.18...v1.10.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 509929b commit 1384721
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
90 changes: 45 additions & 45 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 @@ -12,7 +12,7 @@ python = "^3.9"
aries-cloudagent = { version = ">=0.10.3, < 1.0.0", optional = true }
aiokafka = "^0.11.0"
ecdsa = "^0.16.1"
pydantic = "^1.10.15"
pydantic = "^1.10.19"

[tool.poetry.extras]
aca-py = ["aries-cloudagent"]
Expand Down

0 comments on commit 1384721

Please sign in to comment.