From 331c61041d96286deae4606115e91a6f6471736f Mon Sep 17 00:00:00 2001 From: marwin1991 Date: Sun, 12 Oct 2025 08:28:26 +0200 Subject: [PATCH] Update dependencies and remove JUNIE.md file Updated dependency versions in requirements.txt to ensure compatibility and address potential issues. Removed JUNIE.md as it is no longer relevant or needed in the project. --- JUNIE.md | 3 --- requirements.txt | 8 ++++---- 2 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 JUNIE.md diff --git a/JUNIE.md b/JUNIE.md deleted file mode 100644 index 91c69e9..0000000 --- a/JUNIE.md +++ /dev/null @@ -1,3 +0,0 @@ -# Test Execution Instructions - -To run tests in this project, use the following command: diff --git a/requirements.txt b/requirements.txt index 2410c7c..b23ac2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -PyYAML~=6.0.1 -GitPython~=3.1.40 -python-gitlab~=4.5.0 -requests~=2.32.2 +PyYAML==6.0.3 +GitPython==3.1.45 +python-gitlab==6.4.0 +requests==2.32.5