From 5975e145a76c2cf6e4991f9ba21a27e5782dca2d Mon Sep 17 00:00:00 2001 From: Josiah Baldwin Date: Wed, 18 Feb 2026 15:27:56 -0800 Subject: [PATCH] Bumped some lib versions --- docs/requirements.txt | 6 +++--- requirements.txt | Bin 142 -> 142 bytes setup.cfg | 6 +++--- tests/requirements.txt | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) 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 cabe955a5ca2237afd87ccd603c18dd33879708b..6b15520bb73bc7a4dc1b30c88add74ce3c3beb5f 100644 GIT binary patch delta 31 jcmeBU>|>muz-h*y$6x@&rV};g8O!CW48sB delta 31 jcmeBU>|>muz-hvu$6x@&h7&dA8BHg8+OwGgdBzL?V=e`a 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