From 64dc5eccdf3641574021931c7c5fb8f12bea9f8e Mon Sep 17 00:00:00 2001 From: Josiah Baldwin Date: Mon, 17 Feb 2025 12:06:10 -0800 Subject: [PATCH] Updated cryptography requirement --- docs/requirements.txt | 2 +- requirements.txt | Bin 138 -> 138 bytes setup.cfg | 2 +- tests/requirements.txt | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a1fcb4f..ecf7317 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,7 +6,7 @@ sphinx-jinja2-compat>=0.1.1 sphinx-toolbox>=2.16.0 # sphinx_rtd_theme cffi~=1.17.1 -cryptography~=43.0.3 +cryptography~=44.0.1 pycparser~=2.22 websockets~=14.2 enum_tools \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 729624a09802fc0c425f8c2987557931e1d38e6c..0449e97c8dbe4ed604f13976c4549ad5b4de8cd4 100644 GIT binary patch delta 19 YcmeBT>|>z-hvu$6x@&h7&at0Vq5J+yDRo delta 19 YcmeBT>|>z-i2&$6x@&#uGIY0Vp^F-2eap diff --git a/setup.cfg b/setup.cfg index 759a70e..7117231 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,7 @@ python_requires = >=3.8 # For more information, check out https://semver.org/. install_requires = importlib-metadata - cryptography~=43.0.3 + cryptography~=44.0.1 websockets~=14.2 python-socks[asyncio]~=2.5.3 diff --git a/tests/requirements.txt b/tests/requirements.txt index 715c093..c6afd10 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,6 +1,6 @@ requests pytest-asyncio cffi==1.17.1 -cryptography~=43.0.3 +cryptography~=44.0.1 pycparser==2.22 websockets~=14.2 \ No newline at end of file