Skip to content

Commit

Permalink
chore(deps): Bump pydantic from 1.10.9 to 1.10.15
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.9 to 1.10.15.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.9...v1.10.15)

---
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 May 3, 2024
1 parent b80a061 commit 5b2c1dd
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 58 deletions.
114 changes: 57 additions & 57 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
python = "^3.7"
aries-staticagent = { git = "https://github.com/hyperledger/aries-staticagent-python", rev = "1f27f85cf72cc6a2e10a6495c85f2b21462362cd", optional = true }
fastapi = { version = "^0.79.0", optional = true }
pydantic = { version = "^1.9.1", optional = true }
pydantic = { version = "^1.10.15", optional = true }
httpx = { version = "^0.15.4", optional = true }
aiohttp = { version = "^3.8.0", optional = true }
async-selective-queue = "^0.1.0"
Expand Down

0 comments on commit 5b2c1dd

Please sign in to comment.