Skip to content

chore(deps): consolidate Dependabot security bumps#135

Merged
Prashant-Surya merged 1 commit into
mainfrom
chore/deps-security-bumps
Jun 1, 2026
Merged

chore(deps): consolidate Dependabot security bumps#135
Prashant-Surya merged 1 commit into
mainfrom
chore/deps-security-bumps

Conversation

@sriramveeraghanta
Copy link
Copy Markdown
Member

Consolidates the 9 open Dependabot security PRs into a single lockfile update. Each package is bumped to its first patched version, resolving all 13 open Dependabot security alerts. The change is uv.lock-only.

Security bumps

Package Bump Severity Advisories Supersedes
urllib3 2.6.3 → 2.7.0 high GHSA-qccp-gfcp-xxvc, GHSA-mf9v-mfxr-j63j #122
python-multipart 0.0.22 → 0.0.27 high / med GHSA-pp6c-gr5w-3c5g, GHSA-mj87-hwqh-73pj #120
authlib 1.6.9 → 1.6.12 medium GHSA-r95x-qfjj-fjj2, GHSA-jj8c-mmj3-mmgv #123
cryptography 46.0.5 → 46.0.7 medium / low GHSA-p423-j2cm-9vmq, GHSA-m959-cc7f-wv43 #100
idna 3.11 → 3.15 medium GHSA-65pc-fj4g-8rjx #128
python-dotenv 1.2.1 → 1.2.2 medium GHSA-mf9w-mj56-hr94 #112
pytest 9.0.2 → 9.0.3 medium GHSA-6w46-j5rx-g56g #107
requests 2.32.5 → 2.33.0 medium GHSA-gc5v-m9x4-r6x2 #94
Pygments 2.19.2 → 2.20.0 low GHSA-5239-wwwm-4pmq #97

Versions are pinned to Dependabot's exact targets (the minimal patched versions) to keep the diff small and avoid major-version jumps — e.g. cryptography stays on 46.x rather than jumping to 48.x.

Lockfile realignment

Re-locking also corrects two entries the committed uv.lock had drifted from pyproject.toml:

  • plane-sdk 0.2.10 → 0.2.12 (pyproject.toml pins plane-sdk==0.2.12)
  • root plane-mcp-server 0.2.10 → 0.2.9 (pyproject.toml declares version = "0.2.9")

Any uv lock produces these, since the prior lock was inconsistent with pyproject.toml.

Verification

  • uv lock --check passes (lock consistent with pyproject.toml)
  • uv sync resolves cleanly; plane_mcp / plane_mcp.server import OK
  • pytest tests/test_oauth_security.py tests/test_stateless_http.py → 13 passed (exercises authlib/cryptography auth stack)
  • Live integration tests require a running server + OAuth provider config and were not run in this environment

Supersedes and closes #94, #97, #100, #107, #112, #120, #122, #123, #128.

Consolidates 9 Dependabot security PRs into one lockfile update,
bumping each package to its first patched version:

- urllib3 2.6.3 -> 2.7.0 (GHSA-qccp-gfcp-xxvc, GHSA-mf9v-mfxr-j63j)
- python-multipart 0.0.22 -> 0.0.27 (GHSA-pp6c-gr5w-3c5g, GHSA-mj87-hwqh-73pj)
- authlib 1.6.9 -> 1.6.12 (GHSA-r95x-qfjj-fjj2, GHSA-jj8c-mmj3-mmgv)
- cryptography 46.0.5 -> 46.0.7 (GHSA-p423-j2cm-9vmq, GHSA-m959-cc7f-wv43)
- idna 3.11 -> 3.15 (GHSA-65pc-fj4g-8rjx)
- python-dotenv 1.2.1 -> 1.2.2 (GHSA-mf9w-mj56-hr94)
- pytest 9.0.2 -> 9.0.3 (GHSA-6w46-j5rx-g56g)
- requests 2.32.5 -> 2.33.0 (GHSA-gc5v-m9x4-r6x2)
- pygments 2.19.2 -> 2.20.0 (GHSA-5239-wwwm-4pmq)

Also realigns the lockfile with pyproject.toml (plane-sdk 0.2.10 -> 0.2.12,
root 0.2.10 -> 0.2.9), which the committed lock had drifted from.

Closes #94, #97, #100, #107, #112, #120, #122, #123, #128
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 30, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4e8f59e6-7139-4724-ab82-e35787283154

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/deps-security-bumps

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Prashant-Surya Prashant-Surya merged commit 369889e into main Jun 1, 2026
1 check 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.

2 participants