diff --git a/setup.py b/setup.py index 2379977..d35eabf 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/tests/req.txt b/tests/req.txt index 3d622c3..de5e2c0 100644 --- a/tests/req.txt +++ b/tests/req.txt @@ -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