Skip to content

Commit

Permalink
Bump jsonschema from 4.19.2 to 4.20.0
Browse files Browse the repository at this point in the history
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.19.2 to 4.20.0.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.19.2...v4.20.0)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcospri committed Nov 20, 2023
1 parent bb6bf24 commit 5a9074d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jinja2==2.11.3
# -r requirements/requirements.txt
# data-tasks
# pyramid-jinja2
jsonschema==4.19.2
jsonschema==4.20.0
# via
# -r requirements/requirements.txt
# h-api
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jinja2==2.11.3
# -r requirements/requirements.txt
# data-tasks
# pyramid-jinja2
jsonschema==4.19.2
jsonschema==4.20.0
# via
# -r requirements/requirements.txt
# h-api
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jinja2==2.11.3
# -r requirements/tests.txt
# data-tasks
# pyramid-jinja2
jsonschema==4.19.2
jsonschema==4.20.0
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jinja2==2.11.3
# via
# data-tasks
# pyramid-jinja2
jsonschema==4.19.2
jsonschema==4.20.0
# via
# -r requirements/requirements.in
# h-api
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jinja2==2.11.3
# -r requirements/requirements.txt
# data-tasks
# pyramid-jinja2
jsonschema==4.19.2
jsonschema==4.20.0
# via
# -r requirements/requirements.txt
# h-api
Expand Down

0 comments on commit 5a9074d

Please sign in to comment.