Skip to content

chore(deps): remediate pip-audit CVEs by updating locked Python packages#79

Merged
anchildress1 merged 1 commit intodependabot/uv/uv-aa7cb66ac2from
copilot/dependabot-fix-error
May 3, 2026
Merged

chore(deps): remediate pip-audit CVEs by updating locked Python packages#79
anchildress1 merged 1 commit intodependabot/uv/uv-aa7cb66ac2from
copilot/dependabot-fix-error

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 3, 2026

This Dependabot branch was blocked by security-quality due to pip-audit findings in the resolved lock set. The fix updates only the affected locked packages so the dependency bump can proceed without changing application code.

  • Problem scope

    • pip-audit reported CVEs from lock-resolved packages (pygments, and additional vulnerable lock entries in pip and python-dotenv).
  • Changes made

    • Updated uv.lock to move vulnerable packages to patched releases:
      • pygments 2.19.22.20.0
      • python-dotenv 1.2.11.2.2
      • pip 26.026.1
    • Kept the change lockfile-only; no source, behavior, or workflow logic changes.
  • Lock update example

    # uv.lock (resolved versions)
    pygments = "2.20.0"
    python-dotenv = "1.2.2"
    pip = "26.1"

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 3, 2026

Copilot AI review requested due to automatic review settings May 3, 2026 00:40
@anchildress1 anchildress1 self-requested a review as a code owner May 3, 2026 00:40
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

@anchildress1 anchildress1 merged commit d0f60d6 into dependabot/uv/uv-aa7cb66ac2 May 3, 2026
3 of 4 checks passed
@anchildress1 anchildress1 deleted the copilot/dependabot-fix-error branch May 3, 2026 01:23
anchildress1 added a commit that referenced this pull request May 3, 2026
…ss 1 directory (#76)

* chore(deps): bump requests in the uv group across 1 directory

Bumps the uv group with 1 update in the / directory: [requests](https://github.com/psf/requests).


Updates `requests` from 2.32.5 to 2.33.0
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.5...v2.33.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.33.0
  dependency-type: direct:production
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): update vulnerable locked packages for security-quality checks (#79)

Agent-Logs-Url: https://github.com/ChecKMarKDevTools/devto-mirror/sessions/50ea1e22-4333-431f-80b7-5f3046fb5fbc

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: anchildress1 <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: anchildress1 <[email protected]>
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