diff --git a/CHANGELOG.md b/CHANGELOG.md index 058dabf1..d69e0a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 4eb7973c..b180b566 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"