Skip to content

Commit

Permalink
update pydantic to 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skasberger committed May 15, 2021
1 parent 45f4cb5 commit 572f78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
pydantic = {version = "==1.7.2", extras = ["dotenv"]}
pydantic = {version = "==1.8.2", extras = ["dotenv"]}
pyDataverse = "==0.3.1"
pytest-selenium = "2.0.1"
typer = "==0.3.2"
Expand Down

0 comments on commit 572f78e

Please sign in to comment.