Bump the minor-and-patch group across 1 directory with 2 updates - #270
Bump the minor-and-patch group across 1 directory with 2 updates#270dependabot[bot] wants to merge 1 commit into
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c299196d14
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| @@ -1,5 +1,5 @@ | |||
| click==8.3.0 | |||
| dbt-bigquery==1.11.1 | |||
| click==8.4.1 | |||
There was a problem hiding this comment.
Keep Click within SQLFluff's supported range
With sqlfluff==3.5.0 still pinned on line 6, this upgrade makes requirements.txt unsatisfiable because SQLFluff 3.5.0 declares click<=8.3.0. Any environment that runs pip install -r requirements.txt (e.g. setup.sh and the CI workflows) will fail dependency resolution before dbt/sqlfluff can run; either keep Click at 8.3.0 or update SQLFluff to a version that allows Click 8.4.x.
Useful? React with 👍 / 👎.
c299196 to
31be094
Compare
Bumps the minor-and-patch group with 2 updates in the / directory: [click](https://github.com/pallets/click) and [dbt-bigquery](https://github.com/dbt-labs/dbt-adapters). Updates `click` from 8.3.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.3.0...8.4.2) Updates `dbt-bigquery` from 1.11.1 to 1.12.0 - [Release notes](https://github.com/dbt-labs/dbt-adapters/releases) - [Changelog](https://github.com/dbt-labs/dbt-adapters/blob/main/CHANGELOG.md) - [Commits](https://github.com/dbt-labs/dbt-adapters/commits) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: dbt-bigquery dependency-version: 1.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
31be094 to
59ddfde
Compare
Bumps the minor-and-patch group with 2 updates in the / directory: click and dbt-bigquery.
Updates
clickfrom 8.3.0 to 8.4.2Release notes
Sourced from click's releases.
... (truncated)
Changelog
Sourced from click's changelog.
... (truncated)
Commits
b2e30a1Release version 8.4.27a16b20Fixpackage_nameresolution when module differs from distribution name (#3582)bec5928Fixpackage_nameresolution when top-level module differs from distribution...916883aFix tests to not rely on-Wdefaultoption (#3591)09195f6Fix double-bracketing of choices in synopsis (#3578)1557e26Check for warning exception with idiomatic context managerd9ff133Static typing improvements inclick.shell_completion(#3460)762c97eFix double-bracketing of choices in synopsis8929d39Convert changes to markdown. (#3559)237be50Move changes headings down a level.Updates
dbt-bigqueryfrom 1.11.1 to 1.12.0Commits