From 5cdf5731fc4ad48eb654b0ce3a6866f60843a692 Mon Sep 17 00:00:00 2001 From: Dramelac Date: Sat, 24 Aug 2024 16:48:02 +0200 Subject: [PATCH] New stable version --- exegol-resources | 2 +- exegol/config/ConstantConfig.py | 2 +- requirements.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exegol-resources b/exegol-resources index 833f0359..314c14d8 160000 --- a/exegol-resources +++ b/exegol-resources @@ -1 +1 @@ -Subproject commit 833f035933eec193fc8a32cc31c44eee80564a6b +Subproject commit 314c14d8e275f6d9111b7f434b3f846444fdbf60 diff --git a/exegol/config/ConstantConfig.py b/exegol/config/ConstantConfig.py index 65ede8d4..c4519dde 100644 --- a/exegol/config/ConstantConfig.py +++ b/exegol/config/ConstantConfig.py @@ -5,7 +5,7 @@ class ConstantConfig: """Constant parameters information""" # Exegol Version - version: str = "4.3.5b1" + version: str = "4.3.5" # Exegol documentation link documentation: str = "https://exegol.rtfd.io/" diff --git a/requirements.txt b/requirements.txt index b1542428..af0af7db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ docker~=7.1.0 requests~=2.32.3 rich~=13.7.1 GitPython~=3.1.43 -PyYAML>=6.0.1 -argcomplete~=3.3.0 +PyYAML>=6.0.2 +argcomplete~=3.5.0 tzlocal~=5.2