Update fastjsonschema requirement from ~=2.15.1 to ~=2.16.2 in /tools/mo (#15292)

* Update fastjsonschema requirement from ~=2.15.1 to ~=2.16.2 in /tools/mo

Updates the requirements on [fastjsonschema](https://github.com/horejsek/python-fastjsonschema) to permit the latest version.
- [Release notes](https://github.com/horejsek/python-fastjsonschema/releases)
- [Changelog](https://github.com/horejsek/python-fastjsonschema/blob/master/CHANGELOG.txt)
- [Commits](https://github.com/horejsek/python-fastjsonschema/compare/v2.15.1...v2.16.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Apply suggestions from code review

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
This commit is contained in:
dependabot[bot] 2023-01-27 13:04:00 +04:00 committed by GitHub
parent cd9e772802
commit 0af4578189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -4,4 +4,4 @@ numpy>=1.16.6,<1.25.0
protobuf>=3.18.1,<4.0.0
defusedxml>=0.7.1
requests>=2.25.1
fastjsonschema~=2.15.1
fastjsonschema>=2.15.1,<2.17

View File

@ -8,4 +8,4 @@ requests>=2.20.0
pytest>=6.2.4; python_version < '3.10'
pytest==7.2.0; python_version >= '3.10'
py>=1.9.0
fastjsonschema~=2.15.1
fastjsonschema>=2.15.1,<2.17

View File

@ -3,4 +3,4 @@ networkx<=2.8.8; python_version > "3.6"
numpy>=1.16.6,<1.25.0
defusedxml>=0.7.1
requests>=2.25.1
fastjsonschema~=2.15.1
fastjsonschema>=2.15.1,<2.17

View File

@ -6,4 +6,4 @@ numpy>=1.16.6,<1.25.0
defusedxml>=0.7.1
urllib3>=1.26.4
requests>=2.25.1
fastjsonschema~=2.15.1
fastjsonschema>=2.15.1,<2.17

View File

@ -4,5 +4,5 @@ networkx<=2.8.8; python_version > "3.6"
numpy>=1.16.6,<1.25.0
defusedxml>=0.7.1
requests>=2.25.1
fastjsonschema~=2.15.1
fastjsonschema>=2.15.1,<2.17
protobuf>=3.18.1,<4.0.0

View File

@ -4,4 +4,4 @@ networkx~=2.5; python_version <= "3.6"
networkx<=2.8.8; python_version > "3.6"
defusedxml>=0.7.1
requests>=2.25.1
fastjsonschema~=2.15.1
fastjsonschema>=2.15.1,<2.17

View File

@ -4,4 +4,4 @@ networkx~=2.5; python_version <= "3.6"
networkx<=2.8.8; python_version > "3.6"
defusedxml>=0.7.1
requests>=2.25.1
fastjsonschema~=2.15.1
fastjsonschema>=2.15.1,<2.17