Skip to content

Commit

Permalink
Merge pull request #1962 from subzeroid/dependabot/pip/pydantic-2.8.0
Browse files Browse the repository at this point in the history
Bump pydantic from 2.7.4 to 2.8.0
  • Loading branch information
subzeroid committed Jul 1, 2024
2 parents c5b67ac + e184d03 commit be75a94
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.32.3
PySocks==1.7.1
pydantic==2.7.4
pydantic==2.8.0
moviepy==1.0.3
pycryptodomex==3.20.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.7.4",
"pydantic==2.8.0",
"pycryptodomex==3.20.0",
]
# requirements = [
Expand Down

0 comments on commit be75a94

Please sign in to comment.