Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Bump pydantic from 1.7.3 to 1.7.4 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_version(package):
],
python_requires=">=3.6",
install_requires=[
"pydantic==1.7.3",
"pydantic==1.7.4",
"python-dotenv==0.15.0",
"azure-identity==1.5.0",
"azure-keyvault-secrets==4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/req.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pydantic==1.7.3
pydantic==1.7.4
python-dotenv==0.15.0
azure-identity==1.5.0
azure-keyvault-secrets==4.2.0
Expand Down