From e4eadae8e0f0c1c5cc12e138a8a3e587cd7d9cbe Mon Sep 17 00:00:00 2001 From: Stefano Cappa Date: Sat, 18 May 2024 17:51:39 +0200 Subject: [PATCH] fix: remove useless argparse dependency, because i'm using argparse from python standard library Signed-off-by: Stefano Cappa --- LICENSE | 4 ++-- README.md | 2 +- requirements.txt | 5 ++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 52c455c..ff1ea65 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2021-2023 Stefano Cappa (Ks89) +Copyright (c) 2021-2024 Stefano Cappa (Ks89) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/README.md b/README.md index bd08785..89045b7 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Versions: The MIT License (MIT) -Copyright (c) 2021-2023 Stefano Cappa (Ks89) +Copyright (c) 2021-2024 Stefano Cappa (Ks89) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/requirements.txt b/requirements.txt index 09e89ea..d2bb5a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -argparse==1.4.0 -jinja2==3.1.2 -pydantic==2.5.2 +jinja2==3.1.4 +pydantic==2.7.1 pyyaml==6.0.1