Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 4, 2023
1 parent 288803b commit 6ac326f
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,5 +1,5 @@
requests==2.31.0
PySocks==1.7.1
pydantic==2.0
pydantic==2.0.1
moviepy==1.0.3
pycryptodomex==3.18.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
requirements = [
"requests<3.0,>=2.25.1",
"PySocks==1.7.1",
"pydantic==2.0",
"pydantic==2.0.1",
"pycryptodomex==3.18.0",
]
# requirements = [
Expand Down

0 comments on commit 6ac326f

Please sign in to comment.