From e4190b244dccd82c724fc5fa7782928faf5f8664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 17:14:05 +0000 Subject: [PATCH] chore(deps): bump asyncssh from 2.23.0 to 2.23.1 Bumps [asyncssh](https://github.com/ronf/asyncssh) from 2.23.0 to 2.23.1. - [Changelog](https://github.com/ronf/asyncssh/blob/develop/docs/changes.rst) - [Commits](https://github.com/ronf/asyncssh/compare/v2.23.0...v2.23.1) --- updated-dependencies: - dependency-name: asyncssh dependency-version: 2.23.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/pythinker-host/pyproject.toml | 2 +- uv.lock | 118 ++++++++++++------------- 2 files changed, 60 insertions(+), 60 deletions(-) diff --git a/packages/pythinker-host/pyproject.toml b/packages/pythinker-host/pyproject.toml index 467ae4349..0cffdb6b9 100644 --- a/packages/pythinker-host/pyproject.toml +++ b/packages/pythinker-host/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] dependencies = [ "aiofiles>=24.0,<26.0", - "asyncssh==2.23.0", + "asyncssh==2.23.1", ] [project.urls] diff --git a/uv.lock b/uv.lock index 7a5d169e9..bce18237f 100644 --- a/uv.lock +++ b/uv.lock @@ -162,8 +162,8 @@ name = "aiohttp-jinja2" version = "1.6" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "aiohttp", marker = "python_full_version >= '3.14'" }, - { name = "jinja2", marker = "python_full_version >= '3.14'" }, + { name = "aiohttp" }, + { name = "jinja2" }, ] sdist = { url = "https://files.pythonhosted.org/packages/e6/39/da5a94dd89b1af7241fb7fc99ae4e73505b5f898b540b6aba6dc7afe600e/aiohttp-jinja2-1.6.tar.gz", hash = "sha256:a3a7ff5264e5bca52e8ae547bbfd0761b72495230d438d05b6c0915be619b0e2", size = 53057, upload-time = "2023-11-18T15:30:52.559Z" } wheels = [ @@ -253,15 +253,15 @@ wheels = [ [[package]] name = "asyncssh" -version = "2.23.0" +version = "2.23.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "cryptography" }, { name = "typing-extensions" }, ] -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" } +sdist = { url = "https://files.pythonhosted.org/packages/a4/95/212d3d394f2a6ccb3f95056d3b9a7ce13c2f58503cbd6a38d037ef48cb13/asyncssh-2.23.1.tar.gz", hash = "sha256:d9dc3bc0206f3e4b5d80d1c0e6a24af2b4ad4beb556884c41fb2ad1c7ca3f44f", size = 542883, upload-time = "2026-06-07T14:15:18.832Z" } wheels = [ - { 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" }, + { url = "https://files.pythonhosted.org/packages/ef/94/9aa81bde40627af70388d634152e7c53e7533788e662b8093047501a1473/asyncssh-2.23.1-py3-none-any.whl", hash = "sha256:f68e55476d41253d785bcac9a90834ae5fdea0f417bd6d7182608bda248de88e", size = 376054, upload-time = "2026-06-07T14:15:17.375Z" }, ] [[package]] @@ -309,24 +309,24 @@ name = "batrachian-toad" version = "0.5.23" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "bashlex", marker = "python_full_version >= '3.14'" }, - { name = "click", marker = "python_full_version >= '3.14'" }, - { name = "gitpython", marker = "python_full_version >= '3.14'" }, - { name = "google-re2", marker = "python_full_version >= '3.14'" }, - { name = "httpx", marker = "python_full_version >= '3.14'" }, - { name = "notify-py", marker = "python_full_version >= '3.14'" }, - { name = "packaging", marker = "python_full_version >= '3.14'" }, - { name = "pathspec", marker = "python_full_version >= '3.14'" }, - { name = "platformdirs", marker = "python_full_version >= '3.14'" }, - { name = "pyperclip", marker = "python_full_version >= '3.14'" }, - { name = "rich", marker = "python_full_version >= '3.14'" }, - { name = "textual", extra = ["syntax"], marker = "python_full_version >= '3.14'" }, - { name = "textual-serve", marker = "python_full_version >= '3.14'" }, - { name = "textual-speedups", marker = "python_full_version >= '3.14'" }, - { name = "tree-sitter", marker = "python_full_version >= '3.14'" }, - { name = "typeguard", marker = "python_full_version >= '3.14'" }, - { name = "watchdog", marker = "python_full_version >= '3.14'" }, - { name = "xdg-base-dirs", marker = "python_full_version >= '3.14'" }, + { name = "bashlex" }, + { name = "click" }, + { name = "gitpython" }, + { name = "google-re2" }, + { name = "httpx" }, + { name = "notify-py" }, + { name = "packaging" }, + { name = "pathspec" }, + { name = "platformdirs" }, + { name = "pyperclip" }, + { name = "rich" }, + { name = "textual", extra = ["syntax"] }, + { name = "textual-serve" }, + { name = "textual-speedups" }, + { name = "tree-sitter" }, + { name = "typeguard" }, + { name = "watchdog" }, + { name = "xdg-base-dirs" }, ] sdist = { url = "https://files.pythonhosted.org/packages/12/ad/f52794145545b5146f29cad5b9d07e2a631666ef409f65f6fbc4cce4f3ab/batrachian_toad-0.5.23.tar.gz", hash = "sha256:f1045654924f308e24387c6ebbc057da127aef3183601e0c03c22fa72cd295ee", size = 1310094, upload-time = "2026-01-07T13:39:21.209Z" } wheels = [ @@ -948,7 +948,7 @@ name = "gitdb" version = "4.0.12" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "smmap", marker = "python_full_version >= '3.14'" }, + { name = "smmap" }, ] sdist = { url = "https://files.pythonhosted.org/packages/72/94/63b0fc47eb32792c7ba1fe1b694daec9a63620db1e313033d18140c2320a/gitdb-4.0.12.tar.gz", hash = "sha256:5ef71f855d191a3326fcfbc0d5da835f26b13fbcba60c32c21091c349ffdb571", size = 394684, upload-time = "2025-01-02T07:20:46.413Z" } wheels = [ @@ -960,7 +960,7 @@ name = "gitpython" version = "3.1.50" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "gitdb", marker = "python_full_version >= '3.14'" }, + { name = "gitdb" }, ] sdist = { url = "https://files.pythonhosted.org/packages/33/f6/354ae6491228b5eb40e10d89c4d13c651fe1cf7556e35ebdded50cff57ce/gitpython-3.1.50.tar.gz", hash = "sha256:80da2d12504d52e1f998772dc5baf6e553f8d2fcfe1fcc226c9d9a2ee3372dcc", size = 219798, upload-time = "2026-05-06T04:01:26.571Z" } wheels = [ @@ -1417,7 +1417,7 @@ name = "linkify-it-py" version = "2.1.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "uc-micro-py", marker = "python_full_version >= '3.14'" }, + { name = "uc-micro-py" }, ] sdist = { url = "https://files.pythonhosted.org/packages/2e/c9/06ea13676ef354f0af6169587ae292d3e2406e212876a413bf9eece4eb23/linkify_it_py-2.1.0.tar.gz", hash = "sha256:43360231720999c10e9328dc3691160e27a718e280673d444c38d7d3aaa3b98b", size = 29158, upload-time = "2026-03-01T07:48:47.683Z" } wheels = [ @@ -1560,7 +1560,7 @@ wheels = [ [package.optional-dependencies] linkify = [ - { name = "linkify-it-py", marker = "python_full_version >= '3.14'" }, + { name = "linkify-it-py" }, ] [[package]] @@ -1665,7 +1665,7 @@ name = "mdit-py-plugins" version = "0.6.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "markdown-it-py", marker = "python_full_version >= '3.14'" }, + { name = "markdown-it-py" }, ] sdist = { url = "https://files.pythonhosted.org/packages/59/fc/f8d0863f8862f25602c0404d75568e89fb6b4109804645e5cdfb1be5cf56/mdit_py_plugins-0.6.1.tar.gz", hash = "sha256:a2bca0f039f39dbd35fb74ae1b5f998608c437463371f0ff7f49a19a17a114d0", size = 56114, upload-time = "2026-05-13T09:03:38.91Z" } wheels = [ @@ -1812,8 +1812,8 @@ name = "notify-py" version = "0.3.43" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "jeepney", marker = "python_full_version >= '3.14' and sys_platform == 'linux'" }, - { name = "loguru", marker = "python_full_version >= '3.14'" }, + { name = "jeepney", marker = "sys_platform == 'linux'" }, + { name = "loguru" }, ] sdist = { url = "https://files.pythonhosted.org/packages/06/2b/fc68aeed5108185922c5469484e15c192dff01d61eddfab0c1c256e4f54c/notify_py-0.3.43.tar.gz", hash = "sha256:16ee146d48f16bae5dad233db66014a387efd2c6ed2c4caf1e08aef432070513", size = 648145, upload-time = "2024-06-05T14:40:38.487Z" } wheels = [ @@ -2721,7 +2721,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "aiofiles", specifier = ">=24.0,<26.0" }, - { name = "asyncssh", specifier = "==2.23.0" }, + { name = "asyncssh", specifier = "==2.23.1" }, ] [package.metadata.requires-dev] @@ -3414,12 +3414,12 @@ name = "textual" version = "8.2.7" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "markdown-it-py", extra = ["linkify"], marker = "python_full_version >= '3.14'" }, - { name = "mdit-py-plugins", marker = "python_full_version >= '3.14'" }, - { name = "platformdirs", marker = "python_full_version >= '3.14'" }, - { name = "pygments", marker = "python_full_version >= '3.14'" }, - { name = "rich", marker = "python_full_version >= '3.14'" }, - { name = "typing-extensions", marker = "python_full_version >= '3.14'" }, + { name = "markdown-it-py", extra = ["linkify"] }, + { name = "mdit-py-plugins" }, + { name = "platformdirs" }, + { name = "pygments" }, + { name = "rich" }, + { name = "typing-extensions" }, ] sdist = { url = "https://files.pythonhosted.org/packages/9b/7a/c519db0aba5024f86e71e9631810bfdd6866ed2c8695bd7fa34b90e7ef59/textual-8.2.7.tar.gz", hash = "sha256:658f568ff81e30ed43890c3e07520390e5cf1b4763822006e060656b0a88f105", size = 1859249, upload-time = "2026-05-19T10:52:49.531Z" } wheels = [ @@ -3428,22 +3428,22 @@ wheels = [ [package.optional-dependencies] syntax = [ - { name = "tree-sitter", marker = "python_full_version >= '3.14'" }, - { name = "tree-sitter-bash", marker = "python_full_version >= '3.14'" }, - { name = "tree-sitter-css", marker = "python_full_version >= '3.14'" }, - { name = "tree-sitter-go", marker = "python_full_version >= '3.14'" }, - { name = "tree-sitter-html", marker = "python_full_version >= '3.14'" }, - { name = "tree-sitter-java", marker = "python_full_version >= '3.14'" }, - { name = "tree-sitter-javascript", marker = "python_full_version >= '3.14'" }, - { name = "tree-sitter-json", marker = "python_full_version >= '3.14'" }, - { name = "tree-sitter-markdown", marker = "python_full_version >= '3.14'" }, - { name = "tree-sitter-python", marker = "python_full_version >= '3.14'" }, - { name = "tree-sitter-regex", marker = "python_full_version >= '3.14'" }, - { name = "tree-sitter-rust", marker = "python_full_version >= '3.14'" }, - { name = "tree-sitter-sql", marker = "python_full_version >= '3.14'" }, - { name = "tree-sitter-toml", marker = "python_full_version >= '3.14'" }, - { name = "tree-sitter-xml", marker = "python_full_version >= '3.14'" }, - { name = "tree-sitter-yaml", marker = "python_full_version >= '3.14'" }, + { name = "tree-sitter" }, + { name = "tree-sitter-bash" }, + { name = "tree-sitter-css" }, + { name = "tree-sitter-go" }, + { name = "tree-sitter-html" }, + { name = "tree-sitter-java" }, + { name = "tree-sitter-javascript" }, + { name = "tree-sitter-json" }, + { name = "tree-sitter-markdown" }, + { name = "tree-sitter-python" }, + { name = "tree-sitter-regex" }, + { name = "tree-sitter-rust" }, + { name = "tree-sitter-sql" }, + { name = "tree-sitter-toml" }, + { name = "tree-sitter-xml" }, + { name = "tree-sitter-yaml" }, ] [[package]] @@ -3451,11 +3451,11 @@ name = "textual-serve" version = "1.1.3" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "aiohttp", marker = "python_full_version >= '3.14'" }, - { name = "aiohttp-jinja2", marker = "python_full_version >= '3.14'" }, - { name = "jinja2", marker = "python_full_version >= '3.14'" }, - { name = "rich", marker = "python_full_version >= '3.14'" }, - { name = "textual", marker = "python_full_version >= '3.14'" }, + { name = "aiohttp" }, + { name = "aiohttp-jinja2" }, + { name = "jinja2" }, + { name = "rich" }, + { name = "textual" }, ] sdist = { url = "https://files.pythonhosted.org/packages/c2/7e/62fecc552853ec6a178cb1faa2d6f73b34d5512924770e7b08b58ff14148/textual_serve-1.1.3.tar.gz", hash = "sha256:f8f636ae2f5fd651b79d965473c3e9383d3521cdf896f9bc289709185da3f683", size = 448340, upload-time = "2025-11-01T16:22:36.723Z" } wheels = [ @@ -3867,7 +3867,7 @@ name = "typeguard" version = "4.5.2" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions", marker = "python_full_version >= '3.14'" }, + { name = "typing-extensions" }, ] sdist = { url = "https://files.pythonhosted.org/packages/67/1c/dfba5c4633cafc4c701f237d2ba63b416805047fd6d96aab4cfc40969f98/typeguard-4.5.2.tar.gz", hash = "sha256:5a16dcac23502039299c97c8941651bc33d7ea8cc4b2f7d6bbb1b528f6eea423", size = 80240, upload-time = "2026-05-14T12:59:40.857Z" } wheels = [