diff --git a/pyproject.toml b/pyproject.toml index c8b34df..f01df6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "django-template-partials>=25.2", "jsonschema>=4.25.1", "kubernetes>=34.1.0", - "pillow>=11.3.0", + "pillow>=12.0.0", "psycopg2-binary>=2.9.11", "pyjwt>=2.10.1", "requests>=2.32.5", diff --git a/uv.lock b/uv.lock index 60f8e5f..3e45816 100644 --- a/uv.lock +++ b/uv.lock @@ -1301,7 +1301,7 @@ requires-dist = [ { name = "django-template-partials", specifier = ">=25.2" }, { name = "jsonschema", specifier = ">=4.25.1" }, { name = "kubernetes", specifier = ">=34.1.0" }, - { name = "pillow", specifier = ">=11.3.0" }, + { name = "pillow", specifier = ">=12.0.0" }, { name = "psycopg2-binary", specifier = ">=2.9.11" }, { name = "pyjwt", specifier = ">=2.10.1" }, { name = "requests", specifier = ">=2.32.5" },