Skip to content

Commit 5558763

Browse files
Bump pydantic from 2.8.2 to 2.9.0
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.2 to 2.9.0. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.8.2...v2.9.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b620f9 commit 5558763

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ pluggy==1.5.0
3838
# via pytest
3939
pre-commit==3.8.0
4040
# via -r requirements.in
41-
pydantic==2.8.2
41+
pydantic==2.9.0
4242
# via -r requirements.in
43-
pydantic-core==2.20.1
43+
pydantic-core==2.23.2
4444
# via pydantic
4545
pygments==2.18.0
4646
# via pdbpp
@@ -64,6 +64,8 @@ typing-extensions==4.12.1
6464
# via
6565
# pydantic
6666
# pydantic-core
67+
tzdata==2024.1
68+
# via pydantic
6769
urllib3==2.2.2
6870
# via requests
6971
virtualenv==20.26.2

0 commit comments

Comments
 (0)