Skip to content

Commit

Permalink
Bump pydantic from 1.10.12 to 2.4.2
Browse files Browse the repository at this point in the history
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](pydantic/pydantic@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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 2, 2023
1 parent e9e683f commit 7d8aa94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion binder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ scikit-learn==1.3.1
emmet-core==0.68.0
scikit-optimize==0.9.0
scipy==1.11.2
pydantic==1.10.12
pydantic==2.4.2
polytope==0.2.4
cvxpy==1.3.2
cvxopt==1.3.2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"scikit-learn>=1.2.0",
"scikit-optimize>=0.9.0",
"scipy>=1.10.0, <=1.10.1",
"pydantic>=1.10.2,<2.0",
"pydantic>=1.10.2,<3.0",
"polytope>=0.2.3",
"cvxpy>=1.2.1",
"cvxopt"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ scikit-learn==1.3.1
emmet-core==0.68.0
scikit-optimize==0.9.0
scipy==1.11.2
pydantic==1.10.12
pydantic==2.4.2
polytope==0.2.4
cvxpy==1.3.2
cvxopt==1.3.2

0 comments on commit 7d8aa94

Please sign in to comment.