Skip to content

Commit 6faf606

Browse files
build(deps): update jsonpointer requirement from ~=2.3 to ~=3.0
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] <support@github.com>
1 parent ce3dd39 commit 6faf606

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ python-dateutil~=2.8
33
apimatic-core-interfaces~=0.1.0
44
requests~=2.31
55
setuptools>=68.0.0
6-
jsonpointer~=2.3
6+
jsonpointer~=3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
'python-dateutil~=2.8',
2929
'requests~=2.31',
3030
'setuptools>=68.0.0',
31-
'jsonpointer~=2.3'
31+
'jsonpointer>=2.3,<4.0'
3232
],
3333
tests_require=[
3434
'pytest~=7.2.2',

0 commit comments

Comments
 (0)