Skip to content

Commit

Permalink
Update jsonpointer requirement from <3 to <4
Browse files Browse the repository at this point in the history
Updates the requirements on [jsonpointer](https://github.com/stefankoegl/python-json-pointer) to permit the latest version.
- [Commits](stefankoegl/python-json-pointer@v0.1...v3.0.0)

---
updated-dependencies:
- dependency-name: jsonpointer
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 691e2e6 commit 4d43db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
test_requires = [
"nose2<1",
"nose2-cov==1.0a4",
"jsonpointer<3",
"jsonpointer<4",
"PyYAML<7",
"u-msgpack-python<3",
]
Expand Down

0 comments on commit 4d43db2

Please sign in to comment.