mirror of
https://github.com/HuFlungDu/pylibmeshctrl.git
synced 2026-02-20 13:42:11 +00:00
Updated cryptography requirement
This commit is contained in:
@@ -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
|
||||
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user