From 228bb8a3349a1fa6d1d6d854d1c81c6dbf6599b2 Mon Sep 17 00:00:00 2001 From: Wes Williams Date: Tue, 5 May 2026 15:59:04 -0400 Subject: [PATCH] Upgrade external libraries to latest versions. --- pyproject.toml | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5ca9718..266fbd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "jsonate" -version = "0.9.2" +version = "0.9.3" authors = [ {name = "James Robert"}, {email = "jiaaro@gmail.com"} diff --git a/requirements.txt b/requirements.txt index a50982e..740e5f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ psycopg[binary]==3.3.3 -Django==5.2.8 -Pillow==12.1.1 +Django==5.2.13 +Pillow==12.2.0