Skip to content

Commit

Permalink
avoid safety issue 62044 for pip less than 23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Nov 6, 2023
1 parent 68e33cc commit df55b60
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 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.4] 2023-11-06

### Fixed

- avoid safety issue 62044 for pip less than 23.3


## [5.3.3] 2023-10-13

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions src/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ flake8-formatter-junit-xml = "^0.0.6"
pillow = "^9.5.0"
genbadge = "^1.1.0"
mypy = "^1.2.0"
# Avoid safety issue 62044 for pip less than 23.3
pip = ">=23.3"
# https://github.com/rasjani/pylint-junit/issues/1
pylint = "^2"
pylint-junit = "^0.3.2"
Expand Down

0 comments on commit df55b60

Please sign in to comment.