From 50f645318d9e67aa6805b7496d15548e4ccf55ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 14:01:23 +0000 Subject: [PATCH] pip prod(deps): bump the pip group with 2 updates Bumps the pip group with 2 updates: [cryptography](https://github.com/pyca/cryptography) and [wheel](https://github.com/pypa/wheel). Updates `cryptography` from 39.0.1 to 42.0.4 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.1...42.0.4) Updates `wheel` from 0.37.1 to 0.38.1 - [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.37.1...0.38.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production dependency-group: pip - dependency-name: wheel dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- requirements-tunnel.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 61153d0d62..cf01dce725 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,4 +1,4 @@ -wheel==0.37.1 +wheel==0.38.1 python-coveralls==2.9.3 coverage==6.2; python_version < '3.11' coverage==7.4.4; python_version >= '3.11' diff --git a/requirements-tunnel.txt b/requirements-tunnel.txt index c80a8cde89..5a304ec313 100644 --- a/requirements-tunnel.txt +++ b/requirements-tunnel.txt @@ -3,4 +3,4 @@ paramiko==3.4.0; python_version >= '3.11' types-paramiko==2.11.3; python_version < '3.11' types-paramiko==3.4.0.20240311; python_version >= '3.11' cryptography==36.0.2; python_version <= '3.6' -cryptography==39.0.1; python_version > '3.6' +cryptography==42.0.4; python_version > '3.6'