Skip to content

Commit 9eda68d

Browse files
committed
security: cbor and pycose updates
1 parent db4eb31 commit 9eda68d

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)