From 0a59edd19ad8e271551f754f58c3252356bfb98f Mon Sep 17 00:00:00 2001 From: Josiah Baldwin Date: Mon, 17 Feb 2025 11:50:50 -0800 Subject: [PATCH] Fixed semvar for requirements --- docs/requirements.txt | 8 ++++---- requirements.txt | Bin 96 -> 138 bytes setup.cfg | 6 +++--- tests/requirements.txt | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c31abb7..a1fcb4f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,8 +5,8 @@ sphinx>=3.2.1 sphinx-jinja2-compat>=0.1.1 sphinx-toolbox>=2.16.0 # sphinx_rtd_theme -cffi==1.17.1 -cryptography==43.0.3 -pycparser==2.22 -websockets==13.1 +cffi~=1.17.1 +cryptography~=43.0.3 +pycparser~=2.22 +websockets~=14.2 enum_tools \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 369fb1d9b19b3970b382a449476db1cfdd8f5510..729624a09802fc0c425f8c2987557931e1d38e6c 100644 GIT binary patch delta 75 zcmYf3Vw@mlT*qL`V8UR`pvPbU#KsJ~3|tK54555zSBa!kRR0PP?QD*ylh delta 32 mcmeBTOqd`g&db2XP|lFbki<~Tkk63JkPT#)FceSp)dv7=)CUUy diff --git a/setup.cfg b/setup.cfg index a8962e2..759a70e 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>=43.0.3 - websockets>=13.1 - python-socks[asyncio] + cryptography~=43.0.3 + websockets~=14.2 + python-socks[asyncio]~=2.5.3 [options.packages.find] diff --git a/tests/requirements.txt b/tests/requirements.txt index 15de8b1..715c093 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~=43.0.3 pycparser==2.22 -websockets==13.1 \ No newline at end of file +websockets~=14.2 \ No newline at end of file