Skip to content

Commit

Permalink
Update dbt-spark[odbc] requirement from <1.6.0,>=1.1.0 to >=1.1.0,<1.…
Browse files Browse the repository at this point in the history
…7.0 (#37)

* Update dbt-spark[odbc] requirement from <1.6.0,>=1.1.0 to >=1.1.0,<1.7.0

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.6.0/CHANGELOG.md)
- [Commits](dbt-labs/dbt-spark@v1.1.0...v1.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Bump test versions

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cor Zuurmond <[email protected]>
  • Loading branch information
dependabot[bot] and JCZuurmond authored Aug 9, 2023
1 parent 1c98c71 commit 6f50454
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 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.6.0
dbt-spark[ODBC]>=1.1.0,<1.7.0
pyspark>=3.0.0,<4.0.0
pre-commit>=2.14.1
pytest>=6.2.5
Expand Down Expand Up @@ -70,7 +70,7 @@ spark_options =
spark.sql.catalogImplementation: in-memory

[tox:tox]
envlist = py{3.7,3.8,3.9,3.10}-dbt-spark{11,12,13,14,15}
envlist = py37-dbt-spark{11,12,13,14,15},py{3.8,3.9,3.10}-dbt-spark{11,12,13,14,15,16}
isolated_build = true
skip_missing_interpreters = true

Expand All @@ -90,6 +90,7 @@ deps =
dbt-spark13: dbt-spark[ODBC]~=1.3.0
dbt-spark14: dbt-spark[ODBC]~=1.4.0
dbt-spark15: dbt-spark[ODBC]~=1.5.0
dbt-spark16: dbt-spark[ODBC]~=1.6.0
pip >= 19.3.1
extras = test
commands = pytest {posargs:tests}
Expand All @@ -108,6 +109,7 @@ deps =
dbt-spark13: dbt-spark[ODBC]~=1.3.0
dbt-spark14: dbt-spark[ODBC]~=1.4.0
dbt-spark15: dbt-spark[ODBC]~=1.5.0
dbt-spark16: dbt-spark[ODBC]~=1.6.0
pip >= 19.3.1
extras = test
commands_pre = dbt deps --project-dir {toxinidir}/docs/source/_static/dbt_project --profiles-dir {toxinidir}/docs/source/_static/dbt_project
Expand Down

0 comments on commit 6f50454

Please sign in to comment.