Skip to content

Commit

Permalink
Merge pull request #163 from adw0rd/dependabot/pip/pydantic-1.8.2
Browse files Browse the repository at this point in the history
Bump pydantic from 1.8.1 to 1.8.2
  • Loading branch information
adw0rd authored May 12, 2021
2 parents 4a5fb33 + e332fbb commit 5347dc2
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.25.1
PySocks==1.7.1
pydantic==1.8.1
pydantic==1.8.2
moviepy==1.0.3
pycryptodomex==3.9.9
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.25.1',
'PySocks==1.7.1',
'pydantic==1.8.1',
'pydantic==1.8.2',
'pycryptodomex==3.9.9'
]
# requirements = [
Expand Down

0 comments on commit 5347dc2

Please sign in to comment.