Skip to content

Commit 479586a

Browse files
authored
Bugfix/python version (#6)
* Update images * Update images * Update requirements
1 parent 7fe250b commit 479586a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ jobs:
44

55
integration-tests:
66
docker:
7-
- image: cimg/python:3.9.9
8-
- image: cimg/postgres:14.0
7+
- image: cimg/python:3.10.10
8+
- image: cimg/postgres:15.2
99

1010
resource_class: small
1111

integration_tests/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
dbt-core>=1.3.0,<2.0.0
2-
# dbt-snowflake>=1.3.0,<2.0.0
3-
# dbt-bigquery>=1.3.0,<2.0.0
4-
# dbt-redshift>=1.3.0,<2.0.0
5-
dbt-postgres>=1.3.0,<2.0.0
6-
# dbt-spark>=1.3.0,<2.0.0
7-
# dbt-spark[PyHive]>=1.3.0,<2.0.0
8-
dbt-databricks>=1.3.0,<2.0.0
1+
dbt-core>=1.3.0,<1.5.0
2+
# dbt-snowflake>=1.3.0,<1.5.0
3+
# dbt-bigquery>=1.3.0,<1.5.0
4+
# dbt-redshift>=1.3.0,<1.5.0
5+
dbt-postgres>=1.3.0,<1.5.0
6+
# dbt-spark>=1.3.0,<1.5.0
7+
# dbt-spark[PyHive]>=1.3.0,<1.5.0
8+
dbt-databricks>=1.3.0,<1.5.0

0 commit comments

Comments
 (0)