Skip to content

Commit

Permalink
Bump pydantic from 2.5.2 to 2.6.3
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.2 to 2.6.3.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.5.2...v2.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2024
1 parent 544d616 commit d228bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
httpx==0.26.0
orjson==3.9.10
pydantic==2.5.2
pydantic==2.6.3
moviepy==1.0.3
pycryptodomex==3.14.1
zstandard==0.21.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
requirements = [
"httpx==0.26.0",
"orjson==3.9.10",
"pydantic==2.5.2",
"pydantic==2.6.3",
"moviepy==1.0.3",
"pycryptodomex==3.14.1",
"zstandard==0.21.0",
Expand Down

0 comments on commit d228bfe

Please sign in to comment.