Skip to content

fix: update dependencies to latest#1422

Merged
kgala2 merged 1 commit into
mainfrom
deps-update-2026-05-25-test
May 26, 2026
Merged

fix: update dependencies to latest#1422
kgala2 merged 1 commit into
mainfrom
deps-update-2026-05-25-test

Conversation

@kgala2
Copy link
Copy Markdown
Collaborator

@kgala2 kgala2 commented May 25, 2026

Updates project dependencies to their latest versions. Preserves the test extra tag for SQLAlchemy (SQLAlchemy[asyncio]) and fixes the broken nox session (removed the dangerous --freeze-outdated-packages flag that was corrupting requirements.txt).

@kgala2 kgala2 requested a review from a team as a code owner May 25, 2026 21:01
@kgala2 kgala2 force-pushed the deps-update-2026-05-25-test branch from 25603d5 to 3ee4b6b Compare May 25, 2026 21:02
@kgala2 kgala2 changed the title chore: update dependencies to latest fix: update dependencies to latest May 25, 2026
Comment thread noxfile.py
)
session.run(
"pip-review","--auto","--freeze-outdated-packages",
"pip-review", "--auto",
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.

Curious - if this --freeze-outdated-packages intended?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

--freeze-outdated-packages is not necessary. For some reason the "pip-review" tool uses the word "freeze" to mean "save the new version into requirements.txt."

@kgala2 kgala2 merged commit 6bb9b37 into main May 26, 2026
22 checks passed
@kgala2 kgala2 deleted the deps-update-2026-05-25-test branch May 26, 2026 17:10
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