From e54eec8e31896faa1e52b7d730c116416c9772cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 05:17:20 +0000 Subject: [PATCH] Bump pyproject-hooks from 1.0.0 to 1.1.0 Bumps [pyproject-hooks](https://github.com/pypa/pyproject-hooks) from 1.0.0 to 1.1.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.1.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 45174911572..6d61cc9908a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -36,7 +36,7 @@ platformdirs==4.2.1 ; python_version >= '3.7' pylint==3.1.0 -pyproject-hooks==1.0.0 ; python_version >= '3.7' +pyproject-hooks==1.1.0 ; python_version >= '3.7' setuptools==69.5.1