From a281271c328e63dbbfcc2bc9fd6a7617510475c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 06:30:17 +0000 Subject: [PATCH] chore(deps-dev): update poetry-core requirement from >=1.0.0 to >=2.3.2 Updates the requirements on [poetry-core](https://github.com/python-poetry/poetry-core) to permit the latest version. - [Release notes](https://github.com/python-poetry/poetry-core/releases) - [Changelog](https://github.com/python-poetry/poetry-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-poetry/poetry-core/compare/1.0.0...2.3.2) --- updated-dependencies: - dependency-name: poetry-core dependency-version: 2.3.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7aa34f9..cab8c2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ Homepage = "https://github.com/ihmily/streamget" Source = "https://github.com/ihmily/streamget" [build-system] -requires = ["poetry-core>=1.0.0"] +requires = ["poetry-core>=2.3.2"] build-backend = "poetry.core.masonry.api" [project.scripts]