Skip to content

fix(deps): update aiohttp to v3.13.5 and adjust settings#78

Merged
MountainGod2 merged 1 commit into
mainfrom
develop
Apr 1, 2026
Merged

fix(deps): update aiohttp to v3.13.5 and adjust settings#78
MountainGod2 merged 1 commit into
mainfrom
develop

Conversation

@MountainGod2
Copy link
Copy Markdown
Owner

@MountainGod2 MountainGod2 commented Apr 1, 2026

Summary by CodeRabbit

  • Chores
    • Updated aiohttp dependency to a newer patch version.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.06%. Comparing base (9b43081) to head (8cbd935).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #78   +/-   ##
=======================================
  Coverage   92.06%   92.06%           
=======================================
  Files           7        7           
  Lines         630      630           
  Branches       72       72           
=======================================
  Hits          580      580           
  Misses         30       30           
  Partials       20       20           
Flag Coverage Δ
3.10 91.11% <ø> (ø)
3.11 91.11% <ø> (ø)
3.12 91.11% <ø> (ø)
3.13 91.11% <ø> (ø)
3.14 91.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 1, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 39e360d9-dc92-4d8b-9936-028637424e2f

📥 Commits

Reviewing files that changed from the base of the PR and between 9b43081 and 8cbd935.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • .github/renovate.json
  • pyproject.toml

📝 Walkthrough

Walkthrough

Configuration updates include: renovate.json now applies 'fix' semantic commit type to vulnerability alerts. pyproject.toml updates aiohttp dependency from >=3.13.3 to >=3.13.5 and adds uv tool configuration for aiohttp's exclude-newer behavior.

Changes

Cohort / File(s) Summary
Renovate Configuration
.github/renovate.json
Added semanticCommitType: "fix" to the vulnerabilityAlerts object, changing security-related PR commits from "chore" to "fix" type while preserving existing semanticCommitScope, labels, and assignees settings.
Dependency Management
pyproject.toml
Bumped aiohttp dependency requirement from >=3.13.3 to >=3.13.5 and added tool.uv.exclude-newer-package = { aiohttp = false } configuration to exempt aiohttp from the existing "1 week" exclude-newer policy.
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main changes: updating aiohttp dependency and adjusting configuration settings in the codebase.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch develop

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.

@MountainGod2 MountainGod2 merged commit 425d141 into main Apr 1, 2026
16 checks passed
@MountainGod2 MountainGod2 deleted the develop branch April 1, 2026 23:07
@MountainGod2 MountainGod2 added dependencies Dependency update security Security update labels Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency update security Security update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants