From 3265c199ff3cd0f78a9db7af46491043323989cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 21:49:34 +0000 Subject: [PATCH] build(deps): bump sqlparse from 0.5.5 to 0.6.0 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.5 to 0.6.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.5...0.6.0) --- updated-dependencies: - dependency-name: sqlparse dependency-version: 0.6.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- uv.lock | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/uv.lock b/uv.lock index d3a930057eac..c2ca5fef3410 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 = [ @@ -3507,11 +3507,11 @@ wheels = [ [[package]] name = "sqlparse" -version = "0.5.5" +version = "0.6.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/90/76/437d71068094df0726366574cf3432a4ed754217b436eb7429415cf2d480/sqlparse-0.5.5.tar.gz", hash = "sha256:e20d4a9b0b8585fdf63b10d30066c7c94c5d7a7ec47c889a2d83a3caa93ff28e", size = 120815, upload-time = "2025-12-19T07:17:45.073Z" } +sdist = { url = "https://files.pythonhosted.org/packages/5f/d3/3f06a1006f2261d1342aefb3c71eed02f5d4ca5bdbecd86ebc12ad38306e/sqlparse-0.6.0.tar.gz", hash = "sha256:113c35c75365ab9cc9c7231d68c6428fb11c085fc8e9eb1ad659b7ddbf6cd2b9", size = 178477, upload-time = "2026-08-13T19:16:06.396Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/49/4b/359f28a903c13438ef59ebeee215fb25da53066db67b305c125f1c6d2a25/sqlparse-0.5.5-py3-none-any.whl", hash = "sha256:12a08b3bf3eec877c519589833aed092e2444e68240a3577e8e26148acc7b1ba", size = 46138, upload-time = "2025-12-19T07:17:46.573Z" }, + { url = "https://files.pythonhosted.org/packages/d9/50/f00935da0ec7cbf325f8dc4f772ae46fbc7b672dd62876e73f0a94adda57/sqlparse-0.6.0-py3-none-any.whl", hash = "sha256:b861c0288ce2fa56209a9a6412d2e066ac664b3873b89c26c9d8415e8e32996f", size = 50070, upload-time = "2026-08-13T19:16:04.062Z" }, ] [[package]]