From aa41909f5322bdbe8f94c5e99a9e55aedcb9d50b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:53:39 +0000 Subject: [PATCH] Bump pyproject-hooks from 1.0.0 to 1.2.0 Bumps [pyproject-hooks](https://github.com/pypa/pyproject-hooks) from 1.0.0 to 1.2.0. - [Changelog](https://github.com/pypa/pyproject-hooks/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/pyproject-hooks/compare/v1.0.0...v1.2.0) --- updated-dependencies: - dependency-name: pyproject-hooks dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1301ce2..69122d0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -62,7 +62,7 @@ pluggy==1.5.0 # via pytest pylint==3.0.3 # via wr-cloner (pyproject.toml) -pyproject-hooks==1.0.0 +pyproject-hooks==1.2.0 # via build pytest==8.1.1 # via wr-cloner (pyproject.toml)