From 8e1c7ad981ffe4e5fd97cfde6a503ecd10a19b66 Mon Sep 17 00:00:00 2001 From: JacobDawang Date: Fri, 19 Apr 2024 10:08:16 -0600 Subject: [PATCH] Bumpver and compile reqs --- edgetest_conda/__init__.py | 2 +- requirements.txt | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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