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 729624a..0449e97 100644 Binary files a/requirements.txt and b/requirements.txt differ 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