Skip to content

Commit

Permalink
build(deps): update check-jsonschema requirement from ==0.30.* to ==0…
Browse files Browse the repository at this point in the history
….31.* in /requirements (#352)

* build(deps): update check-jsonschema requirement in /requirements

Updates the requirements on [check-jsonschema](https://github.com/python-jsonschema/check-jsonschema) to permit the latest version.
- [Release notes](https://github.com/python-jsonschema/check-jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/check-jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/check-jsonschema@0.30.0...0.31.0)

---
updated-dependencies:
- dependency-name: check-jsonschema
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* python-version: "3.x"

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <[email protected]>
  • Loading branch information
dependabot[bot] and Borda authored Jan 21, 2025
1 parent 14361a8 commit 04e5367
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/check-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python 🐍
uses: actions/setup-python@v5
with:
python-version: "3.x"

# if actions version is given install defined versions
- name: "[optional] Pull reusable 🤖 actions"
Expand Down
2 changes: 1 addition & 1 deletion requirements/gha-schema.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
check-jsonschema ==0.30.*
check-jsonschema ==0.31.*

0 comments on commit 04e5367

Please sign in to comment.