Bumped some lib versions

This commit is contained in:
Josiah Baldwin
2026-02-18 15:27:56 -08:00
parent cd6707a279
commit 5975e145a7
4 changed files with 8 additions and 8 deletions

View File

@@ -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
enum_tools
cryptography~=46.0.5
websockets~=16.0.0

Binary file not shown.

View File

@@ -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]

View File

@@ -1,6 +1,6 @@
requests
pytest-asyncio
cffi==1.17.1
cryptography~=44.0.1
pycparser==2.22
websockets~=15.0.0
cryptography~=46.0.5
websockets~=16.0.0