diff --git a/docs/requirements.txt b/docs/requirements.txt index 96865ff..af446ea 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~=44.0.1 pycparser~=2.22 -websockets~=15.0.0 -enum_tools \ No newline at end of file +enum_tools +cryptography~=46.0.5 +websockets~=16.0.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index cabe955..6b15520 100644 Binary files a/requirements.txt and b/requirements.txt differ diff --git a/setup.cfg b/setup.cfg index ce7c3f8..3a52f2d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,9 +44,9 @@ python_requires = >=3.8 # For more information, check out https://semver.org/. install_requires = importlib-metadata - cryptography~=44.0.1 - websockets~=15.0.0 - python-socks[asyncio]~=2.5.3 + cryptography~=46.0.5 + websockets~=16.0.0 + python-socks[asyncio]~=2.8.1 [options.packages.find] diff --git a/tests/requirements.txt b/tests/requirements.txt index 539d7da..3d09427 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,6 +1,6 @@ requests pytest-asyncio cffi==1.17.1 -cryptography~=44.0.1 pycparser==2.22 -websockets~=15.0.0 \ No newline at end of file +cryptography~=46.0.5 +websockets~=16.0.0 \ No newline at end of file