Skip to content

chore(deps): bump dify-plugin to 0.9.1 to fix requests alert#2320

Merged
nicoloboschi merged 1 commit into
mainfrom
chore/dependabot-dify-requests
Jun 22, 2026
Merged

chore(deps): bump dify-plugin to 0.9.1 to fix requests alert#2320
nicoloboschi merged 1 commit into
mainfrom
chore/dependabot-dify-requests

Conversation

@dcbouius

Copy link
Copy Markdown
Contributor

Follow-up to #2303. The requests alert on the dify integration was a holdout there because dify-plugin==0.8.0 pinned requests>=2.32.3,<2.33.dev0, holding it below the 2.33.0 patch. Upstream dify-plugin 0.9.1 now requires requests>=2.33.1, so the cap is gone.

  • dify-plugin 0.8.0 → 0.9.1
  • requests 2.32.5 → 2.34.2 (≥ 2.33.0 patch)

uv lock --check passes.

Remaining medium/low alerts (all genuine upstream/no-patch holdouts)

Re-verified against latest upstream — none are fixable today:

Alert Blocker
postcss (root) next@16.2.9 (latest) still vendors postcss 8.4.31
http-proxy-middleware (root) webpack-dev-server@5.2.5 (latest) still pins ^2.0.9; dev-server only
uuid (root) sockjs (webpack-dev-server, dev-only); v3/v5/v6 buf advisory N/A to its v4() usage
js-yaml (root) gray-matter@4.0.3 (latest) pins js-yaml ^3; forcing v4 breaks docs build
esbuild (root) tsup@8.5.1 (latest) pins esbuild ^0.27.0; advisory is dev-server-on-Windows, not our bundling use
diskcache ×2, torch No upstream patch released

dify-plugin 0.8.0 pinned requests>=2.32.3,<2.33.dev0, which held requests
below the 2.33.0 security patch (GHSA for .netrc credential leak). Upstream
dify-plugin 0.9.1 now requires requests>=2.33.1, lifting the cap.

- dify-plugin 0.8.0 -> 0.9.1
- requests 2.32.5 -> 2.34.2
@nicoloboschi nicoloboschi merged commit c7e5095 into main Jun 22, 2026
84 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.

2 participants