Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
Merge pull request #455 from greenbone/mergify/bp/ospd-20.08/pr-453
Browse files Browse the repository at this point in the history
Downgrade required version for psutil to 5.5.1 (backport #453)
  • Loading branch information
jjnicola committed Aug 18, 2021
2 parents a648fab + eef6e18 commit cbf931b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
### 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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.5"
psutil = "^5.7.0"
psutil = "^5.5.1"
lxml = "^4.5.1"
defusedxml = "^0.6.0"
paramiko = "^2.7.1"
Expand Down

0 comments on commit cbf931b

Please sign in to comment.