diff --git a/pdm.lock b/pdm.lock index f2eed6ed1..5d3689ae3 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:a2e1b6091c3be466dcaab4851982aea3ba9674bc11b1e00ead2769a6a330ab35" +content_hash = "sha256:ce988f97901d4d770a00b8009a17e91200340a711d40cc98f7d8bd535739c63a" [[metadata.targets]] requires_python = ">=3.9,<3.13" @@ -915,7 +915,7 @@ files = [ [[package]] name = "gapic-generator" -version = "1.18.3" +version = "1.18.4" requires_python = ">=3.7" summary = "Google API Client Generator for Python" groups = ["code_gen"] @@ -933,8 +933,8 @@ dependencies = [ "pypandoc>=1.4", ] files = [ - {file = "gapic_generator-1.18.3-py3-none-any.whl", hash = "sha256:b190b8da482a5e7f8a799fafddb36a03da4063d696c82a0bade4186b7eb52b81"}, - {file = "gapic_generator-1.18.3.tar.gz", hash = "sha256:77a62c9a37c53ea18490d5cb8ca12182017488ed2b01ccc9ccb0046c9cd04b36"}, + {file = "gapic_generator-1.18.4-py3-none-any.whl", hash = "sha256:58e1974f5be6e5205ee6b7ba02da496649ac7171375d6120a91551bd945c3b4b"}, + {file = "gapic_generator-1.18.4.tar.gz", hash = "sha256:e4afe957f98e2fb4dba2edc54da6527d91b76f8324c7ee366eea5c16cb240de7"}, ] [[package]] @@ -2563,14 +2563,14 @@ files = [ [[package]] name = "pyodide-py" -version = "0.26.1" +version = "0.26.2" requires_python = ">=3.12" summary = "A Python package providing core interpreter functionality for Pyodide" groups = ["linting"] marker = "python_version >= \"3.12\"" files = [ - {file = "pyodide_py-0.26.1-py3-none-any.whl", hash = "sha256:7b7a1be1c1faa5bfc642cf4bf6a8497793e5aa874f7fa8b53d1840c92dc2a13e"}, - {file = "pyodide_py-0.26.1.tar.gz", hash = "sha256:02f2e20f8babe016920e43d63dbae6e253954362d02de9059eb48fe669f017a6"}, + {file = "pyodide_py-0.26.2-py3-none-any.whl", hash = "sha256:fe952f498ea45886b9ad0d43f628703ed6ac48a1627dbe04a39199f8cf9b66c6"}, + {file = "pyodide_py-0.26.2.tar.gz", hash = "sha256:a62220021f81a7eb8d9d2ac87f6cae641419946b6ca996346a1cab898a904783"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index a0c8a0a5d..0ad9bce36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ version = { source = "file", path = "libresvip/__init__.py" } [tool.pdm.dev-dependencies] code_gen = [ "datamodel-code-generator>=0.25.8", - "gapic-generator>=1.18.3", + "gapic-generator>=1.18.4", "xsdata[cli]>=24.6.1", ] i18n = ["babel>=2.15.0"] @@ -107,7 +107,7 @@ linting = [ "mypy>=1.11.0", "sourcery>=1.21.0", "proto-plus-stubs>=0.7.0", - "pyodide-py>=0.26.1; python_version >= \"3.12\"", + "pyodide-py>=0.26.2; python_version >= \"3.12\"", "types-lxml>=2024.4.14", "types-parsimonious>=0.10.0.20240331", "types-pyyaml>=6.0.12.20240724",