Fixed semvar for requirements

This commit is contained in:
Josiah Baldwin
2025-02-17 11:50:50 -08:00
parent 351f425ce5
commit 0a59edd19a
4 changed files with 9 additions and 9 deletions

View File

@@ -5,8 +5,8 @@ sphinx>=3.2.1
sphinx-jinja2-compat>=0.1.1 sphinx-jinja2-compat>=0.1.1
sphinx-toolbox>=2.16.0 sphinx-toolbox>=2.16.0
# sphinx_rtd_theme # sphinx_rtd_theme
cffi==1.17.1 cffi~=1.17.1
cryptography==43.0.3 cryptography~=43.0.3
pycparser==2.22 pycparser~=2.22
websockets==13.1 websockets~=14.2
enum_tools enum_tools

Binary file not shown.

View File

@@ -44,9 +44,9 @@ python_requires = >=3.8
# For more information, check out https://semver.org/. # For more information, check out https://semver.org/.
install_requires = install_requires =
importlib-metadata importlib-metadata
cryptography>=43.0.3 cryptography~=43.0.3
websockets>=13.1 websockets~=14.2
python-socks[asyncio] python-socks[asyncio]~=2.5.3
[options.packages.find] [options.packages.find]

View File

@@ -1,6 +1,6 @@
requests requests
pytest-asyncio pytest-asyncio
cffi==1.17.1 cffi==1.17.1
cryptography==43.0.3 cryptography~=43.0.3
pycparser==2.22 pycparser==2.22
websockets==13.1 websockets~=14.2