Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent 066690e commit fb66fab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -36,7 +36,7 @@ webui = ["flask-nav", "Flask", "Flask-Bootstrap", "Flask-WTF"]
remote = ["requests"]

[tool.poetry.dev-dependencies]
jsonschema = "^4.22.0"
jsonschema = "^4.23.0"
mypy = "^1.10.1"
types-requests = "^2.32.0.20240622"
pytest-cov = "^5.0.0"
Expand Down

0 comments on commit fb66fab

Please sign in to comment.