diff --git a/pdm.lock b/pdm.lock index 87959fc..d782bbe 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:2786f3461151a94a8f76ed4ca2b2f3d8d7242d0004e17f1e1ae326b0d6529acd" +content_hash = "sha256:625042f20b8f0bdacfb3e24224fdc76a7495e48ddbc62100a5a091ad5c7017de" [[metadata.targets]] requires_python = ">=3.10,<3.15" diff --git a/pyproject.toml b/pyproject.toml index e82cad6..100e5bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "colorama", "jaraco.text", # required by pkg_resources during runtime "nodriver==0.47.*", # Pin to 0.47 until upstream fixes UTF-8 decoding issues introduced in 0.48 - "pydantic>=2.0.0", + "pydantic>=2.11.0", "ruamel.yaml", "psutil", "wcmatch",