Skip to content

Commit 204032c

Browse files
Bump pydantic from 2.4.2 to 2.8.2 (#846)
* Bump pydantic from 2.4.2 to 2.8.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.4.2 to 2.8.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.4.2...v2.8.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * 🩹mypy --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leon Haffmans <leon.haffmans@hochfrequenz.de>
1 parent 97d35e7 commit 204032c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/compatibility/loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def load_schema_file(path: Path) -> SchemaRootType:
2323
"""
2424
Load a schema file and return the parsed schema
2525
"""
26-
return TypeAdapter(SchemaRootType).validate_json(path.read_text("utf-8")) # type: ignore[return-value]
26+
return TypeAdapter(SchemaRootType).validate_json(path.read_text("utf-8"))
2727
# mypy has problems to infer the Union type here.
2828

2929

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ packaging==24.0
5050
# via sphinx
5151
pycparser==2.21
5252
# via cffi
53-
pydantic==2.4.2
53+
pydantic==2.8.2
5454
# via
5555
# -r docs/requirements.in
5656
# bo4e-schema-tool
57-
pydantic-core==2.10.1
57+
pydantic-core==2.20.1
5858
# via pydantic
5959
pygithub==2.2.0
6060
# via bo4e-schema-tool

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ annotated-types==0.5.0
88
# via pydantic
99
iso3166==2.1.1
1010
# via -r requirements.in
11-
pydantic==2.4.2
11+
pydantic==2.8.2
1212
# via -r requirements.in
13-
pydantic-core==2.10.1
13+
pydantic-core==2.20.1
1414
# via pydantic
1515
pyhumps==3.8.0
1616
# via -r requirements.in

0 commit comments

Comments
 (0)