Skip to content

Commit

Permalink
adjust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Oct 9, 2023
1 parent 4a140c5 commit 2b6e97a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
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/)

## [5.3.2] 2023-10-13

### Fixed

- pylint/pillow dependencies to avoid errors


## [5.3.1] 2023-09-14

### Fixed
Expand Down
3 changes: 2 additions & 1 deletion src/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ tasks:
<<: *preparation
cmds:
# ignore 51358 safety - dev dependency only
- poetry run safety check -i 51358
# ignore 61489 pillow - dev dependency only
- poetry run safety check -i 51358 -i 61489

check:bandit:
desc: Find common security issues
Expand Down
5 changes: 4 additions & 1 deletion src/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ black = "^23.3.0"
coverage = "^7.2.3"
defusedxml = "^0.7.1"
flake8-formatter-junit-xml = "^0.0.6"
# https://github.com/smarie/python-genbadge/issues/31
pillow = "^9.5.0"
genbadge = "^1.1.0"
mypy = "^1.2.0"
pillow = "^9.5.0"
# https://github.com/rasjani/pylint-junit/issues/1
pylint = "^2"
pylint-junit = "^0.3.2"
pytest = "^7.3.1"
pytest-cov = "^4.0.0"
Expand Down

0 comments on commit 2b6e97a

Please sign in to comment.