Skip to content

Update dependencies#749

Merged
firefly-cpp merged 2 commits intomasterfrom
update-deps
Feb 24, 2026
Merged

Update dependencies#749
firefly-cpp merged 2 commits intomasterfrom
update-deps

Conversation

@zStupan
Copy link
Contributor

@zStupan zStupan commented Feb 24, 2026

Summary

  • Updated Piillow, to patch CVE-2026-25990
  • Fixed CI errors. The problem was a stale uv.lock because of bumpversion. When bumping the version in pyproject.toml, we should run uv lock to update the niapy version in the lockfile. I suggest turning off auto-commit/tag in the bumpversion config and running a script like this instead:
#!/bin/bash
set -eu

BUMP="${1:-patch}"

bump-my-version bump "$1"
uv lock
VERSION=$(uv version)
git commit -am "Bump version to $VERSION"
git tag "v$VERSION"

@firefly-cpp firefly-cpp self-assigned this Feb 24, 2026
@firefly-cpp
Copy link
Contributor

Thanks!

@firefly-cpp firefly-cpp merged commit bf1535d into master Feb 24, 2026
15 checks passed
@firefly-cpp firefly-cpp deleted the update-deps branch February 24, 2026 20:31
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