Skip to content

Commit

Permalink
build(deps-dev): bump jsonschema from 4.20.0 to 4.21.1
Browse files Browse the repository at this point in the history
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.20.0 to 4.21.1.
- [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.20.0...v4.21.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 5ad435b commit 20f2c3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ requests = {version = "^2.31.0", optional = true}
fetch_lists = ["requests"]

[tool.poetry.dev-dependencies]
jsonschema = "^4.20.0"
jsonschema = "^4.21.1"
mypy = "^1.8.0"
pytest-cov = "^4.1.0"
types-requests = "^2.31.0.20240106"
Expand Down

0 comments on commit 20f2c3c

Please sign in to comment.