From 4e247a2fb66ade75b432237d98d3d35fb30a2f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20G=C3=B6ransson?= Date: Wed, 2 Jul 2025 12:15:15 +0200 Subject: [PATCH] update jinja2 and requests, to fix CVE's --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 40dd095..bb8746d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,8 @@ readme = "README.md" requires-python = ">=3.9" dependencies = [ "behave ==1.2.6", - "Jinja2 ==3.1.4", - "requests ==2.32.3", + "Jinja2 ==3.1.6", + "requests ==2.32.4", "packaging ==24.1", "chardet ==5.2.0", "tomli ==2.0.1",