Skip to content

chore(deps): bump actions/setup-python from 5 to 7 - #42

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions/setup-python-7
Open

chore(deps): bump actions/setup-python from 5 to 7#42
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions/setup-python-7

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 25, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/setup-python from 5 to 7.

Release notes

Sourced from actions/setup-python's releases.

v7.0.0

What's Changed

Enhancements

Bug Fix

Dependency Upgrade

New Contributors

Full Changelog: actions/setup-python@v6...v7.0.0

v6.3.0

What's Changed

Enhancement

Dependency update

Documentation

New Contributors

Full Changelog: actions/setup-python@v6.2.0...v6.3.0

v6.2.0

What's Changed

Dependency Upgrades

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 7.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5...v7)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 25, 2026
@dependabotdependabotBot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 25, 2026
@github-actions

Copy link
Copy Markdown

🤖 Automated Code Review

✅ Ruff Lint — No issues

⚠️ Ruff Format — Formatting needed

unformatted: File would be reformatted
--> fixtures/sample.alembic.py:7:1
|
6 | """
7 +
8 | import sqlalchemy as sa
9 | from alembic import op
10 |
11 | # revision identifiers, used by Alembic.
- revision = 'sample'
12 + revision = "sample"
13 | down_revision = None
14 |
15 |
16 | def upgrade() -> None:
- op.create_table('users',
- sa.Column('id', sa.Integer(), primary_key=True),
- sa.Column('name', sa.String(100), nullable=False),
- sa.Column('email', sa.String(255), nullable=False, unique=True),
- sa.Column('role', sa.Enum('admin', 'editor', 'viewer'), nullable=False),
- sa.Column('is_active', sa.Boolean(), server_default=True),
- sa.Column('created_at', sa.DateTime(), server_default=sa.func.now()),
17 + op.create_table(
18 + "users",
19 + sa.Column("id", sa.Integer(), primary_key=True),
20 + sa.Column("name", sa.String(100), nullable=False),
21 + sa.Column("email", sa.String(255), nullable=False, unique=True),
22 + sa.Column("role", sa.Enum("admin", "editor", "viewer"), nullable=False),
23 + sa.Column("is_active", sa.Boolean(), server_default=True),
24 + sa.Column("created_at", sa.DateTime(), server_default=sa.func.now()),

✅ Secret Detection — Clean

✅ Large Files — Within limits

📊 Diff Stats — 2 file(s) changed

 .github/workflows/ci.yml | 4 ++--
.github/workflows/publish.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

Verdict: ⚠️ Warnings — Lint/format issues found. Recommend fixing before merge.

Automated by Coding-Dev-Tools/.github reusable workflow.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filegithub_actionsPull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants