From fb6405644fc937ce4aa4e2214f74c3426b3c7b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 16:37:22 +0000 Subject: [PATCH] Bump pydantic from 1.10.1 to 1.10.2 in /emmet-core --- emmet-core/requirements.txt | 2 +- emmet-core/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emmet-core/requirements.txt b/emmet-core/requirements.txt index f537b2ef0d..c0ffec22ab 100644 --- a/emmet-core/requirements.txt +++ b/emmet-core/requirements.txt @@ -1,6 +1,6 @@ monty==2022.9.9 pymatgen==2022.8.23 -pydantic==1.10.1 +pydantic==1.10.2 pybtex==0.24.0 typing-extensions==4.3.0 seekpath==2.0.1 diff --git a/emmet-core/setup.py b/emmet-core/setup.py index 96cf7f7378..1859c93aec 100644 --- a/emmet-core/setup.py +++ b/emmet-core/setup.py @@ -29,7 +29,7 @@ install_requires=[ "pymatgen>=2021.3,<2023.0", "monty>=2021.3,<2023.0", - "pydantic==1.10.1", + "pydantic==1.10.2", "pybtex~=0.24", "typing-extensions>=3.7,<5.0", "spglib<3.0.0",