Skip to content

Commit

Permalink
build(deps): update jsonpickle requirement from ~=3.3.0 to ~=4.0.1
Browse files Browse the repository at this point in the history
Updates the requirements on [jsonpickle](https://github.com/jsonpickle/jsonpickle) to permit the latest version.
- [Release notes](https://github.com/jsonpickle/jsonpickle/releases)
- [Changelog](https://github.com/jsonpickle/jsonpickle/blob/main/CHANGES.rst)
- [Commits](jsonpickle/jsonpickle@v3.3.0...v4.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent 7c69a31 commit 77f15de
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.3.0
jsonpickle~=4.0.1
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.3.0',
'jsonpickle>=3.3,<4.1',
'python-dateutil~=2.8',
'requests~=2.31',
'setuptools>=68.0.0',
Expand Down

0 comments on commit 77f15de

Please sign in to comment.