From 87c665f4e62801f519772942ec1b23e448c31886 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Fri, 5 Jun 2026 12:42:53 -0500 Subject: T8885: update packages for security advisories (redo) Collective update for: https://github.com/vyos/vyos-http-api-tools/pull/34 https://github.com/vyos/vyos-http-api-tools/pull/41 https://github.com/vyos/vyos-http-api-tools/pull/43 This was reverted than reapplied to force consistency after branch migration. --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 01c7f79..25a10c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ h11==0.16.0 # wsproto httptools==0.6.4 # via uvicorn -idna==3.10 +idna==3.15 # via anyio makefun==1.15.6 # via -r requirements.in @@ -36,9 +36,9 @@ pydantic-core==2.27.1 # via pydantic pyjwt==2.12.0 # via -r requirements.in -python-dotenv==1.0.1 +python-dotenv==1.2.2 # via uvicorn -python-multipart==0.0.26 +python-multipart==0.0.27 # via -r requirements.in python-pam==2.0.2 # via -r requirements.in -- cgit v1.2.3 From c853e57ad0a6f51ac90df9e9395d44fc00f121fd Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Fri, 5 Jun 2026 12:45:02 -0500 Subject: T8885: update changelog This was reverted than reapplied to force consistency after branch migration. --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 844db52..7b2bcaf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +vyos-http-api-tools (2.5) unstable; urgency=medium + + * Update version of idna to 3.15 + * Update version of python-multipart to 0.0.27 + * Update version of python-dotenv to 1.2.2 + + -- VyOS maintainers and contributors Tue, 19 May 2026 19:20:56 -0500 + vyos-http-api-tools (2.4) unstable; urgency=medium * Update version of python-multipart to 0.0.26 -- cgit v1.2.3