Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pydantic from 2.3.0 to 2.5.2 #398

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump pydantic from 2.3.0 to 2.5.2
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.3.0 to 2.5.2.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.5.2/HISTORY.md)
- [Commits](pydantic/pydantic@v2.3.0...v2.5.2)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Dec 4, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 3b2883e3b4d37e4b0b44598c075b4e3cafd2d7a7
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ def get_version():
"jinja2==3.1.2",
"pre-commit==3.5.0",
"pycryptodome==3.19.0",
"pydantic==2.3.0",
"pydantic==2.5.2",
"pyfiglet==1.0.2",
"python-keycloak==0.22.0",
"python-slugify==8.0.1",