Skip to content

fix: update aiohttp version to 3.14.1 in requirements files#973

Merged
Avijit-Microsoft merged 1 commit into
devfrom
psl-kmgen22
Jun 23, 2026
Merged

fix: update aiohttp version to 3.14.1 in requirements files#973
Avijit-Microsoft merged 1 commit into
devfrom
psl-kmgen22

Conversation

@Dhanushree-Microsoft

Copy link
Copy Markdown
Contributor

Purpose

This pull request primarily updates various dependencies across Python and JavaScript projects to newer versions, focusing on security, compatibility, and bug fixes. The changes affect requirements files for Python scripts and the package-lock.json for the frontend application.

Does this introduce a breaking change?

  • Yes
  • No

@github-actions

Copy link
Copy Markdown
Contributor

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL140321684% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
163 0 💤 0 ❌ 0 🔥 5.854s ⏱️

@Dhanushree-Microsoft Dhanushree-Microsoft changed the base branch from main to dev June 23, 2026 08:45

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This pull request updates pinned dependency versions across the backend Python requirements files and the frontend lockfile to pick up security/bugfix releases while keeping the change surface limited to dependency metadata.

Changes:

  • Bump aiohttp from 3.14.0 to 3.14.1 in both backend and infra agent script requirements.
  • Bump pypdf from 6.12.0 to 6.13.3 for the infra index scripts.
  • Refresh src/App/package-lock.json to newer patch versions for several frontend transitive dependencies (e.g., Babel packages, browserslist ecosystem, Vite patch bump).

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
src/App/package-lock.json Updates resolved/transitive frontend dependency versions (patch-level bumps and dedup changes like semver).
src/api/requirements.txt Pins aiohttp to 3.14.1 for the backend API environment.
infra/scripts/index_scripts/requirements.txt Pins pypdf to 6.13.3 for index-related infra scripts.
infra/scripts/agent_scripts/requirements.txt Pins aiohttp to 3.14.1 for agent-related infra scripts.
Files not reviewed (1)
  • src/App/package-lock.json: Generated file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Avijit-Microsoft Avijit-Microsoft merged commit 2c186aa into dev Jun 23, 2026
17 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