Skip to content

Commit bf947df

Browse files
build(deps): update jsonpickle requirement from ~=3.3.0 to >=3.3, <4.1 (#93)
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.2) --- updated-dependencies: - dependency-name: jsonpickle dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Muhammad Sufyan <muhammad.sufyan@apimatic.io>
1 parent 8a761c7 commit bf947df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jsonpickle~=3.3.0
1+
jsonpickle>=3.3, <4.1
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.0',
27+
'jsonpickle>=3.3, <4.1',
2828
'python-dateutil>= 2.9, < 3.0',
2929
'requests~=2.31',
3030
'setuptools>=68.0.0',

0 commit comments

Comments
 (0)