Skip to content

Fix Dependabot setuptools security update in qa-integration - #1105

Open
travagliad wants to merge 1 commit into
mainfrom
cursor/pmm-fb-test-repair-fc76
Open

Fix Dependabot setuptools security update in qa-integration#1105
travagliad wants to merge 1 commit into
mainfrom
cursor/pmm-fb-test-repair-fc76

Conversation

@travagliad

Copy link
Copy Markdown
Contributor

Why

Dependabot security updates for setuptools in qa-integration/pmm_qa were failing on main with dependency_file_not_supported. The setuptools>=65.0.0,<74 constraint blocked the patched version (83.0.0) required by GHSA security advisories.

How

  • Bumped setuptools constraint to >=83.0.0,<84 in qa-integration/pmm_qa/requirements.txt
  • Verified pip install -r requirements.txt resolves to setuptools 83.0.0

Bump setuptools constraint from >=65.0.0,<74 to >=83.0.0,<84 so
Dependabot can apply GHSA security patches. The old upper bound
blocked the required 83.0.0 release.

Co-authored-by: davi.travaglia <davi.travaglia@percona.com>
@travagliad
travagliad marked this pull request as ready for review July 23, 2026 15:01
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.

2 participants