From bdf9d623541e6d548bfbddd5e63714a94fc3739e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 05:14:05 +0000 Subject: [PATCH] deps(dependabot): bump the all-dependencies group across 1 directory with 2 updates Updates the requirements on [cryptography](https://github.com/pyca/cryptography) and [wheel](https://github.com/pypa/wheel) to permit the latest version. Updates `cryptography` to 49.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/38.0.0...49.0.0) Updates `wheel` to 0.47.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.46.3...0.47.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: wheel dependency-version: 0.47.0 dependency-type: direct:development dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5848299..cae2d2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "resinf>=1.0.4,<2.0.0", "jamer>=1.0.2,<2.0.0", "utilo>=2.109.0,<3.0.0", - "cryptography>=38.0.0,<49.0.0", + "cryptography>=49.0.0,<50.0.0", ] keywords = [] classifiers = [ @@ -49,7 +49,7 @@ powersecret = "hoverpower.secret:create_secret" [build-system] requires = [ "setuptools>=82.0.1", - "wheel>=0.46.3", + "wheel>=0.47.0", ] build-backend = "setuptools.build_meta"