From 9ace59fdb1e00b5ba0a28f5454e9188c7be4b0a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 05:14:28 +0000 Subject: [PATCH] deps(dependabot): bump the all-dependencies group across 1 directory with 3 updates Updates the requirements on [cryptography](https://github.com/pyca/cryptography), [setuptools](https://github.com/pypa/setuptools) 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 `setuptools` to 83.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v82.0.1...v83.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: 49.0.0 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5848299..745eeab 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 = [ @@ -48,8 +48,8 @@ powersecret = "hoverpower.secret:create_secret" [build-system] requires = [ - "setuptools>=82.0.1", - "wheel>=0.46.3", + "setuptools>=83.0.0", + "wheel>=0.47.0", ] build-backend = "setuptools.build_meta"