Updated cryptography requirement

This commit is contained in:
Josiah Baldwin
2025-02-17 12:06:10 -08:00
parent 1a7714663a
commit 64dc5eccdf
4 changed files with 3 additions and 3 deletions

View File

@@ -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

Binary file not shown.

View File

@@ -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

View File

@@ -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