Skip to content

Commit

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

---
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 Apr 23, 2024
1 parent 47ebb4b commit 7b88ec3
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.1
pydantic==2.7.0
pydantic==2.7.1
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.1",
"pydantic==2.7.0",
"pydantic==2.7.1",
"moviepy==1.0.3",
"pycryptodomex==3.20.0",
"zstandard==0.22.0",
Expand Down

0 comments on commit 7b88ec3

Please sign in to comment.