Skip to content

Commit

Permalink
build(deps): update jsonpickle to 3.3.x (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrafnadeem-apimatic authored Dec 11, 2024
1 parent 5d566b7 commit 094cf6b
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
@@ -1,4 +1,4 @@
jsonpickle~=3.0.1, >= 3.0.1
jsonpickle~=3.3.0
python-dateutil~=2.8
apimatic-core-interfaces~=0.1.0
requests~=2.31
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
packages=find_packages(),
install_requires=[
'apimatic-core-interfaces~=0.1.0',
'jsonpickle~=3.0.1, >= 3.0.1',
'jsonpickle~=3.3.0',
'python-dateutil~=2.8',
'requests~=2.31',
'setuptools>=68.0.0',
Expand Down

0 comments on commit 094cf6b

Please sign in to comment.