Skip to content

Commit bddeaa8

Browse files
Merge pull request #72 from aruba/dependencies-fix
Setup Dependencies Update to fix corresponding central python workflows alerts.
2 parents 33a977b + c3c0308 commit bddeaa8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="pycentral",
10-
version="1.4.1",
10+
version="1.4.2",
1111
author="aruba-automation",
1212
author_email="[email protected]",
1313
description="Aruba Central Python Package",
@@ -25,7 +25,7 @@
2525
'Development Status :: 4 - Beta'
2626
],
2727
python_requires='>=3.8',
28-
install_requires=['requests==2.31.0', 'PyYAML==6.0.1', 'urllib3==2.2.2', 'certifi==2024.7.4'],
28+
install_requires=['requests==2.32.5', 'PyYAML==6.0.3', 'urllib3==2.6.3', 'certifi==2026.1.4'],
2929
extras_require={
3030
'colorLog': ["colorlog"]
3131
}

0 commit comments

Comments
 (0)