[PyOV] Update requirements for Python 3.11 (#15072)
* Update reqs * update license whitelist * Revert gast * Bump distro package
This commit is contained in:
parent
4601b31bd0
commit
cfac7e4ee4
2
.github/dependency_review.yml
vendored
2
.github/dependency_review.yml
vendored
@ -1,6 +1,8 @@
|
|||||||
fail-on-severity: 'low'
|
fail-on-severity: 'low'
|
||||||
allow-licenses:
|
allow-licenses:
|
||||||
|
- 'BSD-2-Clause'
|
||||||
- 'BSD-3-Clause'
|
- 'BSD-3-Clause'
|
||||||
|
- 'BSD-2-Clause AND BSD-3-Clause'
|
||||||
- 'MIT'
|
- 'MIT'
|
||||||
- 'Apache-2.0'
|
- 'Apache-2.0'
|
||||||
fail-on-scopes:
|
fail-on-scopes:
|
||||||
|
@ -3,7 +3,7 @@ pytest==7.2.0; python_version >= '3.10'
|
|||||||
py>=1.9.0
|
py>=1.9.0
|
||||||
PyYAML>=5.4.1
|
PyYAML>=5.4.1
|
||||||
jsonschema==3.2.0
|
jsonschema==3.2.0
|
||||||
distro==1.5.0
|
distro==1.8.0
|
||||||
numpy>=1.19.2
|
numpy>=1.19.2
|
||||||
pymongo>=3.12.0
|
pymongo>=3.12.0
|
||||||
pytest-html>=1.19.0
|
pytest-html>=1.19.0
|
||||||
|
@ -4,7 +4,7 @@ py>=1.9.0
|
|||||||
attrs==22.1.0
|
attrs==22.1.0
|
||||||
PyYAML>=5.4.1
|
PyYAML>=5.4.1
|
||||||
jsonschema==3.2.0
|
jsonschema==3.2.0
|
||||||
distro==1.5.0
|
distro==1.8.0
|
||||||
numpy>=1.19.2
|
numpy>=1.19.2
|
||||||
pymongo>=3.12.0
|
pymongo>=3.12.0
|
||||||
pytest-html>=1.19.0
|
pytest-html>=1.19.0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
coverage>=4.4.2,<=5.5
|
coverage>=4.4.2,<=7.0.5
|
||||||
astroid>=2.9.0
|
astroid>=2.9.0
|
||||||
pylint>=2.7.0
|
pylint>=2.7.0
|
||||||
pyenchant>=3.0.0
|
pyenchant>=3.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user