From 02aac6760edd3949b58387db552842f19e4b606f Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Thu, 10 Oct 2024 11:31:20 +0200 Subject: [PATCH] fix(deps): remove now obsolete pyyaml --- poetry.lock | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index c641f14..9bcaac9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -844,4 +844,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "bfc662fe2a043d97782b4830532f5cf326def706e0be41224622b427ef758529" +content-hash = "841b6d56ed5846dbf5e7fa8512b5583f5fd2e455222e8d3b3fc95a15c89d2b68" diff --git a/pyproject.toml b/pyproject.toml index 18a6a56..dc03405 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ documentation = "https://github.com/telekom-mms/aar_doc/" python = "^3.9" click = "^8.1.3" Jinja2 = "^3.1.2" -PyYAML = "^6.0" typer = "^0.12.0" ruamel-yaml = "^0.18.6"