From c06836c3e16cb75405fa78182d15af606d138ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 21:19:22 +0000 Subject: [PATCH] chore(deps): bump the python-deps group across 1 directory with 8 updates Bumps the python-deps group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.43.6` | `1.43.46` | | [plotly](https://github.com/plotly/plotly.py) | `6.7.0` | `6.9.0` | | [polars](https://github.com/pola-rs/polars) | `1.40.1` | `1.42.1` | | [pyarrow](https://github.com/apache/arrow) | `24.0.0` | `25.0.0` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [requests](https://github.com/psf/requests) | `2.34.0` | `2.34.2` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.49` | `2.0.51` | | [sqlfluff](https://github.com/sqlfluff/sqlfluff) | `4.1.0` | `4.2.2` | Updates `boto3` from 1.43.6 to 1.43.46 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.6...1.43.46) Updates `plotly` from 6.7.0 to 6.9.0 - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v6.7.0...v6.9.0) Updates `polars` from 1.40.1 to 1.42.1 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](https://github.com/pola-rs/polars/compare/py-1.40.1...py-1.42.1) Updates `pyarrow` from 24.0.0 to 25.0.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-24.0.0...apache-arrow-25.0.0) Updates `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.1) Updates `requests` from 2.34.0 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.34.0...v2.34.2) Updates `sqlalchemy` from 2.0.49 to 2.0.51 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `sqlfluff` from 4.1.0 to 4.2.2 - [Release notes](https://github.com/sqlfluff/sqlfluff/releases) - [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md) - [Commits](https://github.com/sqlfluff/sqlfluff/compare/4.1.0...4.2.2) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: plotly dependency-version: 6.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: polars dependency-version: 1.42.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: pyarrow dependency-version: 25.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-deps - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: sqlalchemy dependency-version: 2.0.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: sqlfluff dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- requirements.txt | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/requirements.txt b/requirements.txt index 52a53fe..beeaf47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,9 +19,9 @@ babel==2.18.0 # via agate black==25.12.0 # via -r requirements.in -boto3==1.43.6 +boto3==1.43.46 # via -r requirements.in -botocore==1.43.6 +botocore==1.43.46 # via # boto3 # s3transfer @@ -96,6 +96,8 @@ duckdb==1.5.2 # via # -r requirements.in # dbt-duckdb +greenlet==3.5.3 + # via sqlalchemy idna==3.14 # via requests importlib-metadata==8.9.0 @@ -128,7 +130,7 @@ leather==0.4.1 # via agate markupsafe==3.0.3 # via jinja2 -mashumaro==3.14 +mashumaro[msgpack]==3.14 # via # dbt-adapters # dbt-common @@ -175,15 +177,15 @@ platformdirs==4.9.6 # via # black # sqlfluff -plotly==6.7.0 +plotly==6.9.0 # via -r requirements.in pluggy==1.6.0 # via # diff-cover # pytest -polars==1.40.1 +polars==1.42.1 # via -r requirements.in -polars-runtime-32==1.40.1 +polars-runtime-32==1.42.1 # via polars protobuf==6.33.6 # via @@ -191,7 +193,7 @@ protobuf==6.33.6 # dbt-common # dbt-core # dbt-protos -pyarrow==24.0.0 +pyarrow==25.0.0 # via -r requirements.in pycparser==3.0 # via cffi @@ -205,16 +207,16 @@ pygments==2.20.0 # via # diff-cover # pytest -pyjwt==2.12.1 - # via msal +pyjwt[crypto]==2.12.1 + # via + # msal + # pyjwt pyodbc==5.1.0 # via # -r requirements.in # dbt-fabric -pytest==9.0.3 - # via - # -r requirements.in - # sqlfluff +pytest==9.1.1 + # via -r requirements.in python-dateutil==2.9.0.post0 # via # botocore @@ -243,7 +245,7 @@ referencing==0.37.0 # jsonschema-specifications regex==2026.5.9 # via sqlfluff -requests==2.34.0 +requests==2.34.2 # via # -r requirements.in # azure-core @@ -255,15 +257,15 @@ rpds-py==0.30.0 # via # jsonschema # referencing -s3transfer==0.17.0 +s3transfer==0.19.1 # via boto3 six==1.17.0 # via python-dateutil snowplow-tracker==1.1.0 # via dbt-core -sqlalchemy==2.0.49 +sqlalchemy==2.0.51 # via -r requirements.in -sqlfluff==4.1.0 +sqlfluff==4.2.2 # via -r requirements.in sqlparse==0.5.5 # via dbt-core @@ -284,7 +286,6 @@ typing-extensions==4.15.0 # mashumaro # pydantic # pydantic-core - # referencing # snowplow-tracker # sqlalchemy # typing-inspection