Skip to content

Commit

Permalink
Bump jsonschema from 4.19.1 to 4.19.2
Browse files Browse the repository at this point in the history
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.19.1 to 4.19.2.
- [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.19.1...v4.19.2)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2023
1 parent f15ee48 commit 0a859c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.19.1",
"jsonschema==4.19.2",
"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.19.1
jsonschema==4.19.2
requests[security]==2.31.0
simplejson==3.19.2

0 comments on commit 0a859c3

Please sign in to comment.