Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.3.3] 2026-07-15
### Changed
- upgraded dependencies

## [1.3.3] 2026-04-30
### Changed
- upgraded dependencies
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ commands =
allowlist_externals =
uv
commands =
uv export --all-groups --output audit.txt
uv export --all-groups --no-emit-project --output-file audit.txt
uv run pip-audit -r audit.txt --require-hashes
uv run safety scan

Expand Down
Loading
Loading