Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2025

Bumps the simple group with 2 updates in the /misc/dbt-materialize directory: dbt-common and mashumaro.

Updates dbt-common from 1.33.0 to 1.35.0

Changelog

Sourced from dbt-common's changelog.

dbt-common 1.35.0 - October 28, 2025

Fixes

Dependencies

  • Drop support for python 3.9 (#319)

Contributors

dbt-common 1.34.0 - October 28, 2025

Features

  • Begin distributing the EventCatcher testing utility (#N/A)
Commits

Updates mashumaro from 3.14 to 3.17

Release notes

Sourced from mashumaro's releases.

v3.17

Changes

  • Added support for Python 3.14 (#285)
  • Improved generating JSON Schema references and titles for generic dataclasses (#291)
  • Fixed JSON Schema for a generic dataclass with a field type T (#290)
  • Fixed ignoring NotRequired when using from __future__ import annotations (#292)
  • Added support for user extra args in field_options function (#286)
  • Improved packaging by switching from setup.py to pyproject.toml (#284)

v3.16

Changes

  • Added support for custom JSON Schema instance formats defined by users (#267)
  • Added support for typing.ReadOnly and typing_extensions.ReadOnly from PEP 705 (#272)
  • Fixed AttributeError when using generic SerializableType subclass (#275)

v3.15

Changes

  • Improved Union and basic types deserialization (#256), highlighted changes:
    • Expected int | float or float | int value can now be passed through without coercion and losing precision
    • Expected str value will be guaranteed to be a string version of the input value (#42)
    • Expected bool value will be guaranteed to be a boolean using standard truth testing procedure for the input value
    • Expected NoneType will be guaranteed to be None regardless of the input value
  • Introduced JSON Schema plugin system (#265), see updated documentation
    • Added built-in DocstringDescriptionPlugin to use a docstring as a description (#222)
  • Added support for recursive Union types (#206)
  • Configured MANIFEST.in to include tests folder in the sdist (#262)
  • Dropped support for Python 3.8 (#258)
Commits
  • 6ea604b Bump version
  • ef0f59f Merge pull request #296 from Fatal1ty/notrequired-workaround
  • 3cc3379 Add tests for NotRequired with future annotations
  • c5c5244 Add workaround for NotRequired with future annotations in JSON Schema
  • 8edf0d8 Add workaround for NotRequired used with future annotations
  • b82b15a Merge pull request #294 from Fatal1ty/enable-some-tests
  • 051d420 Remove tests/test_serialization_strategy_563.py
  • 70d428c Enable previously disabled tests and do some refactoring
  • 5833f95 Merge pull request #285 from cdce8p-forks/python-3.14
  • cf99107 Revert "Fix ByteString checks"
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the A-dependencies Area: dependency upgrades label Oct 29, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 29, 2025 13:36
@dependabot dependabot bot force-pushed the dependabot/pip/misc/dbt-materialize/simple-5ac8733342 branch 2 times, most recently from 2443e25 to 32f7d72 Compare October 31, 2025 02:06
Bumps the simple group with 2 updates in the /misc/dbt-materialize directory: [dbt-common](https://github.com/dbt-labs/dbt-common) and [mashumaro](https://github.com/Fatal1ty/mashumaro).


Updates `dbt-common` from 1.33.0 to 1.35.0
- [Changelog](https://github.com/dbt-labs/dbt-common/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dbt-labs/dbt-common/commits)

Updates `mashumaro` from 3.14 to 3.17
- [Release notes](https://github.com/Fatal1ty/mashumaro/releases)
- [Commits](Fatal1ty/mashumaro@v3.14...v3.17)

---
updated-dependencies:
- dependency-name: dbt-common
  dependency-version: 1.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: mashumaro
  dependency-version: '3.17'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/misc/dbt-materialize/simple-5ac8733342 branch from 32f7d72 to 0ffdb5f Compare November 3, 2025 02:07
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 4, 2025
@dependabot dependabot bot deleted the dependabot/pip/misc/dbt-materialize/simple-5ac8733342 branch November 4, 2025 02:06
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.

1 participant