Skip to content

Commit

Permalink
Bump jsonschema from 4.21.1 to 4.22.0
Browse files Browse the repository at this point in the history
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.21.1 to 4.22.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.21.1...v4.22.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 May 6, 2024
1 parent 7388e99 commit d5ec739
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ isort==5.13.2
# via -r requirements-dev.in
jsonref==1.1.0
# via -r requirements.txt
jsonschema==4.21.1
jsonschema==4.22.0
# via -r requirements.txt
jsonschema-specifications==2023.12.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
click~=8.1
jsonref~=1.1
jsonschema~=4.21
jsonschema~=4.22
pyyaml~=6.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ click==8.1.7
# via -r requirements.in
jsonref==1.1.0
# via -r requirements.in
jsonschema==4.21.1
jsonschema==4.22.0
# via -r requirements.in
jsonschema-specifications==2023.12.1
# via jsonschema
Expand Down

0 comments on commit d5ec739

Please sign in to comment.