Skip to content

Commit

Permalink
build(deps): update jsonpointer requirement from ~=2.3 to ~=3.0
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@v2.3...v3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent 7c69a31 commit 140d34c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ python-dateutil~=2.8
apimatic-core-interfaces~=0.1.0
requests~=2.31
setuptools>=68.0.0
jsonpointer~=2.3
jsonpointer~=3.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'python-dateutil~=2.8',
'requests~=2.31',
'setuptools>=68.0.0',
'jsonpointer~=2.3'
'jsonpointer>=2.3,<4.0'
],
tests_require=[
'pytest~=7.2.2',
Expand Down

0 comments on commit 140d34c

Please sign in to comment.