Skip to content

Commit

Permalink
Bump pydantic from 1.8.2 to 1.9.0 (subzeroid#520)
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.8.2 to 1.9.0.
- [Release notes](https://github.com/samuelcolvin/pydantic/releases)
- [Changelog](https://github.com/samuelcolvin/pydantic/blob/master/HISTORY.md)
- [Commits](pydantic/pydantic@v1.8.2...v1.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2022
1 parent b7dfc33 commit 9d9fdbd
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<3.0,>=2.25.1
PySocks==1.7.1
pydantic==1.8.2
pydantic==1.9.0
moviepy==1.0.3
pycryptodomex==3.12.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 = [
'requests<3.0,>=2.25.1',
'PySocks==1.7.1',
'pydantic==1.8.2',
'pydantic==1.9.0',
'pycryptodomex==3.12.0'
]
# requirements = [
Expand Down

0 comments on commit 9d9fdbd

Please sign in to comment.