From 30488250c835a6c57bddb3daac5078effc32831d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 03:11:03 +0000 Subject: [PATCH] Bump cryptography from 36.0.2 to 39.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.2 to 39.0.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/36.0.2...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 43a8700..fee5ad2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ scapy==2.4.5 -cryptography==36.0.2 +cryptography==39.0.1 diff --git a/setup.py b/setup.py index c5c8d39..27bdf95 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ package_dir={'':'src'}, install_requires=[ "scapy==2.4.5", - "cryptography==36.0.2" + "cryptography==39.0.1" ], entry_points = { 'console_scripts': ['pywall=pywall.pywall:arguments'],