Commit 52073aac authored by to be continuous bot's avatar to be continuous bot
Browse files

Merge branch 'renovate/poetry-deps' into 'main'

fix(deps): update dependency pydantic to v2.7.4

See merge request to-be-continuous/tools/tbc-check!15
parents 7a01a428 f4a01bcf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -182,13 +182,13 @@ testing = ["pytest", "pytest-benchmark"]

[[package]]
name = "pydantic"
version = "2.7.3"
version = "2.7.4"
description = "Data validation using Python type hints"
optional = false
python-versions = ">=3.8"
files = [
    {file = "pydantic-2.7.3-py3-none-any.whl", hash = "sha256:ea91b002777bf643bb20dd717c028ec43216b24a6001a280f83877fd2655d0b4"},
    {file = "pydantic-2.7.3.tar.gz", hash = "sha256:c46c76a40bb1296728d7a8b99aa73dd70a48c3510111ff290034f860c99c419e"},
    {file = "pydantic-2.7.4-py3-none-any.whl", hash = "sha256:ee8538d41ccb9c0a9ad3e0e5f07bf15ed8015b481ced539a1759d8cc89ae90d0"},
    {file = "pydantic-2.7.4.tar.gz", hash = "sha256:0c84efd9548d545f63ac0060c1e4d39bb9b14db8b3c0652338aecc07b5adec52"},
]

[package.dependencies]