Skip to content

Commit f77f3db

Browse files
Update pydantic requirement from ~=2.10.6 to ~=2.11.7
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.6...v2.11.7) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 212ce28 commit f77f3db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sphinx~=8.2.3
22
furo~=2024.8.6
33
requests~=2.32.3
4-
pydantic~=2.10.6
4+
pydantic~=2.11.7
55
jinja2~=3.1.6
66
networkx~=3.1.0
77
tenacity~=9.0.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
requests~=2.32.3
2-
pydantic~=2.10.6
2+
pydantic~=2.11.7
33
jinja2~=3.1.6
44
tenacity~=9.0.0
55
urllib3>=1.26.0,<3

0 commit comments

Comments
 (0)