From 8f18ce223bedccf859855172c420ca9f618d4626 Mon Sep 17 00:00:00 2001 From: Matthias Budde Date: Fri, 12 Jun 2026 11:08:31 +0200 Subject: [PATCH 1/2] Chore: Bumped package versions to reduce CVE vulnerabilities in resulting extensions. --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eaf5569..317e7e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,14 +23,14 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.10" -Flask = "3.1.2" -Werkzeug = "3.1.4" +Flask = "3.1.3" +Werkzeug = "3.1.8" Flask-Cors = "6.0.1" requests-toolbelt = "1.0.0" pandas = " ^2.0.2" chardet = "5.2.0" Shapely = "2.1.2" -pytest = "9.0.2" +pytest = "9.0.3" tzlocal = "5.3.1" [project] From dd4b64108045df611a4c4a9100c5fd6e4dc19925 Mon Sep 17 00:00:00 2001 From: Matthias Budde Date: Fri, 12 Jun 2026 15:37:48 +0200 Subject: [PATCH 2/2] Docs: Updated CHANGELOG. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09bdb95..d43a41e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +### Security +- Upgraded `werkzeug`, `flask`, and `pytest` to address potential CVE vulnerabilities. ## 10.5.0 - 2026-03-19 ### Added