Skip to content

Commit 22198bb

Browse files
authored
Merge pull request #34 from peppelinux/1.3.0
security: cbor2 and pycose updates
2 parents 59b0be4 + 9eda68d commit 22198bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymdoccbor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.2.0"
1+
__version__ = "1.3.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ def readme():
3939
# scripts=[f'{_pkg_name}/bin/{_pkg_name}'],
4040
packages=find_packages(include=["pymdoccbor", "pymdoccbor.*"]),
4141
include_package_data=True,
42-
install_requires=["cbor2>=5.4.0", "cbor-diag>=1.1.0", "pycose>=1.0.1"],
42+
install_requires=["cbor2>=5.9.0", "cbor-diag>=1.1.0", "pycose>=1.1.0"],
4343
)

0 commit comments

Comments
 (0)