From e1b98401bc060b4ac3b44ff0f71301194362dbbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 17:51:05 +0000 Subject: [PATCH] Bump pydantic from 1.10.12 to 2.4.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.12 to 2.4.2. - [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.4.2) --- 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 713647b..9782537 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.4.2 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 23d44b6..239f3df 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.4.2 polytope==0.2.4 cvxpy==1.3.2 cvxopt==1.3.2