[PyOV] Update requirements for Python 3.11 (#15072)

* Update reqs

* update license whitelist

* Revert gast

* Bump distro package
This commit is contained in:
Przemyslaw Wysocki 2023-01-13 11:49:55 +01:00 committed by GitHub
parent 4601b31bd0
commit cfac7e4ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
fail-on-severity: 'low'
allow-licenses:
- 'BSD-2-Clause'
- 'BSD-3-Clause'
- 'BSD-2-Clause AND BSD-3-Clause'
- 'MIT'
- 'Apache-2.0'
fail-on-scopes:

View File

@ -3,7 +3,7 @@ pytest==7.2.0; python_version >= '3.10'
py>=1.9.0
PyYAML>=5.4.1
jsonschema==3.2.0
distro==1.5.0
distro==1.8.0
numpy>=1.19.2
pymongo>=3.12.0
pytest-html>=1.19.0

View File

@ -4,7 +4,7 @@ py>=1.9.0
attrs==22.1.0
PyYAML>=5.4.1
jsonschema==3.2.0
distro==1.5.0
distro==1.8.0
numpy>=1.19.2
pymongo>=3.12.0
pytest-html>=1.19.0

View File

@ -1,4 +1,4 @@
coverage>=4.4.2,<=5.5
coverage>=4.4.2,<=7.0.5
astroid>=2.9.0
pylint>=2.7.0
pyenchant>=3.0.0