diff --git a/pdm.lock b/pdm.lock index 3912a1d88..ee67911f8 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "code_gen", "desktop", "docs", "i18n", "linting", "lxml", "packaging", "ruamel_yaml", "test", "ujson", "upath", "webui"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:abfad5f9c4de8ae440dd7b6a6081f249fec014ee681124f051c92188fba82894" +content_hash = "sha256:0bc0e3c94f2b507fc74016d11f8a6ad54142e0a2e15ff4b5f394a78091bfddec" [[metadata.targets]] requires_python = ">=3.9,<3.13" @@ -2396,6 +2396,7 @@ extras = ["email"] requires_python = ">=3.8" summary = "Data validation using Python type hints" groups = ["code_gen"] +marker = "python_version < \"4.0\"" dependencies = [ "email-validator>=2.0.0", "pydantic==2.8.2", @@ -3435,13 +3436,13 @@ files = [ [[package]] name = "types-pyyaml" -version = "6.0.12.20240724" +version = "6.0.12.20240808" requires_python = ">=3.8" summary = "Typing stubs for PyYAML" groups = ["linting"] files = [ - {file = "types-PyYAML-6.0.12.20240724.tar.gz", hash = "sha256:cf7b31ae67e0c5b2919c703d2affc415485099d3fe6666a6912f040fd05cb67f"}, - {file = "types_PyYAML-6.0.12.20240724-py3-none-any.whl", hash = "sha256:e5becec598f3aa3a2ddf671de4a75fa1c6856fbf73b2840286c9d50fae2d5d48"}, + {file = "types-PyYAML-6.0.12.20240808.tar.gz", hash = "sha256:b8f76ddbd7f65440a8bda5526a9607e4c7a322dc2f8e1a8c405644f9a6f4b9af"}, + {file = "types_PyYAML-6.0.12.20240808-py3-none-any.whl", hash = "sha256:deda34c5c655265fc517b546c902aa6eed2ef8d3e921e4765fe606fe2afe8d35"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index ba9195d2b..3e0d3f3b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ linting = [ "pyodide-py>=0.26.2; python_version >= \"3.12\"", "types-lxml>=2024.8.7", "types-parsimonious>=0.10.0.20240331", - "types-pyyaml>=6.0.12.20240724", + "types-pyyaml>=6.0.12.20240808", "types-ujson>=5.10.0.20240515", ] packaging = [