From 2719a89ffe4e2693de5bbbe5a7efd4afc003cafd Mon Sep 17 00:00:00 2001 From: Louis Pieterse Date: Mon, 24 Jun 2024 09:51:23 +0100 Subject: [PATCH] Bump dependency version (#147) * Minor tweaks to comply with latest black * Bump to 0.8.1 --- setup.py | 26 +++++++++++------------ tests/test_functional_archive_logs.py | 1 - tests/test_functional_spread_schedules.py | 1 - 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/setup.py b/setup.py index ea06d35..63ce3a4 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="cicada", - version="0.8.0", + version="0.8.1", description="Lightweight, agent-based, distributed scheduler", long_description=long_description, long_description_content_type="text/markdown", @@ -18,21 +18,21 @@ "Programming Language :: Python :: 3 :: Only", ], install_requires=[ - "psycopg2-binary==2.9.7", - "pyyaml==6.0", - "croniter==1.4.1", - "tabulate==0.9", - "slack-sdk==3.22.0", - "backoff==2.2", + "psycopg2-binary==2.9.*", + "pyyaml==6.0.*", + "croniter==2.0.*", + "tabulate==0.9.*", + "slack-sdk==3.30.*", + "backoff==2.2.*", ], extras_require={ "dev": [ - "pytest==7.4.2", - "pytest-cov==4.0", - "pytest-mock==3.10", - "black==23.9.1", - "flake8==6.0", - "freezegun==1.2", + "pytest==8.2.*", + "pytest-cov==5.0.*", + "pytest-mock==3.14.*", + "black==24.4.*", + "flake8==7.1.*", + "freezegun==1.5.*", ] }, entry_points={"console_scripts": ["cicada=cicada.cli:main"]}, diff --git a/tests/test_functional_archive_logs.py b/tests/test_functional_archive_logs.py index eec7394..81968ee 100644 --- a/tests/test_functional_archive_logs.py +++ b/tests/test_functional_archive_logs.py @@ -3,7 +3,6 @@ Test archiving schedule_log entries into schedule_log_historical """ - from unittest import result import pytest import os diff --git a/tests/test_functional_spread_schedules.py b/tests/test_functional_spread_schedules.py index 037c931..a36cca9 100644 --- a/tests/test_functional_spread_schedules.py +++ b/tests/test_functional_spread_schedules.py @@ -1,6 +1,5 @@ """test_main_functionality.py""" - import pytest import os import datetime