Skip to content

Commit 3698022

Browse files
Bump the pip-updates group across 1 directory with 2 updates
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>
1 parent 20e5905 commit 3698022

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.13",
2828
]
2929
dependencies = [
30-
"dbt-core>=1.10.0,<1.11.0",
30+
"dbt-core>=1.10.0,<1.12.0",
3131
"dbt-common>=1.22.0,<2.0",
3232
"dbt-adapters>=1.15.2,<2.0",
3333
]
@@ -50,7 +50,7 @@ dev = [
5050
"flaky",
5151
"freezegun>=1.5.0,<2.0",
5252
"ipdb",
53-
"mypy==1.11.2",
53+
"mypy==2.1.0",
5454
"pre-commit",
5555
"pytest",
5656
"pytest-csv",

0 commit comments

Comments
 (0)