Skip to content

Commit 3dc72a4

Browse files
build(deps): bump the simple group across 1 directory with 4 updates
Bumps the simple group with 4 updates in the /misc/dbt-materialize directory: [dbt-adapters](https://github.com/dbt-labs/dbt-adapters), [dbt-core](https://github.com/dbt-labs/dbt-core), [dbt-postgres](https://github.com/dbt-labs/dbt-adapters) and [importlib-metadata](https://github.com/python/importlib_metadata). Updates `dbt-adapters` from 1.22.1 to 1.22.2 - [Release notes](https://github.com/dbt-labs/dbt-adapters/releases) - [Changelog](https://github.com/dbt-labs/dbt-adapters/blob/main/CHANGELOG.md) - [Commits](https://github.com/dbt-labs/dbt-adapters/commits) Updates `dbt-core` from 1.10.16 to 1.11.2 - [Release notes](https://github.com/dbt-labs/dbt-core/releases) - [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.11.2/CHANGELOG.md) - [Commits](dbt-labs/dbt-core@v1.10.16...v1.11.2) Updates `dbt-postgres` from 1.9.1 to 1.10.0 - [Release notes](https://github.com/dbt-labs/dbt-adapters/releases) - [Changelog](https://github.com/dbt-labs/dbt-adapters/blob/v1.10.0/CHANGELOG.md) - [Commits](https://github.com/dbt-labs/dbt-adapters/commits/v1.10.0) Updates `importlib-metadata` from 8.7.0 to 8.7.1 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](python/importlib_metadata@v8.7.0...v8.7.1) --- updated-dependencies: - dependency-name: dbt-adapters dependency-version: 1.22.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple - dependency-name: dbt-core dependency-version: 1.11.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: simple - dependency-name: dbt-postgres dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: simple - dependency-name: importlib-metadata dependency-version: 8.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6ecddf1 commit 3dc72a4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

misc/dbt-materialize/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ charset-normalizer==3.4.4
77
click==8.3.1
88
colorama==0.4.6
99
daff==1.4.2
10-
dbt-adapters==1.22.1
10+
dbt-adapters==1.22.2
1111
dbt-common==1.37.2
12-
dbt-core==1.10.16
12+
dbt-core==1.11.2
1313
dbt-extractor==0.6.0
1414
dbt-materialize @ file:///dbt-materialize
15-
dbt-postgres==1.9.1
15+
dbt-postgres==1.10.0
1616
dbt-protos==1.0.410
1717
dbt-semantic-interfaces==0.9.0
1818
dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git@f6ee73c42f1d34132ed489defb9eb9ef83221256#subdirectory=dbt-tests-adapter
1919
deepdiff==8.6.1
2020
freezegun==1.5.5
2121
idna==3.11
22-
importlib_metadata==8.7.0
22+
importlib_metadata==8.7.1
2323
iniconfig==2.3.0
2424
isodate==0.6.1
2525
Jinja2==3.1.6

misc/dbt-materialize/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"dbt-adapters>=1.7,<2.0",
5454
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
5555
"dbt-core>=1.8.0",
56-
"dbt-postgres>=1.8,<1.10",
56+
"dbt-postgres>=1.8,<1.11",
5757
],
5858
extras_require=extras_require,
5959
)

0 commit comments

Comments
 (0)