Skip to content

codeowners: update dependencies + formatting fixes required by black#204

Merged
roypat merged 2 commits intorust-vmm:mainfrom
stefano-garzarella:dep-update
Mar 1, 2026
Merged

codeowners: update dependencies + formatting fixes required by black#204
roypat merged 2 commits intorust-vmm:mainfrom
stefano-garzarella:dep-update

Conversation

@stefano-garzarella
Copy link
Member

Summary of the PR

Dependabot is reporting several vulnerability alerts related to codeowners/requirements.txt, let's update them.
The first patch is just to make our CI happy, I put it here just to avoid more process.

Requirements

Before submitting your PR, please make sure you addressed the following
requirements:

  • All commits in this PR have Signed-Off-By trailers (with
    git commit -s), and the commit message has max 60 characters for the
    summary and max 75 characters for each description line.
  • All added/changed functionality has a corresponding unit/integration
    test.
  • All added/changed public-facing functionality has entries in the "Upcoming
    Release" section of CHANGELOG.md (if no such section exists, please create one).
  • Any newly added unsafe code is properly documented.

New `black` is complaining about reformatting some of our files,
let's make it happy:

    $ black . --check
    would reformat rust-vmm-ci/test_run.py
    would reformat rust-vmm-ci/integration_tests/conftest.py
    would reformat rust-vmm-ci/.buildkite/autogenerate_pipeline.py

    Oh no! 💥 💔 💥
    3 files would be reformatted, 5 files would be left unchanged.

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Dependabot is reporting several vulnerability alerts related to
`codeowners/requirements.txt`, let's update them.

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
@roypat roypat merged commit 112dd9f into rust-vmm:main Mar 1, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants