Skip to content

Upgrade critical Temoa dependencies (canary) - #327

Merged
jdecarolis merged 5 commits into
mainfrom
unstable
May 18, 2026
Merged

Upgrade critical Temoa dependencies (canary)#327
jdecarolis merged 5 commits into
mainfrom
unstable

Conversation

@jdecarolis

@jdecarolisjdecarolis commented May 18, 2026

Copy link
Copy Markdown
Collaborator

Summary by CodeRabbit

  • Chores
    • Updated development dependencies including mypy, requests, idna, virtualenv, pandas, python-discovery, and types-networkx to latest versions.
    • Updated pandas to version 3.0.3 in production dependencies.

Review Change Stack

@coderabbitai

coderabbitaiBot commented May 18, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: f675818f-0192-4d39-b41f-662b520aa752

📥 Commits

Reviewing files that changed from the base of the PR and between b1b1bbe and 8638ab2.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • requirements-dev.txt
  • requirements.txt

Walkthrough

This pull request updates pinned dependency versions in both requirements-dev.txt and requirements.txt. Seven development packages and one production package receive version bumps with corresponding hash replacements, reflecting upstream releases captured in the lockfiles.

Changes

Dependency Updates

Layer / File(s)Summary
Development dependencies
requirements-dev.txt
Seven development packages are pinned to newer versions: idna (3.14 → 3.15), mypy (2.0.0 → 2.1.0), pandas (3.0.2 → 3.0.3), python-discovery (1.3.0 → 1.3.1), requests (2.33.1 → 2.34.0), types-networkx (3.6.1.20260508 → 3.6.1.20260512), and virtualenv (21.3.1 → 21.3.2). All corresponding --hash values are updated.
Production dependencies
requirements.txt
pandas is pinned to version 3.0.3 with updated --hash entries.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • TemoaProject/temoa#323: Both PRs update pinned dependency versions and their --hash blocks in requirements-dev.txt and/or requirements.txt with no source-code changes.

Suggested labels

Maintenance, dependency-canary, dependencies

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check nameStatusExplanation
Description Check✅ PassedCheck skipped - CodeRabbit’s high-level summary is enabled.
Title check✅ PassedThe title accurately describes the main change: upgrading development dependencies in requirements files. It is specific enough to convey the primary action and relevant to the changeset.
Docstring Coverage✅ PassedNo functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check✅ PassedCheck skipped because no linked issues were found for this pull request.
Out of Scope Changes check✅ PassedCheck skipped because no linked issues were found for this pull request.

✏️ 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 unstable

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

codecovBot commented May 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@jdecarolis
jdecarolis merged commit 1944114 into mainMay 18, 2026
23 checks passed
@jdecarolis
jdecarolis deleted the unstable branch May 18, 2026 18:32
@jdecarolis
jdecarolis restored the unstable branch May 18, 2026 18:55
Sign up for freeto 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.

1 participant

@jdecarolis