From b537de1dbd693dfc870e1c38faa5d6f4275a639a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 03:31:23 +0000 Subject: [PATCH] Bump pydantic from 1.10.12 to 2.6.0 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.12 to 2.6.0. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.12...v2.6.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- binder/requirements.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/binder/requirements.txt b/binder/requirements.txt index 3df3a00..43b36cb 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -13,7 +13,7 @@ scikit-learn==1.3.1 emmet-core==0.68.0 scikit-optimize==0.9.0 scipy==1.11.3 -pydantic==1.10.12 +pydantic==2.6.0 polytope==0.2.4 cvxpy==1.3.2 cvxopt==1.3.2 diff --git a/pyproject.toml b/pyproject.toml index 211f9da..c276540 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "scikit-learn>=1.2.0", "scikit-optimize>=0.9.0", "scipy>=1.10.0, <=1.11.3", - "pydantic>=1.10.2,<2.0", + "pydantic>=1.10.2,<3.0", "polytope>=0.2.3", "cvxpy>=1.2.1", "cvxopt" diff --git a/requirements.txt b/requirements.txt index 9dd32bd..05fc6dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ scikit-learn==1.3.1 emmet-core==0.68.0 scikit-optimize==0.9.0 scipy==1.11.3 -pydantic==1.10.12 +pydantic==2.6.0 polytope==0.2.4 cvxpy==1.3.2 cvxopt==1.3.2