Skip to content

Commit 682816d

Browse files
Bump pydantic from 1.9.0 to 2.5.3
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.9.0 to 2.5.3. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.5.3/HISTORY.md) - [Commits](pydantic/pydantic@v1.9.0...v2.5.3) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3035231 commit 682816d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pathspec==0.11.2
2424
pip-tools==6.14.0
2525
platformdirs==4.0.0
2626
pluggy==1.2.0
27-
pydantic==1.9.0
27+
pydantic==2.5.3
2828
pyproject-hooks==1.0.0
2929
pytest==7.4.3
3030
pytest-cov==4.1.0

Diff for: requirements-docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mkdocs==1.3.0
1818
mkdocs-material==4.6.3
1919
mkdocstrings==0.10.0
2020
packaging==23.2
21-
pydantic==1.9.0
21+
pydantic==2.5.3
2222
pygments==2.17.2
2323
pymdown-extensions==10.2.1
2424
python-dateutil==2.8.2

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
#
55
# make freeze
66
#
7-
pydantic==1.9.0
7+
pydantic==2.5.3
88
typing-extensions==4.7.1

0 commit comments

Comments
 (0)