Skip to content

Commit

Permalink
Bump pydantic from 1.7.2 to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 2, 2021
1 parent b72bfdd commit 7882c7a
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,4 +1,4 @@
requests==2.24.0
PySocks==1.7.1
pydantic==1.7.2
pydantic==1.7.3
moviepy==1.0.3
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 = [
'requests==2.24.0',
'PySocks==1.7.1',
'pydantic==1.7.2'
'pydantic==1.7.3'
]
# requirements = [
# line.strip()
Expand Down

0 comments on commit 7882c7a

Please sign in to comment.