From bb78a96a93f7e5c1aeee6d7cd63a5ff53915403e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 14:03:38 +0000 Subject: [PATCH] Bump pydantic from 1.10.2 to 1.10.6 in /emmet-core Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.2 to 1.10.6. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.6/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.2...v1.10.6) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 1db2c1fb0f..8c4d7b98c8 100644 --- a/emmet-core/requirements.txt +++ b/emmet-core/requirements.txt @@ -1,5 +1,5 @@ monty==2022.9.9 -pydantic==1.10.2 +pydantic==1.10.6 pymatgen==2022.8.23 pybtex==0.24.0 typing-extensions==4.4.0 diff --git a/emmet-core/setup.py b/emmet-core/setup.py index 9be5b551c5..b48076b860 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.2", + "pydantic==1.10.6", "pybtex~=0.24", "typing-extensions>=3.7,<5.0", "robocrys>=0.2.7",