From c0f9ea144080dc75cf66d38c7bc8c50a7d0ea13a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 02:45:58 +0000 Subject: [PATCH] build(deps): bump the simple group across 1 directory with 8 updates Bumps the simple group with 8 updates in the /misc/dbt-materialize directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2026.5.20` | `2026.6.17` | | [click](https://github.com/pallets/click) | `8.4.0` | `8.4.2` | | [dbt-core](https://github.com/dbt-labs/dbt-core) | `1.11.11` | `1.11.12` | | [dbt-postgres](https://github.com/dbt-labs/dbt-adapters) | `1.10.0` | `1.10.2` | | [dbt-protos](https://github.com/dbt-labs/proto-python-public) | `1.0.498` | `1.0.514` | | [idna](https://github.com/kjd/idna) | `3.16` | `3.18` | | [pydantic-core](https://github.com/pydantic/pydantic) | `2.46.4` | `2.47.0` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.15.0` | `4.16.0` | Updates `certifi` from 2026.5.20 to 2026.6.17 - [Commits](https://github.com/certifi/python-certifi/compare/2026.05.20...2026.06.17) Updates `click` from 8.4.0 to 8.4.2 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](https://github.com/pallets/click/compare/8.4.0...8.4.2) Updates `dbt-core` from 1.11.11 to 1.11.12 - [Release notes](https://github.com/dbt-labs/dbt-core/releases) - [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.11.12/CHANGELOG.md) - [Commits](https://github.com/dbt-labs/dbt-core/compare/v1.11.11...v1.11.12) Updates `dbt-postgres` from 1.10.0 to 1.10.2 - [Release notes](https://github.com/dbt-labs/dbt-adapters/releases) - [Changelog](https://github.com/dbt-labs/dbt-adapters/blob/v1.10.2/CHANGELOG.md) - [Commits](https://github.com/dbt-labs/dbt-adapters/compare/v1.10.0...v1.10.2) Updates `dbt-protos` from 1.0.498 to 1.0.514 - [Commits](https://github.com/dbt-labs/proto-python-public/compare/v1.0.498...v1.0.514) Updates `idna` from 3.16 to 3.18 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.16...v3.18) Updates `pydantic-core` from 2.46.4 to 2.47.0 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/commits) Updates `typing-extensions` from 4.15.0 to 4.16.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.15.0...4.16.0) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.6.17 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: simple - dependency-name: click dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple - dependency-name: dbt-core dependency-version: 1.11.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple - dependency-name: dbt-postgres dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple - dependency-name: dbt-protos dependency-version: 1.0.514 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple - dependency-name: idna dependency-version: '3.18' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: simple - dependency-name: pydantic-core dependency-version: 2.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: simple - dependency-name: typing-extensions dependency-version: 4.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: simple ... Signed-off-by: dependabot[bot] --- misc/dbt-materialize/requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/misc/dbt-materialize/requirements.txt b/misc/dbt-materialize/requirements.txt index 2c5e97116c685..16d4e4a86b5ce 100644 --- a/misc/dbt-materialize/requirements.txt +++ b/misc/dbt-materialize/requirements.txt @@ -2,23 +2,23 @@ agate==1.9.1 annotated-types==0.7.0 attrs==26.1.0 babel==2.18.0 -certifi==2026.5.20 +certifi==2026.6.17 charset-normalizer==3.4.7 -click==8.4.0 +click==8.4.2 colorama==0.4.6 daff==1.4.2 dbt-adapters==1.24.2 dbt-common==1.38.0 -dbt-core==1.11.11 +dbt-core==1.11.12 dbt-extractor==0.6.0 dbt-materialize @ file:///dbt-materialize -dbt-postgres==1.10.0 -dbt-protos==1.0.498 +dbt-postgres==1.10.2 +dbt-protos==1.0.514 dbt-semantic-interfaces==0.9.0 dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git@f6ee73c42f1d34132ed489defb9eb9ef83221256#subdirectory=dbt-tests-adapter deepdiff==8.6.2 freezegun==1.5.5 -idna==3.16 +idna==3.18 importlib_metadata==8.7.1 iniconfig==2.3.0 isodate==0.6.1 @@ -39,7 +39,7 @@ pluggy==1.6.0 protobuf==6.33.5 psycopg2-binary==2.9.12 pydantic==2.13.4 -pydantic_core==2.46.4 +pydantic_core==2.47.0 Pygments==2.20.0 pytest==9.0.3 pytest-split==0.11.0 @@ -56,6 +56,6 @@ snowplow-tracker==1.1.0 sqlparse==0.5.5 text-unidecode==1.3 typing-inspection==0.4.2 -typing_extensions==4.15.0 +typing_extensions==4.16.0 urllib3==2.7.0 zipp==3.23.0