Skip to content

chore(deps): widen version constraints to unblock Renovate updates#162

Merged
KomanRudden merged 1 commit intomainfrom
chore/widen-dependency-constraints
Mar 13, 2026
Merged

chore(deps): widen version constraints to unblock Renovate updates#162
KomanRudden merged 1 commit intomainfrom
chore/widen-dependency-constraints

Conversation

@KomanRudden
Copy link
Contributor

@KomanRudden KomanRudden commented Mar 11, 2026

Updated cryptography, certifi, uvicorn, pylint

Made-with: Cursor

Explain your changes

Suppose there is a related issue with enough detail for a reviewer to understand your changes fully. In that case, you can omit an explanation and instead include either “Fixes #XX” or “Updates #XX” where “XX” is the issue number.

Checklist

🛟 If you need help, consider asking for advice over in the Kinde community.

- cryptography: >=43.0.1, <43.0.2 → >=43.0.1, <47.0 (unblocks security update to v46)
- certifi: >=2026.1.4, <2026.2.0 → >=2026.1.4 (unblocks certificate bundle updates)
- uvicorn: >=0.37.0, <0.38.0 → >=0.37.0, <1.0.0 (unblocks minor version updates)
- pylint (Poetry): >=2.0, <4.0 → >=4.0.0 (simplify since Poetry can't express conditional markers)

Made-with: Cursor
@KomanRudden KomanRudden requested a review from a team as a code owner March 11, 2026 04:08
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 11, 2026

Walkthrough

This pull request updates dependency versions in requirements.txt. The cryptography library is upgraded to version 43.0.1 with an upper bound constraint, and the upper bound constraint is removed from the certifi dependency.

Changes

Cohort / File(s) Summary
Dependency Updates
requirements.txt
Updated cryptography to >=43.0.1,<47.0 and removed upper bound constraint from certifi (>=2026.1.4).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main objective of the PR: widening version constraints to unblock Renovate dependency updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description check ✅ Passed The pull request description is related to the changeset - it mentions updating cryptography, certifi, uvicorn, and pylint dependencies, which aligns with the dependency constraint changes shown in the raw summary.

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

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/widen-dependency-constraints

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.

@codecov
Copy link

codecov bot commented Mar 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@KomanRudden KomanRudden mentioned this pull request Mar 11, 2026
5 tasks
@KomanRudden KomanRudden merged commit 921068c into main Mar 13, 2026
9 checks passed
@KomanRudden KomanRudden deleted the chore/widen-dependency-constraints branch March 13, 2026 03:24
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