Skip to content
This repository was archived by the owner on Mar 16, 2023. It is now read-only.

Commit c4d21d2

Browse files
Bump jsonschema from 4.0.1 to 4.3.2 (#56)
Bumps [jsonschema](https://github.com/Julian/jsonschema) from 4.0.1 to 4.3.2. - [Release notes](https://github.com/Julian/jsonschema/releases) - [Changelog](https://github.com/Julian/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.0.1...v4.3.2) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35185a4 commit c4d21d2

File tree

2 files changed

+41
-5
lines changed

2 files changed

+41
-5
lines changed

poetry.lock

+40-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ keywords = ['static-analysis', 'twistlock', 'devsecops', 'prisma-cloud']
2525
python = "^3.8"
2626
tabulate = "~0.8"
2727
jq = ">=1.1,<1.3"
28-
jsonschema = ">=3.2,<4.1"
28+
jsonschema = ">=3.2,<4.4"
2929
requests = ">=2.25,<2.27"
3030
pyyaml = ">=5.3,<6.1"
3131
types-requests = "^2.25.9"

0 commit comments

Comments
 (0)