Skip to content

Commit 8a984f5

Browse files
Bump pydantic from 2.9.2 to 2.11.2
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.11.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.9.2...v2.11.2) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 701b643 commit 8a984f5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

requirements.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ pluggy==1.5.0
3838
# via pytest
3939
pre-commit==4.0.1
4040
# via -r requirements.in
41-
pydantic==2.9.2
41+
pydantic==2.11.2
4242
# via -r requirements.in
43-
pydantic-core==2.23.4
43+
pydantic-core==2.33.1
4444
# via pydantic
4545
pygments==2.18.0
4646
# via pdbpp
@@ -60,10 +60,13 @@ text-unidecode==1.3
6060
# via python-slugify
6161
tqdm==4.67.0
6262
# via -r requirements.in
63-
typing-extensions==4.12.1
63+
typing-extensions==4.13.1
6464
# via
6565
# pydantic
6666
# pydantic-core
67+
# typing-inspection
68+
typing-inspection==0.4.0
69+
# via pydantic
6770
urllib3==2.2.2
6871
# via requests
6972
virtualenv==20.26.2

0 commit comments

Comments
 (0)