From 4deb8215f08fc34324dd7a0b5076e1a631ec1881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 11:44:45 +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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index cc09769..5afeeaf 100644 --- a/requirements.in +++ b/requirements.in @@ -29,7 +29,7 @@ pycparser==2.21 pycryptodomex==3.20.0 pyflakes==3.2.0 PyNaCl==1.5.0 -pyproject_hooks==1.0.0 +pyproject_hooks==1.1.0 rcssmin==1.1.1 requests==2.31.0 rjsmin==1.2.1 diff --git a/requirements.txt b/requirements.txt index 6b94684..65af7e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -112,7 +112,7 @@ pynacl==1.5.0 # via # -r requirements.in # paramiko -pyproject-hooks==1.0.0 +pyproject-hooks==1.1.0 # via # -r requirements.in # build