From d9d74bb32d0d7dc6bcf442cae5ecda9b5fc9e7a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 13:16:32 +0000 Subject: [PATCH] Bump poethepoet from 0.47.1 to 0.48.0 Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.47.1 to 0.48.0. - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.47.1...v0.48.0) --- updated-dependencies: - dependency-name: poethepoet dependency-version: 0.48.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- betterproto2/pyproject.toml | 2 +- betterproto2_compiler/pyproject.toml | 2 +- uv.lock | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/betterproto2/pyproject.toml b/betterproto2/pyproject.toml index 5a46e70..5fe8de1 100644 --- a/betterproto2/pyproject.toml +++ b/betterproto2/pyproject.toml @@ -35,7 +35,7 @@ dev = [ ] test = [ "cachelib>=0.13.0", - "poethepoet>=0.47.1", + "poethepoet>=0.48.0", "pytest>=8.4.0", "pytest-asyncio>=1.0.0", "pytest-cov>=6.1.1", diff --git a/betterproto2_compiler/pyproject.toml b/betterproto2_compiler/pyproject.toml index 801fd3e..1e24edd 100644 --- a/betterproto2_compiler/pyproject.toml +++ b/betterproto2_compiler/pyproject.toml @@ -35,7 +35,7 @@ protoc-gen-python_betterproto2 = "betterproto2_compiler.plugin:main" dev = [ "buf-bin", "grpcio-tools>=1.54.2,<2", - "poethepoet>=0.47.1,<0.48", + "poethepoet>=0.48.0,<0.49", "pyright>=1.1.411,<2", "ipykernel>=6.29.5,<8", "ruff==0.15.20", diff --git a/uv.lock b/uv.lock index 536053f..8dac050 100644 --- a/uv.lock +++ b/uv.lock @@ -141,7 +141,7 @@ dev = [ ] test = [ { name = "cachelib", specifier = ">=0.13.0" }, - { name = "poethepoet", specifier = ">=0.47.1" }, + { name = "poethepoet", specifier = ">=0.48.0" }, { name = "pytest", specifier = ">=8.4.0" }, { name = "pytest-asyncio", specifier = ">=1.0.0" }, { name = "pytest-cov", specifier = ">=6.1.1" }, @@ -188,7 +188,7 @@ dev = [ { name = "buf-bin" }, { name = "grpcio-tools", specifier = ">=1.54.2,<2" }, { name = "ipykernel", specifier = ">=6.29.5,<8" }, - { name = "poethepoet", specifier = ">=0.47.1,<0.48" }, + { name = "poethepoet", specifier = ">=0.48.0,<0.49" }, { name = "pyright", specifier = ">=1.1.411,<2" }, { name = "ruff", specifier = "==0.15.20" }, ] @@ -1433,16 +1433,16 @@ wheels = [ [[package]] name = "poethepoet" -version = "0.47.1" +version = "0.48.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pastel" }, { name = "pyyaml" }, { name = "tomli", marker = "python_full_version < '3.11'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/08/8c/6e866f2dd70aa3339fd3cdcd16648612a11726ddf0b803f0602885e16bd1/poethepoet-0.47.1.tar.gz", hash = "sha256:bb27f9fbba161c5be11878ad0a6f64ff29b8a68851d1861e4bd30255b753da2a", size = 145618, upload-time = "2026-07-01T07:36:20.922Z" } +sdist = { url = "https://files.pythonhosted.org/packages/5c/92/93a4af9511b8c7c647874521d9e6c904266be98067c2ee1eb2e74520d208/poethepoet-0.48.0.tar.gz", hash = "sha256:a06f49d244fadfc2e2e7faa78b54e64a9694727e4ce1d50e08f23cea3ded74f1", size = 148679, upload-time = "2026-07-05T21:48:30.106Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/45/8f/6518a009dd017ff4c281cb62207bc6741638c93738f08fd27b3caaa1e725/poethepoet-0.47.1-py3-none-any.whl", hash = "sha256:1738b9f6f1dc2c5d61b3e620aa4a2e7b8c20bccef815c8bfb312ebf87464d671", size = 183474, upload-time = "2026-07-01T07:36:19.333Z" }, + { url = "https://files.pythonhosted.org/packages/59/8d/d7c9455b15f8d2d7ce57e7b71a8ef8d02d9992ae4283c9777120620c9022/poethepoet-0.48.0-py3-none-any.whl", hash = "sha256:98da6096d060f49b8d84034770265863fb7dc92a40233b7694b9d216ac68737d", size = 185808, upload-time = "2026-07-05T21:48:28.601Z" }, ] [[package]]