From ef426cb646310c29e19928601155edb18af4e665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 06:38:38 +0000 Subject: [PATCH] chore(deps-dev): bump pyproject-hooks from 1.1.0 to 1.2.0 Bumps [pyproject-hooks](https://github.com/pypa/pyproject-hooks) from 1.1.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.1.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 82fa9f79..ceb2d759 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -76,7 +76,7 @@ pyjwt[crypto]==2.9.0 ; python_version >= '3.7' pylint==3.2.7 -pyproject-hooks==1.1.0 ; python_version >= '3.7' +pyproject-hooks==1.2.0 ; python_version >= '3.7' pytest==8.3.4