Skip to content

Commit 6a73d36

Browse files
Update the dependencies
1 parent 38c26ec commit 6a73d36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33

4-
requires = ["requests==2.28.1", "urllib3==1.26.13"]
4+
requires = ["requests>=2.28.2", "urllib3>=1.26.14"]
55

66
packages = ["ReversingLabs",
77
"ReversingLabs.SDK"]
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="reversinglabs-sdk-py3",
14-
version="2.4.2",
14+
version="2.4.3",
1515
description="Python SDK for using ReversingLabs services - Python 3 version.",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)