Skip to content

Commit

Permalink
Bump jsonschema from 4.20.0 to 4.21.1 (#393)
Browse files Browse the repository at this point in the history
* Bump jsonschema from 4.20.0 to 4.21.1

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:production
  update-type: version-update:semver-minor
...

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

* Update dependabot.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christian Clauss <[email protected]>
  • Loading branch information
dependabot[bot] and cclauss authored Jan 21, 2024
1 parent 7f537ff commit bb57406
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
21 changes: 18 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
groups:
GitHub_Actions:
patterns:
- "*" # Group all Actions updates into a single larger pull request
reviewers:
- cclauss
- cdrini
schedule:
interval: weekly
day: sunday
- package-ecosystem: "pip"
directory: "/"
open-pull-requests-limit: 10
groups:
PyPI:
patterns:
- "*" # Group all PyPI updates into a single larger pull request
reviewers:
- cclauss
- cdrini
- cclauss
- cdrini
schedule:
interval: weekly
day: sunday
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"backoff==2.2.1",
"internetarchive==3.5.0",
"jsonpickle==3.0.2",
"jsonschema==4.20.0",
"jsonschema==4.21.1",
"requests[security]==2.31.0",
"simplejson==3.19.2",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
backoff==2.2.1
internetarchive==3.5.0
jsonpickle==3.0.2
jsonschema==4.20.0
jsonschema==4.21.1
requests[security]==2.31.0
simplejson==3.19.2

0 comments on commit bb57406

Please sign in to comment.