Skip to content

Commit e091521

Browse files
Bump pydantic from 2.11.9 to 2.11.10
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.9 to 2.11.10. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.11.10/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.9...v2.11.10) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.10 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1b4bf8e commit e091521

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ pycares==4.11.0
156156
# via aiodns
157157
pycparser==2.23
158158
# via cffi
159-
pydantic==2.11.9
159+
pydantic==2.11.10
160160
# via python-on-whales
161161
pydantic-core==2.33.2
162162
# via pydantic

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ pycares==4.11.0
153153
# via aiodns
154154
pycparser==2.23
155155
# via cffi
156-
pydantic==2.11.9
156+
pydantic==2.11.10
157157
# via python-on-whales
158158
pydantic-core==2.33.2
159159
# via pydantic

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pycares==4.11.0
6565
# via aiodns
6666
pycparser==2.23
6767
# via cffi
68-
pydantic==2.11.9
68+
pydantic==2.11.10
6969
# via python-on-whales
7070
pydantic-core==2.33.2
7171
# via pydantic

requirements/test-common.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ proxy-py==2.4.10
5656
# via -r requirements/test-common.in
5757
pycparser==2.23
5858
# via cffi
59-
pydantic==2.12.0a1
59+
pydantic==2.11.10
6060
# via python-on-whales
61-
pydantic-core==2.37.2
61+
pydantic-core==2.33.2
6262
# via pydantic
6363
pygments==2.19.2
6464
# via

requirements/test-ft.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ pycares==4.11.0
8989
# via aiodns
9090
pycparser==2.23
9191
# via cffi
92-
pydantic==2.12.0a1
92+
pydantic==2.11.10
9393
# via python-on-whales
94-
pydantic-core==2.37.2
94+
pydantic-core==2.33.2
9595
# via pydantic
9696
pygments==2.19.2
9797
# via

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ pycares==4.11.0
8989
# via aiodns
9090
pycparser==2.23
9191
# via cffi
92-
pydantic==2.12.0a1
92+
pydantic==2.11.10
9393
# via python-on-whales
94-
pydantic-core==2.37.2
94+
pydantic-core==2.33.2
9595
# via pydantic
9696
pygments==2.19.2
9797
# via

0 commit comments

Comments
 (0)