mirror of
https://github.com/rommapp/romm.git
synced 2026-06-27 22:35:57 +00:00
chore(deps): bump asyncssh from 2.22.0 to 2.23.0
Bumps [asyncssh](https://github.com/ronf/asyncssh) from 2.22.0 to 2.23.0. - [Changelog](https://github.com/ronf/asyncssh/blob/develop/docs/changes.rst) - [Commits](https://github.com/ronf/asyncssh/compare/v2.22.0...v2.23.0) --- updated-dependencies: - dependency-name: asyncssh dependency-version: 2.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -15,7 +15,7 @@ dependencies = [
|
||||
"SQLAlchemy[mariadb-connector,mysql-connector,postgresql-psycopg] ~= 2.0",
|
||||
"Unidecode ~= 1.3",
|
||||
"aiohttp~=3.13",
|
||||
"asyncssh ~= 2.17",
|
||||
"asyncssh~=2.23",
|
||||
"alembic ~= 1.16",
|
||||
"anyio ~= 4.4",
|
||||
"authlib~=1.6.12",
|
||||
|
||||
12
uv.lock
generated
12
uv.lock
generated
@@ -7,11 +7,11 @@ resolution-markers = [
|
||||
]
|
||||
|
||||
[options]
|
||||
exclude-newer = "2026-05-19T23:25:59.141495Z"
|
||||
exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included for backwards compatibility when using relative exclude-newer values.
|
||||
exclude-newer-span = "P7D"
|
||||
|
||||
[options.exclude-newer-package]
|
||||
starlette = "2026-05-23T04:00:00Z"
|
||||
starlette = "2026-05-23T00:00:00Z"
|
||||
|
||||
[[package]]
|
||||
name = "aiohappyeyeballs"
|
||||
@@ -176,15 +176,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]]
|
||||
@@ -2244,7 +2244,7 @@ requires-dist = [
|
||||
{ name = "aiohttp", specifier = "~=3.13" },
|
||||
{ name = "alembic", specifier = "~=1.16" },
|
||||
{ name = "anyio", specifier = "~=4.4" },
|
||||
{ name = "asyncssh", specifier = "~=2.17" },
|
||||
{ name = "asyncssh", specifier = "~=2.23" },
|
||||
{ name = "authlib", specifier = "~=1.6.12" },
|
||||
{ name = "colorama", specifier = "~=0.4" },
|
||||
{ name = "defusedxml", specifier = "~=0.7" },
|
||||
|
||||
Reference in New Issue
Block a user