Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 19 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -175,23 +177,23 @@ 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
# dbt-adapters
# dbt-common
# dbt-core
# dbt-protos
pyarrow==24.0.0
pyarrow==25.0.0
# via -r requirements.in
pycparser==3.0
# via cffi
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -284,7 +286,6 @@ typing-extensions==4.15.0
# mashumaro
# pydantic
# pydantic-core
# referencing
# snowplow-tracker
# sqlalchemy
# typing-inspection
Expand Down
Loading