diff --git a/poetry.lock b/poetry.lock index 7bde3f83a..7c40ba53b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3316,7 +3316,7 @@ version = "4.6.0" description = "LightGBM Python-package" optional = false python-versions = ">=3.7" -groups = ["all-runtimes", "dev"] +groups = ["all-runtimes"] markers = "(platform_system == \"Linux\" or platform_system == \"Windows\") and platform_machine == \"aarch64\" or platform_system == \"Windows\"" files = [ {file = "lightgbm-4.6.0-py3-none-macosx_10_15_x86_64.whl", hash = "sha256:b7a393de8a334d5c8e490df91270f0763f83f959574d504c7ccb9eee4aef70ed"}, @@ -4575,7 +4575,7 @@ version = "1.26.4" description = "Fundamental package for array computing in Python" optional = false python-versions = ">=3.9" -groups = ["main", "all-runtimes", "all-runtimes-dev", "dev", "docker"] +groups = ["main", "all-runtimes", "all-runtimes-dev", "docker"] markers = "(platform_system == \"Linux\" or platform_system == \"Windows\") and platform_machine == \"aarch64\" or platform_system == \"Windows\"" files = [ {file = "numpy-1.26.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:9ff0f4f29c51e2803569d7a51c2304de5554655a60c5d776e35b4a41413830d0"}, @@ -7090,7 +7090,7 @@ version = "1.13.1" description = "Fundamental algorithms for scientific computing in Python" optional = false python-versions = ">=3.9" -groups = ["all-runtimes", "all-runtimes-dev", "dev"] +groups = ["all-runtimes", "all-runtimes-dev"] markers = "(platform_system == \"Linux\" or platform_system == \"Windows\") and platform_machine == \"aarch64\" or platform_system == \"Windows\"" files = [ {file = "scipy-1.13.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:20335853b85e9a49ff7572ab453794298bcf0354d8068c5f6775a0eabf350aca"}, @@ -8755,15 +8755,15 @@ files = [ [[package]] name = "types-protobuf" -version = "5.26.0.20240422" +version = "5.29.1.20250403" description = "Typing stubs for protobuf" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] markers = "(platform_system == \"Linux\" or platform_system == \"Windows\") and platform_machine == \"aarch64\" or platform_system == \"Windows\"" files = [ - {file = "types-protobuf-5.26.0.20240422.tar.gz", hash = "sha256:e6074178109f97efe9f0b20a035ba61d7c3b03e867eb47d254d2b2ab6a805e36"}, - {file = "types_protobuf-5.26.0.20240422-py3-none-any.whl", hash = "sha256:e4dc2554d342501d5aebc3c71203868b51118340e105fc190e3a64ca1be43831"}, + {file = "types_protobuf-5.29.1.20250403-py3-none-any.whl", hash = "sha256:c71de04106a2d54e5b2173d0a422058fae0ef2d058d70cf369fb797bf61ffa59"}, + {file = "types_protobuf-5.29.1.20250403.tar.gz", hash = "sha256:7ff44f15022119c9d7558ce16e78b2d485bf7040b4fadced4dd069bb5faf77a2"}, ] [[package]] @@ -9681,4 +9681,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.13" -content-hash = "f6a228eb016a838d49fc9875edd274c06cca93238c8e7fdfa6a493d796af8642" +content-hash = "400483754d685daa637a6fdd087210e9eefa366a4afd42749c3399fd6dae4aed" diff --git a/pyproject.toml b/pyproject.toml index ad53c5ba3..dae2e26bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ flake8 = "7.0.0" flake8-black = "0.3.6" mypy = "1.11.2" mypy-protobuf = "3.1.0" -types-protobuf = "5.26.0.20240422" +types-protobuf = "5.29.1.20250403" types-orjson = "3.6.2" types-aiofiles = "23.2.0.20240106" types-requests = "2.31.0.20240311"