Skip to content

Commit

Permalink
Merge pull request greenbone#454 from greenbone/mergify/bp/master/pr-453
Browse files Browse the repository at this point in the history
Downgrade required version for psutil to 5.5.1 (backport greenbone#453)
  • Loading branch information
jjnicola authored Aug 23, 2021
2 parents 129bde5 + 63e31a0 commit 90b7eab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Add method to validate port lists.
[#393](https://github.com/greenbone/ospd/pull/393)
[#395](https://github.com/greenbone/ospd/pull/395)
### Changed
- Use better defaults for file paths and permissions [#429](https://github.com/greenbone/ospd/pull/429)
- Downgrade required version for psutil to 5.5.1 [#453](https://github.com/greenbone/ospd/pull/453)

### Deprecated
### Removed
### Fixed

[Unreleased]: https://github.com/greenbone/ospd/compare/v21.4.3...HEAD

## [21.4.3] - 2021-08-04

### Changed
- Set Log Timestamp to UTC. [#394](https://github.com/greenbone/ospd-openvas/pull/394)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.7"
psutil = "^5.7.2"
psutil = "^5.5.1"
lxml = "^4.5.2"
defusedxml = ">=0.6,<0.8"
paramiko = "^2.7.1"
Expand Down

0 comments on commit 90b7eab

Please sign in to comment.