Skip to content

Commit

Permalink
Build(deps): bump pydantic from 2.8.0 to 2.8.2
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.0 to 2.8.2.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.8.0...v2.8.2)

---
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 Jul 4, 2024
1 parent 46e6045 commit 1b3c022
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.27.0
orjson==3.10.5
pydantic==2.8.0
pydantic==2.8.2
moviepy==1.0.3
pycryptodomex==3.20.0
zstandard==0.22.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.27.0",
"orjson==3.10.5",
"pydantic==2.8.0",
"pydantic==2.8.2",
"moviepy==1.0.3",
"pycryptodomex==3.20.0",
"zstandard==0.22.0",
Expand Down

0 comments on commit 1b3c022

Please sign in to comment.