Skip to content

Commit cb4c2a9

Browse files
committed
Upgraded dbt-tests-adapter
1 parent 878fb18 commit cb4c2a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/oracle-xe-adapter-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install dbt-oracle with core dependencies
4949
run: |
5050
python -m pip install --upgrade pip
51-
pip install pytest 'dbt-tests-adapter~=1.10,<1.11'
51+
pip install pytest 'dbt-tests-adapter~=1.11,<1.12'
5252
pip install -r requirements.txt
5353
pip install -e .
5454

requirements_dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ tox
66
coverage
77
twine
88
pytest
9-
dbt-tests-adapter~=1.10,<1.11
9+
dbt-tests-adapter~=1.11,<1.12

0 commit comments

Comments
 (0)