diff --git a/uv.lock b/uv.lock index d3a930057eac..9c1ee08b136d 100644 --- a/uv.lock +++ b/uv.lock @@ -479,14 +479,14 @@ resolution-markers = [ "platform_python_implementation == 'PyPy' and sys_platform == 'win32'", ] dependencies = [ - { name = "cbor2", marker = "platform_python_implementation == 'PyPy' and sys_platform == 'win32'" }, - { name = "cffi", marker = "platform_python_implementation == 'PyPy' and sys_platform == 'win32'" }, - { name = "cryptography", marker = "platform_python_implementation == 'PyPy' and sys_platform == 'win32'" }, - { name = "hyperlink", marker = "platform_python_implementation == 'PyPy' and sys_platform == 'win32'" }, - { name = "py-ubjson", marker = "platform_python_implementation == 'PyPy' and sys_platform == 'win32'" }, - { name = "txaio", marker = "platform_python_implementation == 'PyPy' and sys_platform == 'win32'" }, - { name = "u-msgpack-python", marker = "platform_python_implementation == 'PyPy' and sys_platform == 'win32'" }, - { name = "ujson", marker = "platform_python_implementation == 'PyPy' and sys_platform == 'win32'" }, + { name = "cbor2" }, + { name = "cffi" }, + { name = "cryptography" }, + { name = "hyperlink" }, + { name = "py-ubjson" }, + { name = "txaio" }, + { name = "u-msgpack-python" }, + { name = "ujson" }, ] sdist = { url = "https://files.pythonhosted.org/packages/54/d5/9adf0f5b9eb244e58e898e9f3db4b00c09835ef4b6c37d491886e0376b4f/autobahn-25.12.2.tar.gz", hash = "sha256:754c06a54753aeb7e8d10c5cbf03249ad9e2a1a32bca8be02865c6f00628a98c", size = 13893652, upload-time = "2025-12-15T11:13:19.086Z" } wheels = [ @@ -501,14 +501,14 @@ resolution-markers = [ "platform_python_implementation != 'PyPy' or sys_platform != 'win32'", ] dependencies = [ - { name = "cbor2", marker = "platform_python_implementation != 'PyPy' or sys_platform != 'win32'" }, - { name = "cffi", marker = "platform_python_implementation != 'PyPy' or sys_platform != 'win32'" }, - { name = "cryptography", marker = "platform_python_implementation != 'PyPy' or sys_platform != 'win32'" }, - { name = "hyperlink", marker = "platform_python_implementation != 'PyPy' or sys_platform != 'win32'" }, + { name = "cbor2" }, + { name = "cffi" }, + { name = "cryptography" }, + { name = "hyperlink" }, { name = "msgpack", marker = "platform_python_implementation == 'CPython'" }, - { name = "txaio", marker = "platform_python_implementation != 'PyPy' or sys_platform != 'win32'" }, - { name = "u-msgpack-python", marker = "(platform_python_implementation != 'CPython' and platform_python_implementation != 'PyPy') or (platform_python_implementation != 'CPython' and sys_platform != 'win32')" }, - { name = "ujson", marker = "platform_python_implementation != 'PyPy' or sys_platform != 'win32'" }, + { name = "txaio" }, + { name = "u-msgpack-python", marker = "platform_python_implementation != 'CPython'" }, + { name = "ujson" }, ] sdist = { url = "https://files.pythonhosted.org/packages/16/47/f0321f2465025fe6b2e4ebcbe2a46838e701f0865894838fe13f4128d131/autobahn-26.6.2.tar.gz", hash = "sha256:51c96b778c739f0a3e78aaea4beba4df05db9092267c7813a7d13c643cbc28f7", size = 14041630, upload-time = "2026-06-19T15:11:41.215Z" } wheels = [ @@ -1778,15 +1778,15 @@ wheels = [ [[package]] name = "h2" -version = "4.3.0" +version = "4.4.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "hpack" }, { name = "hyperframe" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/1d/17/afa56379f94ad0fe8defd37d6eb3f89a25404ffc71d4d848893d270325fc/h2-4.3.0.tar.gz", hash = "sha256:6c59efe4323fa18b47a632221a1888bd7fde6249819beda254aeca909f221bf1", size = 2152026, upload-time = "2025-08-23T18:12:19.778Z" } +sdist = { url = "https://files.pythonhosted.org/packages/e7/85/7c366e69d84c17bb778fe41419e1fbcce3033d5b7ce29bbffff0a98b859f/h2-4.4.1.tar.gz", hash = "sha256:4e866ffb1a869ae14dd9b5e6beb5c24a13da0495ad72b65925ded182521c1516", size = 2157281, upload-time = "2026-08-03T11:45:09.509Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/69/b2/119f6e6dcbd96f9069ce9a2665e0146588dc9f88f29549711853645e736a/h2-4.3.0-py3-none-any.whl", hash = "sha256:c438f029a25f7945c69e0ccf0fb951dc3f73a5f6412981daee861431b70e2bdd", size = 61779, upload-time = "2025-08-23T18:12:17.779Z" }, + { url = "https://files.pythonhosted.org/packages/7e/22/e85faf23bd72a92d1921e37d674ca56eb298a3c8be31fdecef0ff2b3aaac/h2-4.4.1-py3-none-any.whl", hash = "sha256:0e25f1462b23c9cb82d9eb02e28bc706dac2a68cb457c6a0d74d63c8a2a5d0e6", size = 62636, upload-time = "2026-08-03T11:44:59.164Z" }, ] [[package]]