diff --git a/edgetest_conda/__init__.py b/edgetest_conda/__init__.py index 6f3a5d7..f17b37a 100644 --- a/edgetest_conda/__init__.py +++ b/edgetest_conda/__init__.py @@ -1,6 +1,6 @@ """Package initialization.""" -__version__ = "2023.8.0" +__version__ = "2024.4.0" __title__ = "edgetest-conda" __description__ = "Conda edgetest plugin" diff --git a/requirements.txt b/requirements.txt index 46c40a7..8eb650f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,15 @@ # -# This file is autogenerated by pip-compile with Python 3.10 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --output-file=requirements.txt setup.cfg # + cerberus==1.3.4 # via edgetest click==8.1.3 # via edgetest -edgetest==2023.6.1 +edgetest==2024.2.0 # via edgetest-conda (setup.cfg) packaging==23.0 # via edgetest