Skip to content

Commit

Permalink
Update dbt-spark[ODBC] requirement from <1.8.0,>=1.1.0 to >=1.1.0,<1.9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [dbt-spark[ODBC]](https://github.com/dbt-labs/dbt-spark) to permit the latest version.
- [Release notes](https://github.com/dbt-labs/dbt-spark/releases)
- [Changelog](https://github.com/dbt-labs/dbt-spark/blob/v1.8.0/CHANGELOG.md)
- [Commits](dbt-labs/dbt-spark@v1.1.0...v1.8.0)

---
updated-dependencies:
- dependency-name: dbt-spark[ODBC]
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and JCZuurmond committed Jun 2, 2024
1 parent 96551ca commit b5da153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ where = src

[options.extras_require]
test =
dbt-spark[ODBC]>=1.1.0,<1.8.0
dbt-spark[ODBC]>=1.1.0,<1.9.0
pyspark>=3.0.0,<4.0.0
pre-commit>=2.14.1
pytest>=6.2.5
Expand Down

0 comments on commit b5da153

Please sign in to comment.