Skip to content

Commit

Permalink
⬆️ Update pydantic requirement from ~=2.5.1 to ~=2.6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.5.1...v2.6.0)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2024
1 parent 93db60f commit 3025db8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ fastapi~=0.109.0
fastapi_websocket_pubsub~=0.3.8
httpx~=0.26.0
loguru~=0.7.0
pydantic~=2.5.1
pydantic~=2.6.0
pyjwt~=2.8.0
PyYAML~=6.0
typing-extensions~=4.9.0
Expand Down
2 changes: 1 addition & 1 deletion endorser/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ aries-cloudcontroller==0.11.0.post0
fastapi_websocket_pubsub~=0.3.8
httpx~=0.26.0
loguru~=0.7.0
pydantic~=2.5.1
pydantic~=2.6.0
typing-extensions~=4.9.0
2 changes: 1 addition & 1 deletion trustregistry/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ fastapi~=0.109.0
httpx~=0.26.0
loguru~=0.7.0
psycopg2-binary~=2.9.6
pydantic~=2.5.1
pydantic~=2.6.0
sqlalchemy~=2.0.19
starlette>=0.27.0
uvicorn[standard]~=0.27.0
2 changes: 1 addition & 1 deletion webhooks/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ fastapi~=0.109.0
fastapi_websocket_pubsub~=0.3.8
httpx~=0.26.0
loguru~=0.7.0
pydantic~=2.5.1
pydantic~=2.6.0
sse-starlette~=2.0.0
starlette>=0.27.0
typing-extensions~=4.9.0
Expand Down

0 comments on commit 3025db8

Please sign in to comment.