Skip to content

Commit

Permalink
Merge pull request #3314 from wazuh/3292-fix-windows-requirements-pyt…
Browse files Browse the repository at this point in the history
…hon310

Fix Windows framework installation error for python3.10
  • Loading branch information
jmv74211 authored Sep 21, 2022
2 parents 24eacc3 + 82e60c5 commit db6bc04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Release report: https:/wazuh/wazuh/issues/14827

### Changed

- Change required version of urllib3 and requests dependencies \- (Framework)
- Update wazuh-logtest messages for integration tests \- (Tests)

## [4.3.7] - 24-08-2022
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ pyOpenSSL==19.1.0
pytest-html==3.1.1
pytest==6.2.5
pyyaml==5.4
requests==2.23.0
requests>=2.23.0
scipy>=1.0; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows'
seaborn>=0.11.1; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows'
setuptools~=56.0.0
testinfra==5.0.0
jq>=1.1.2; platform_system == "Linux" or platform_system == "Darwin"
cryptography==3.3.2; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows'
urllib3
urllib3>=1.26.5
numpydoc>=1.1.0
ansible-runner>=2.0.1 ; platform_system == "Linux"
docker>=5.0.0 ; platform_system == "Linux" or platform_system=='Windows'
Expand Down

0 comments on commit db6bc04

Please sign in to comment.