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 #453 from jjnicola/psutil
Browse files Browse the repository at this point in the history
Downgrade required version for psutil to 5.5.1
  • Loading branch information
jjnicola authored Aug 18, 2021
2 parents a27f719 + 4f13f89 commit f5c6222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### 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
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 f5c6222

Please sign in to comment.