Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Jun 3, 2024
2 parents 22b6b1e + 519b5d7 commit 16ce64d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/)

## [6.3.1] 2024-06-03

### Security

- ignore dev dependency security issue 70612 for jinja2


## [6.3.0] 2024-05-22

### Changed
Expand Down
3 changes: 2 additions & 1 deletion src/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ tasks:
cmds:
# ignore 51358 safety - dev dependency only
# ignore 67599 pip - dev dependency only
- poetry run safety check -i 51358 -i 67599
# ignore 70612 jinja2 - dev dependency only
- poetry run safety check -i 51358 -i 67599 -i 70612

check:ruff:
desc: Complain about everything else
Expand Down

0 comments on commit 16ce64d

Please sign in to comment.