Skip to content

Commit cee1e78

Browse files
committed
Upgraded dbt-core version to 1.0.6
1 parent f94bc1e commit cee1e78

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dbt/adapters/oracle/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
"""
17-
version = "1.0.4"
17+
version = "1.0.6"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dbt-core==0.21.1; python_version < '3.7'
2-
dbt-core==1.0.5; python_version >= '3.7'
2+
dbt-core==1.0.6; python_version >= '3.7'
33
dataclasses; python_version < '3.7'
44
cx_Oracle==8.3.0
55

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ packages = find:
3131
include_package_data = True
3232
install_requires =
3333
dbt-core==0.21.1; python_version < '3.7'
34-
dbt-core==1.0.5; python_version >= '3.7'
34+
dbt-core==1.0.6; python_version >= '3.7'
3535
cx_Oracle==8.3.0
3636
dataclasses; python_version < '3.7'
3737
test_suite=tests

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
requirements = [
2828
"dbt-core==0.21.1; python_version < '3.7'",
29-
"dbt-core==1.0.5; python_version >= '3.7'",
29+
"dbt-core==1.0.6; python_version >= '3.7'",
3030
"cx_Oracle==8.3.0",
3131
"dataclasses; python_version < '3.7'"
3232
]

0 commit comments

Comments
 (0)