Skip to content

Commit 5f6d639

Browse files
build(deps): update jsonpickle requirement
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.1.2) --- updated-dependencies: - dependency-name: jsonpickle dependency-version: 4.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c1548a2 commit 5f6d639

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
@@ -1,4 +1,4 @@
1-
jsonpickle>=3.3, <4.1
1+
jsonpickle>=4.1.2, <4.2
22
python-dateutil>= 2.9, < 3.0
33
apimatic-core-interfaces~=0.1.0, >= 0.1.8
44
requests~=2.31

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
packages=find_packages(),
2525
install_requires=[
2626
'apimatic-core-interfaces~=0.1.0, >= 0.1.8',
27-
'jsonpickle>=3.3, <4.1',
27+
'jsonpickle>=3.3, <4.2',
2828
'python-dateutil>= 2.9, < 3.0',
2929
'requests~=2.31',
3030
'setuptools>=68.0.0',

0 commit comments

Comments
 (0)