From abca22acfe45772e8b921c0a6e4fe767b370f61f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 15:52:27 +0000 Subject: [PATCH] build(deps-dev): bump jupysql from 0.10.14 to 0.11.1 Bumps [jupysql](https://github.com/ploomber/jupysql) from 0.10.14 to 0.11.1. - [Changelog](https://github.com/ploomber/jupysql/blob/master/CHANGELOG.md) - [Commits](https://github.com/ploomber/jupysql/compare/0.10.14...0.11.1) --- updated-dependencies: - dependency-name: jupysql dependency-version: 0.11.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 51 +++++++++++++++++++++++++++++++++----------------- pyproject.toml | 2 +- 2 files changed, 35 insertions(+), 18 deletions(-) diff --git a/poetry.lock b/poetry.lock index 75d5eaf23..dd90c8706 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "attrs" @@ -93,7 +93,7 @@ description = "Cross-platform colored terminal text." optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" groups = ["dev"] -markers = "sys_platform == \"win32\" or platform_system == \"Windows\"" +markers = "platform_system == \"Windows\" or sys_platform == \"win32\"" files = [ {file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"}, {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"}, @@ -242,7 +242,7 @@ description = "Backport of PEP 654 (exception groups)" optional = false python-versions = ">=3.7" groups = ["dev"] -markers = "python_version <= \"3.10\"" +markers = "python_version < \"3.11\"" files = [ {file = "exceptiongroup-1.0.4-py3-none-any.whl", hash = "sha256:542adf9dea4055530d6e1279602fa5cb11dab2395fa650b8674eaec35fc4a828"}, {file = "exceptiongroup-1.0.4.tar.gz", hash = "sha256:bd14967b79cd9bdb54d97323216f8fdf533e278df937aa2a90089e7d6e06e5ec"}, @@ -398,7 +398,7 @@ description = "A library for property-based testing" optional = false python-versions = ">=3.9" groups = ["dev"] -markers = "python_version < \"3.10\"" +markers = "python_version == \"3.9\"" files = [ {file = "hypothesis-6.141.1-py3-none-any.whl", hash = "sha256:a5b3c39c16d98b7b4c3c5c8d4262e511e3b2255e6814ced8023af49087ad60b3"}, {file = "hypothesis-6.141.1.tar.gz", hash = "sha256:8ef356e1e18fbeaa8015aab3c805303b7fe4b868e5b506e87ad83c0bf951f46f"}, @@ -534,14 +534,14 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jupysql" -version = "0.10.14" +version = "0.11.1" description = "Better SQL in Jupyter" optional = false python-versions = "*" groups = ["dev"] files = [ - {file = "jupysql-0.10.14-py3-none-any.whl", hash = "sha256:60900f6ad10966fceceecc100b2022a8d7d28d6d677e15c9b4fc060de6530ecb"}, - {file = "jupysql-0.10.14.tar.gz", hash = "sha256:984458fdb315e1b885b10dc3dfdc5b5cc3529cdde54377b2678de7b27d331491"}, + {file = "jupysql-0.11.1-py3-none-any.whl", hash = "sha256:a97dcaeb1141d878498284d0633050e4b31872a14bfdf551be7cda993513474d"}, + {file = "jupysql-0.11.1.tar.gz", hash = "sha256:88f2461b11abaa963c0fcb68b2bc30382dd5c10f33cdc4feee0a7ac49accb0c3"}, ] [package.dependencies] @@ -549,14 +549,14 @@ ipython-genutils = ">=0.1.0" jinja2 = "*" jupysql-plugin = ">=0.4.2" ploomber-core = ">=0.2.7" -prettytable = "*" +prettytable = ">=3.12.0" sqlalchemy = "*" sqlglot = ">=11.3.7" sqlparse = "*" [package.extras] dev = ["black", "duckdb (<1.1.0)", "duckdb-engine", "flake8", "invoke", "ipywidgets", "js2py", "jupyter-server", "matplotlib (==3.7.2)", "pandas (<2.2.0)", "pkgmt", "polars (==0.17.2)", "psutil", "pyarrow", "pyodbc", "pytest", "twine"] -integration = ["black", "clickhouse-sqlalchemy", "dockerctx", "duckdb (<1.1.0)", "duckdb-engine", "flake8", "grpcio-status", "invoke", "ipywidgets", "js2py", "jupyter-server", "matplotlib (==3.7.2)", "oracledb", "pandas (<2.2.0)", "pgspecial (==2.0.1)", "pkgmt", "polars (==0.17.2)", "psutil", "psycopg2-binary", "pyarrow", "pymysql", "pyodbc", "pyspark", "pytest", "python-tds", "redshift-connector", "snowflake-sqlalchemy", "sqlalchemy-pytds", "sqlalchemy-redshift", "twine"] +integration = ["black", "clickhouse-sqlalchemy", "dockerctx", "duckdb (<1.1.0)", "duckdb-engine", "flake8", "grpcio-status", "invoke", "ipywidgets", "js2py", "jupyter-server", "matplotlib (==3.7.2)", "oracledb", "pandas (<2.2.0)", "pgspecial (==2.0.1)", "pkgmt", "polars (==0.17.2)", "psutil", "psycopg2-binary", "pyarrow", "pyarrow", "pymysql", "pyodbc", "pyodbc", "pyspark", "pytest", "python-tds", "redshift-connector", "snowflake-sqlalchemy", "sqlalchemy-pytds", "sqlalchemy-redshift", "twine"] [[package]] name = "jupysql-plugin" @@ -958,17 +958,22 @@ virtualenv = ">=20.10.0" [[package]] name = "prettytable" -version = "0.7.2" -description = "A simple Python library for easily displaying tabular data in a visually appealing ASCII table format." +version = "3.16.0" +description = "A simple Python library for easily displaying tabular data in a visually appealing ASCII table format" optional = false -python-versions = "*" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "prettytable-0.7.2.tar.bz2", hash = "sha256:853c116513625c738dc3ce1aee148b5b5757a86727e67eff6502c7ca59d43c36"}, - {file = "prettytable-0.7.2.tar.gz", hash = "sha256:2d5460dc9db74a32bcc8f9f67de68b2c4f4d2f01fa3bd518764c69156d9cacd9"}, - {file = "prettytable-0.7.2.zip", hash = "sha256:a53da3b43d7a5c229b5e3ca2892ef982c46b7923b51e98f0db49956531211c4f"}, + {file = "prettytable-3.16.0-py3-none-any.whl", hash = "sha256:b5eccfabb82222f5aa46b798ff02a8452cf530a352c31bddfa29be41242863aa"}, + {file = "prettytable-3.16.0.tar.gz", hash = "sha256:3c64b31719d961bf69c9a7e03d0c1e477320906a98da63952bc6698d6164ff57"}, ] +[package.dependencies] +wcwidth = "*" + +[package.extras] +tests = ["pytest", "pytest-cov", "pytest-lazy-fixtures"] + [[package]] name = "pyarrow" version = "21.0.0" @@ -1047,7 +1052,7 @@ description = "A python implementation of GNU readline." optional = false python-versions = ">=3.8" groups = ["devtools"] -markers = "platform_system == \"Windows\" and python_version < \"3.13\"" +markers = "python_version < \"3.13\" and platform_system == \"Windows\"" files = [ {file = "pyreadline3-3.5.4-py3-none-any.whl", hash = "sha256:eaf8e6cc3c49bcccf145fc6067ba8643d1df34d604a1ec0eccbf7a18e6d3fae6"}, {file = "pyreadline3-3.5.4.tar.gz", hash = "sha256:8d57d53039a1c75adba8e50dd3d992b28143480816187ea5efbd5c78e6c885b7"}, @@ -1481,7 +1486,19 @@ platformdirs = ">=3.9.1,<5" docs = ["furo (>=2023.7.26)", "proselint (>=0.13)", "sphinx (>=7.1.2,!=7.3)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"] test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7)", "packaging (>=23.1)", "pytest (>=7.4)", "pytest-env (>=0.8.2)", "pytest-freezer (>=0.4.8) ; platform_python_implementation == \"PyPy\" or platform_python_implementation == \"CPython\" and sys_platform == \"win32\" and python_version >= \"3.13\"", "pytest-mock (>=3.11.1)", "pytest-randomly (>=3.12)", "pytest-timeout (>=2.1)", "setuptools (>=68)", "time-machine (>=2.10) ; platform_python_implementation == \"CPython\""] +[[package]] +name = "wcwidth" +version = "0.2.14" +description = "Measures the displayed width of unicode strings in a terminal" +optional = false +python-versions = ">=3.6" +groups = ["dev"] +files = [ + {file = "wcwidth-0.2.14-py2.py3-none-any.whl", hash = "sha256:a7bb560c8aee30f9957e5f9895805edd20602f2d7f720186dfd906e82b4982e1"}, + {file = "wcwidth-0.2.14.tar.gz", hash = "sha256:4d478375d31bc5395a3c55c40ccdf3354688364cd61c4f6adacaa9215d0b3605"}, +] + [metadata] lock-version = "2.1" python-versions = ">=3.9,<4" -content-hash = "4dcc3c0343d38ca5ea1337fd248a5dc96177ca9add1021c9be95cc9e3018447f" +content-hash = "604f450b762670ff8b007e286e5b53a15b2ab2ce60f51fc4d8a6955baacaf755" diff --git a/pyproject.toml b/pyproject.toml index 365ddb8c4..07f4ac0f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ pytest = "^8.0.0" mypy = "^1.4" hypothesis = "^6.75.2" pandas = "^1" -jupysql = "^0.10.0" +jupysql = "^0.11.1" sqlalchemy = {version="^1.3.19", extras=['mypy']} pytest-cov = {extras = ["coverage"], version = "^5.0.0"} pytest-remotedata = "^0.4.0"