Skip to content

Commit

Permalink
[PyOV] Remove py package (openvinotoolkit#27248)
Browse files Browse the repository at this point in the history
 - `py` package has a high CVE on it
 - it's also in maintenance mode
- there are seemingly no usages of that package in the codebase, so it
can be dropped
 - let's wait for CI results to confirm

 - CVS-156002
  • Loading branch information
p-wysocki authored and akuporos committed Nov 8, 2024
1 parent 28e80c2 commit 305b489
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/bindings/python/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pytest-html==4.1.1
pytest-timeout==2.2.0

# Python bindings
py>=1.9.0
pygments>=2.8.1
setuptools>=65.6.1
sympy>=1.10
Expand Down
1 change: 0 additions & 1 deletion src/bindings/python/requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ pytest-forked; sys_platform != 'win32'
pytest-xdist
pytest-html
pytest
py
radon
retrying
tox
Expand Down
1 change: 0 additions & 1 deletion tools/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ astroid>=2.9.0
pylint>=2.7.0
pyenchant>=3.0.0
test-generator==0.1.1
py>=1.9.0
urllib3>=1.26.4
openvino-telemetry>=2023.2.1
1 change: 0 additions & 1 deletion tools/mo/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ test-generator
defusedxml
requests
pytest
py
fastjsonschema

0 comments on commit 305b489

Please sign in to comment.