diff --git a/edgetest/__init__.py b/edgetest/__init__.py index 292a99f..bd90f22 100644 --- a/edgetest/__init__.py +++ b/edgetest/__init__.py @@ -1,7 +1,7 @@ """Package initialization.""" -__version__ = "2024.2.0" +__version__ = "2024.4.0" __title__ = "edgetest" __description__ = "Bleeding edge dependency testing" diff --git a/requirements.txt b/requirements.txt index c7d1f19..5d32739 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,21 +1,19 @@ # -# This file is autogenerated by pip-compile with Python 3.9 +# This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --output-file=requirements.txt setup.cfg # -cerberus==1.3.4 + +cerberus==1.3.5 # via edgetest (setup.cfg) -click==8.1.3 +click==8.1.7 # via edgetest (setup.cfg) -packaging==23.0 +packaging==24.0 # via edgetest (setup.cfg) -pluggy==1.0.0 +pluggy==1.4.0 # via edgetest (setup.cfg) tabulate==0.9.0 # via edgetest (setup.cfg) tomlkit==0.11.4 # via edgetest (setup.cfg) - -# The following packages are considered to be unsafe in a requirements file: -# setuptools diff --git a/setup.cfg b/setup.cfg index 5da9148..274b956 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,11 +32,11 @@ classifiers = zip_safe = False include_package_data = True install_requires = - Cerberus<=1.3.4,>=1.3.0 - click<=8.1.3,>=7.0 - pluggy<=1.0.0,>=1.0.0 + Cerberus<=1.3.5,>=1.3.0 + click<=8.1.7,>=7.0 + pluggy<=1.4.0,>=1.0.0 tabulate<=0.9.0,>=0.8.9 - packaging<=23.0,>20.6 + packaging<=24.0,>20.6 tomlkit<=0.11.4,>=0.11.4 [options.extras_require]