Skip to content

build(deps): bump the simple group across 1 directory with 6 updates#37198

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/misc/dbt-materialize/simple-f40274a2b9
Open

build(deps): bump the simple group across 1 directory with 6 updates#37198
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/misc/dbt-materialize/simple-f40274a2b9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the simple group with 6 updates in the /misc/dbt-materialize directory:

Package From To
certifi 2026.5.20 2026.6.17
click 8.4.0 8.4.2
dbt-postgres 1.10.0 1.10.2
dbt-protos 1.0.498 1.0.514
idna 3.16 3.18
pydantic-core 2.46.4 2.47.0

Updates certifi from 2026.5.20 to 2026.6.17

Commits

Updates click from 8.4.0 to 8.4.2

Release notes

Sourced from click's releases.

8.4.2

This is the Click 8.4.1 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI: https://pypi.org/project/click/8.4.2/ Changes: https://click.palletsprojects.com/page/changes/#version-8-4-2 Milestone: https://github.com/pallets/click/milestone/34

  • Fix Fish shell completion broken in 8.4.0 by #3126. Newlines and tabs in option help text are now escaped, keeping the original completion format while still supporting multi-line help. #3502 #3043 #3504 #3508
  • Deprecated commands and options with empty or missing help text no longer render a stray leading space before the (DEPRECATED) label. #3509
  • A {class}Group with invoke_without_command=True marks its subcommand as optional in the usage help, showing [COMMAND] instead of COMMAND. #3059 #3507
  • echo_via_pager flushes after each write, so passing a generator streams output to the pager incrementally instead of staying hidden until the pipe buffer fills. #3242 #2542 #3534
  • echo_via_pager and get_pager_file no longer close a borrowed stdout stream when no external pager runs, completing the partial I/O operation on closed file fix from #3482. #3449 #3533
  • Fix CLI usage symopsis for optional arguments producing double square brackets [[a|b|c]]... whose type already brackets their metavar. #3578
  • {func}version_option resolves a package_name that does not match an installed distribution as an import (top-level module) name via {func}importlib.metadata.packages_distributions. Packages whose top-level module name differs from their distribution name (PIL vs Pillow, jwt vs PyJWT) no longer raise RuntimeError out of the box. #2331 #1884 #3125 #3582

8.4.1

This is the Click 8.4.1 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI: https://pypi.org/project/click/8.4.1/ Changes: https://click.palletsprojects.com/page/changes/#version-8-4-1 Milestone: https://github.com/pallets/click/milestone/32

  • get_parameter_source() is available during eager callbacks and type conversion again. #3458 #3484
  • Zsh completion scripts parse correctly on Windows. #3277 # 3466
  • Shell completion of Choice Enum values produces a valid completion result. #3015
  • Fix empty byte-string handling in echo. #3487
  • Fix closed file error with echo_via_pager. #3449
Changelog

Sourced from click's changelog.

Version 8.4.2

Unreleased

  • Fix Fish shell completion broken in 8.4.0 by {pr}3126. Newlines and tabs in option help text are now escaped, keeping the original completion format while still supporting multi-line help. {issue}3502 {issue}3043 {pr}3504 {pr}3508
  • Deprecated commands and options with empty or missing help text no longer render a stray leading space before the (DEPRECATED) label. {pr}3509
  • A {class}Group with invoke_without_command=True marks its subcommand as optional in the usage help, showing [COMMAND] instead of COMMAND. {issue}3059 {pr}3507
  • echo_via_pager flushes after each write, so passing a generator streams output to the pager incrementally instead of staying hidden until the pipe buffer fills. {issue}3242 {issue}2542 {pr}3534
  • echo_via_pager and get_pager_file no longer close a borrowed stdout stream when no external pager runs, completing the partial I/O operation on closed file fix from {pr}3482. {issue}3449 {pr}3533

Version 8.4.1

Released 2026-05-21

  • get_parameter_source() is available during eager callbacks and type conversion again. {issue}3458 {pr}3484
  • Zsh completion scripts parse correctly on Windows. {issue}3277 {pr}3466
  • Shell completion of Enum values used as Choice options produces a valid completion result. {issue}3015 {pr}3471
  • Fix empty byte-string handling in echo. {issue}3487 {pr}3493
  • Fix closed file error with echo_via_pager. {issue}3449 {pr}3482
  • Fix open_url on Windows when the file path contains spaces. {issue}2994 {pr}3478
Commits
  • b2e30a1 Release version 8.4.2
  • 7a16b20 Fix package_name resolution when module differs from distribution name (#3582)
  • bec5928 Fix package_name resolution when top-level module differs from distribution...
  • 916883a Fix tests to not rely on -Wdefault option (#3591)
  • 09195f6 Fix double-bracketing of choices in synopsis (#3578)
  • 1557e26 Check for warning exception with idiomatic context manager
  • d9ff133 Static typing improvements in click.shell_completion (#3460)
  • 762c97e Fix double-bracketing of choices in synopsis
  • 8929d39 Convert changes to markdown. (#3559)
  • 237be50 Move changes headings down a level.
  • Additional commits viewable in compare view

Updates dbt-postgres from 1.10.0 to 1.10.2

Release notes

Sourced from dbt-postgres's releases.

dbt-adapters v1.10.2

dbt-adapters 1.10.2 - October 01, 2024

Under the Hood

  • dbt-tests-adapters: Add required begin to microbatch model config to BaseMicrobatch test (#315)

dbt-adapters v1.10.1

dbt-adapters 1.10.1 - September 16, 2024

Changelog

Sourced from dbt-postgres's changelog.

dbt-adapters 1.10.2 - October 01, 2024

Under the Hood

  • dbt-tests-adapters: Add required begin to microbatch model config to BaseMicrobatch test (#315)

dbt-adapters 1.10.1 - September 16, 2024

Commits
  • 2b29f2e Bumping version to 1.10.2 and generate changelog
  • 159b234 Add hard_deletes config and new_record Option for Snapshots (#317)
  • d56ca34 [Automated] Merged prep-release/prod/1.10.1_11943675569 into target main duri...
  • 1c3479b Bumping version to 1.10.1 and generate changelog
  • 9e19bd8 add base MicrobatchConcurrency capability (#358)
  • fb9d085 update readme (#232)
  • a36dc3f [Automated] Merged prep-release/prod/1.10.0_11922835838 into target main duri...
  • See full diff in compare view

Updates dbt-protos from 1.0.498 to 1.0.514

Commits
  • c84754e Auto-generated from proto v1.0.514
  • 842c03b Auto-generated from proto v1.0.513
  • 5751312 Auto-generated from proto v1.0.512
  • f0f57f0 Auto-generated from proto v1.0.511
  • bb4ab3c Auto-generated from proto v1.0.510
  • b974148 Auto-generated from proto v1.0.509
  • 5886324 Auto-generated from proto v1.0.508
  • 1219ac3 Auto-generated from proto v1.0.507
  • ccbdf21 Auto-generated from proto v1.0.506
  • 7e70c86 Auto-generated from proto v1.0.505
  • Additional commits viewable in compare view

Updates idna from 3.16 to 3.18

Changelog

Sourced from idna's changelog.

3.18 (2026-06-02)

  • When decoding a domain, add a display argument that will pass through invalid labels rather than raising an exception.

3.17 (2026-05-28)

  • Substantial 75% reduction in memory usage through new data structures and some optimization in processing speed.
  • Added a general 1024-character input length cap to the public validation, conversion, and codec entry points. This is well above any legitimate domain or label and guards against pathological inputs.
Commits
  • f39ea90 Release 3.18
  • 40f4e40 Pre-release 3.18rc0
  • 1a5bf80 Merge pull request #253 from kjd/lenient-decode
  • 5bbb26f Merge branch 'master' into lenient-decode
  • c532bae Rename decode() lenient= option to display= (issue #248)
  • 0b1758b Merge pull request #252 from kjd/release-3.17
  • f48619c Release 3.17
  • 7421ba8 Pre-release 3.17rc0
  • 22ebb73 Merge pull request #251 from kjd/structure-optimizations
  • 2a7ac0a Drop redundant parallel-arrays comment from uts46data
  • Additional commits viewable in compare view

Updates pydantic-core from 2.46.4 to 2.47.0

Commits

@dependabot dependabot Bot added the A-dependencies Area: dependency upgrades label Jun 22, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 22, 2026 11:53
@dependabot dependabot Bot added the A-dependencies Area: dependency upgrades label Jun 22, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/misc/dbt-materialize/simple-f40274a2b9 branch 7 times, most recently from 2db56fd to bbefea0 Compare June 30, 2026 02:46
Bumps the simple group with 6 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-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` |



Updates `certifi` from 2026.5.20 to 2026.6.17
- [Commits](certifi/python-certifi@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](pallets/click@8.4.0...8.4.2)

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](dbt-labs/dbt-adapters@v1.10.0...v1.10.2)

Updates `dbt-protos` from 1.0.498 to 1.0.514
- [Commits](dbt-labs/proto-python-public@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](kjd/idna@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)

---
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.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple
- dependency-name: dbt-postgres
  dependency-version: 1.10.1
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/misc/dbt-materialize/simple-f40274a2b9 branch from bbefea0 to 9ef4a1e Compare July 1, 2026 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-dependencies Area: dependency upgrades

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants