Update networkx requirement from <=2.8.8 to <=3.1 in /tools/pot (#16745)

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.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-04-24 13:37:35 +04:00 committed by GitHub
parent 63f5c2f0e7
commit eac265722f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ INSTALL_REQUIRES = [
"scipy>=1.8; python_version >= '3.8'",
"jstyleson>=0.0.2",
"addict>=2.4.0",
"networkx<=2.8.8",
"networkx<=3.1",
"tqdm>=4.54.1",
"texttable>=1.6.3",
"openvino-telemetry>=2022.1.0"