Skip to content

Bump the pip-updates group across 1 directory with 2 updates#680

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pip-updates-c73d403be0
Open

Bump the pip-updates group across 1 directory with 2 updates#680
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pip-updates-c73d403be0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Updates the requirements on dbt-core and mypy to permit the latest version.
Updates dbt-core to 1.11.11

Release notes

Sourced from dbt-core's releases.

dbt-core v1.11.11

dbt-core 1.11.11 - May 20, 2026

Under the Hood

  • Annotate PARAM_TYPE_MAP to fix mypy failure with click 8.4.0 (#N/A)

Dependencies

  • Restore dbt-adapters upper bound to <2.0 (reverting the temporary <1.24 cap) now that the breaking change in dbt-adapters 1.24.0 has been addressed. (#NA)

Contributors

Changelog

Sourced from dbt-core's changelog.

dbt-core 1.11.11 - May 20, 2026

Under the Hood

  • Annotate PARAM_TYPE_MAP to fix mypy failure with click 8.4.0 (#N/A)

Dependencies

  • Restore dbt-adapters upper bound to <2.0 (reverting the temporary <1.24 cap) now that the breaking change in dbt-adapters 1.24.0 has been addressed. (#NA)

Contributors

dbt-core 1.11.10 - May 14, 2026

Dependencies

Contributors

dbt-core 1.11.9 - May 06, 2026

Fixes

  • Fix static_analysis: off being interpreted as boolean false instead of string "off" in manifest.json (#12015)
  • Fix state:modified not detecting .yml property changes for resource_type:function (#12547)

Under the Hood

  • Update jsonschemas for more accurate deprecation warnings: macro.config should not warn (#12670)

Dependencies

  • Bump libpq-dev in Docker image from 13.23-0+deb11u1 to 13.23-0+deb11u2 to fix build failure due to superseded package version (#NA)
  • Bump libpq-dev in Docker image from 13.23-0+deb11u2 to 13.23-0+deb11u3 to fix build failure due to superseded package version (#NA)

Contributors

dbt-core 1.11.8 - April 08, 2026

Fixes

... (truncated)

Commits
  • 14fe8d3 Bumping version to 1.11.11 and generate changelog
  • 45526ea deps: restore dbt-adapters upper bound to <2.0 for 1.11.x line (#12988)
  • 4da0df1 fix: annotate PARAM_TYPE_MAP to satisfy mypy with click 8.4.0 (#12982) (#12986)
  • af3687b [Automated] Merged prep-release/1.11.10_25854691185 into target 1.11.latest d...
  • acd3031 Bumping version to 1.11.10 and generate changelog
  • 8dba2c7 deps: cap dbt-adapters to <1.24 for 1.11.x line (#12957)
  • c94dd8b pinned dbt-adapters to < 1.24 as there are breaking changes in 1.24 w… (#12959)
  • aed1af7 [Automated] Merged prep-release/1.11.9_25442880643 into target 1.11.latest du...
  • c8cafcd Bumping version to 1.11.9 and generate changelog
  • 9b39f55 Bump libpq-dev to 13.23-0+deb11u3 (#12906) (#12907)
  • Additional commits viewable in compare view

Updates mypy from 1.11.2 to 2.1.0

Changelog

Sourced from mypy's changelog.

Mypy Release Notes

Next Release

Mypy 2.1

We’ve just uploaded mypy 2.1.0 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:

python3 -m pip install -U mypy

You can read the full documentation for this release on Read the Docs.

librt.vecs: Fast Growable Array Type for Mypyc

The new librt.vecs module provides an efficient growable array type vec that is optimized for mypyc use. It provides fast, packed arrays with integer and floating point value types, which can be several times faster than list, and tens of times faster than array.array in code compiled using mypyc. It also supports nested vec objects and non-value-type items, such as vec[vec[str]].

Refer to the documentation for the details.

Contributed by Jukka Lehtosalo.

librt.random: Fast Pseudo-Random Number Generation

The new librt.random module provides fast pseudo-random number generation that is optimized for code compiled using mypyc. It can be 3x to 10x faster than the stdlib random module in compiled code.

Refer to the documentation for the details.

Contributed by Jukka Lehtosalo (PR 21433).

Mypyc Improvements

  • Make compilation order with multiple files consistent (Piotr Sawicki, PR 21419)
  • Fix crash on accessing StopAsyncIteration (Piotr Sawicki, PR 21406)
  • Fix incremental compilation with separate flag (Vaggelis Danias, PR 21299)

Fixes to Crashes

  • Fix crash on partial type with --allow-redefinition and global declaration (Jukka Lehtosalo, PR 21428)
  • Fix broken awaitable generator patching (Ivan Levkivskyi, PR 21435)

Changes to Messages

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 20, 2026
Updates the requirements on [dbt-core](https://github.com/dbt-labs/dbt-core) and [mypy](https://github.com/python/mypy) to permit the latest version.

Updates `dbt-core` to 1.11.11
- [Release notes](https://github.com/dbt-labs/dbt-core/releases)
- [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.11.11/CHANGELOG.md)
- [Commits](dbt-labs/dbt-core@v1.10.0...v1.11.11)

Updates `mypy` from 1.11.2 to 2.1.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11.2...v2.1.0)

---
updated-dependencies:
- dependency-name: dbt-core
  dependency-version: 1.11.11
  dependency-type: direct:production
  dependency-group: pip-updates
- dependency-name: mypy
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: pip-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/pip-updates-c73d403be0 branch from 261af6d to 795fe49 Compare May 21, 2026 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants