diff --git a/pyproject.toml b/pyproject.toml index e86c329..3289d17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = {text = "MIT"} requires-python = "~=3.14.0" dependencies = [ "pydis-core[voice]==11.9.2", - "asyncssh==2.22.0", + "asyncssh==2.23.0", "audioop-lts==0.2.2", "beautifulsoup4==4.14.3", "cryptography>=48.0.0", diff --git a/uv.lock b/uv.lock index 21f0476..de7903b 100644 --- a/uv.lock +++ b/uv.lock @@ -118,15 +118,15 @@ wheels = [ [[package]] name = "asyncssh" -version = "2.22.0" +version = "2.23.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "cryptography" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/fc/d5/957886c316466349d55c4de6a688a10a98295c0b4429deb8db1a17f3eb19/asyncssh-2.22.0.tar.gz", hash = "sha256:c3ce72b01be4f97b40e62844dd384227e5ff5a401a3793007c42f86a5c8eb537", size = 540523, upload-time = "2025-12-21T23:38:30.5Z" } +sdist = { url = "https://files.pythonhosted.org/packages/ee/fd/c34fe7e30838b4b9cc91903da26a62c6d33b673c731b3d951fcd70ab1889/asyncssh-2.23.0.tar.gz", hash = "sha256:8c54760953c1f2cf282591bcba5c8c70efc48d645bbf26bd2307a9c66a0ed1a7", size = 542154, upload-time = "2026-05-09T03:15:01.856Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ed/ae/0da2f2214fc183338af1afe5a103a2052fd03464e8eafbd827abff58a4d0/asyncssh-2.22.0-py3-none-any.whl", hash = "sha256:d16465ccdf1ed20eba1131b14415b155e047f6f5be0d19f39c2e0b61331ee0e7", size = 374938, upload-time = "2025-12-21T23:38:28.976Z" }, + { url = "https://files.pythonhosted.org/packages/ff/b5/b1a3979f4840d1271ca8e0978dbccfb18ad2d33b4ece85cf77122fb46e5f/asyncssh-2.23.0-py3-none-any.whl", hash = "sha256:14108bfdaae17457f0c1841e883ad934271bbfdd46458aa4c4d0973451940ad0", size = 375687, upload-time = "2026-05-09T03:15:00.221Z" }, ] [[package]] @@ -612,7 +612,7 @@ dev = [ [package.metadata] requires-dist = [ - { name = "asyncssh", specifier = "==2.22.0" }, + { name = "asyncssh", specifier = "==2.23.0" }, { name = "audioop-lts", specifier = "==0.2.2" }, { name = "beautifulsoup4", specifier = "==4.14.3" }, { name = "bonsai", marker = "extra == 'ldap'", specifier = ">=1.5.3,<2.0.0" },