Update networkx requirement from <=3.1 to <=3.2.1 in /tools/pot (#20751)

Updates the requirements on [networkx](https://github.com/networkx/networkx) to permit the latest version.
- [Release notes](https://github.com/networkx/networkx/releases)
- [Commits](https://github.com/networkx/networkx/compare/networkx-0.23...networkx-3.2.1)

---
updated-dependencies:
- dependency-name: networkx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-13 17:44:08 +04:00 committed by GitHub
parent 03a1ba1f81
commit 8b7537a30d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ INSTALL_REQUIRES = [
"scipy>=1.8", "scipy>=1.8",
"jstyleson>=0.0.2", "jstyleson>=0.0.2",
"addict>=2.4.0", "addict>=2.4.0",
"networkx<=3.1", "networkx<=3.2.1",
"tqdm>=4.54.1", "tqdm>=4.54.1",
"texttable>=1.6.3", "texttable>=1.6.3",
"openvino-telemetry>=2022.1.0" "openvino-telemetry>=2022.1.0"