Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion home/dot_local/share/private_vet/mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"cargo:cargo-deny" = "0.19.0"
"cargo:cargo-geiger" = "0.13.0"

"pipx:semgrep" = "1.165.0"
"pipx:semgrep" = "1.166.0"
"pipx:bandit" = "1.9.4"
"pipx:pip-audit" = "2.10.1"
"pipx:guarddog" = "2.10.0"
Expand Down
18 changes: 9 additions & 9 deletions mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ amazon-ecr-credential-helper = "0.12.0"
"aqua:twpayne/chezmoi" = "2.70.5"
# https://code.claude.com/docs
# https://github.com/anthropics/claude-code/
"aqua:anthropics/claude-code" = "2.1.173"
"aqua:anthropics/claude-code" = "2.1.175"
# GitHub's official command line tool
# https://github.com/cli/cli
"aqua:cli/cli" = "2.94.0"
Expand All @@ -72,7 +72,7 @@ amazon-ecr-credential-helper = "0.12.0"
"aqua:google/go-containerregistry" = "0.21.6"
# runtime for composable workflows
# https://github.com/dagger/dagger
"aqua:dagger/dagger" = "0.21.5"
"aqua:dagger/dagger" = "0.21.6"
# syntax-highlighting pager for git, diff, grep, and blame output
# https://github.com/dandavison/delta
"aqua:dandavison/delta" = "0.19.2"
Expand Down Expand Up @@ -154,11 +154,11 @@ amazon-ecr-credential-helper = "0.12.0"
# lightning-fast, keyboard-focused, yazi-inspired terminal user interface for
# navigating and managing Kubernetes clusters
# https://github.com/janosmiko/lfk
"github:janosmiko/lfk" = "v0.14.3"
"github:janosmiko/lfk" = "v0.14.6"
# Moor is a pager. It's designed to just do the right thing
# without any configuration.
# https://github.com/walles/moor
"aqua:walles/moor" = "2.14.0"
"aqua:walles/moor" = "2.15.0"
# https://github.com/neovim/neovim
"aqua:neovim/neovim" = "0.12.3"
# Capability-based sandboxes with fine-grained policies. Brokering access
Expand All @@ -170,7 +170,7 @@ amazon-ecr-credential-helper = "0.12.0"
"aqua:nushell/nushell" = "0.113.1"
# The open source coding agent
# https://github.com/anomalyco/opencode
"aqua:sst/opencode" = "1.17.3"
"aqua:sst/opencode" = "1.17.4"
# open, universal, coding agent skills, agents, rules,
# and commands organizer and package manager
# https://github.com/enulus/OpenPackage
Expand Down Expand Up @@ -208,7 +208,7 @@ amazon-ecr-credential-helper = "0.12.0"
"aqua:alexpasmantier/television" = "0.15.8"
# workspace manager for your temporary experiments
# https://github.com/tassiovirginio/try-rs
"github:tassiovirginio/try-rs" = "v1.7.10"
"github:tassiovirginio/try-rs" = "v1.7.11"
# code review TUI with vim keybindings
# https://github.com/agavra/tuicr
"github:agavra/tuicr" = "v0.17.1"
Expand All @@ -232,8 +232,8 @@ amazon-ecr-credential-helper = "0.12.0"
"aqua:LuaLS/lua-language-server" = "3.18.2"
"aqua:aquasecurity/tfsec" = "1.28.14"
"aqua:artempyanykh/marksman" = "2026-02-08"
"aqua:astral-sh/ruff" = "0.15.16"
"aqua:astral-sh/uv" = "0.11.20"
"aqua:astral-sh/ruff" = "0.15.17"
"aqua:astral-sh/uv" = "0.11.21"
"aqua:checkmake/checkmake" = "0.3.2"
"aqua:crate-ci/typos" = "1.47.2"
"aqua:dprint/dprint" = "0.54.0"
Expand Down Expand Up @@ -276,6 +276,6 @@ amazon-ecr-credential-helper = "0.12.0"
"pipx:mypy" = "2.1.0"
"pipx:pyproject-flake8" = "7.0.0"
"pipx:ruff-lsp" = "0.0.62"
"pipx:semgrep" = "1.165.0"
"pipx:semgrep" = "1.166.0"
"pipx:sqlfluff" = "4.2.2"
"pipx:yamllint" = "1.38.0"
Loading