From 09b7ceb9b6d7729d136efc09c76e9cd285ebdc1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 23:53:42 +0000 Subject: [PATCH] build(deps-dev): update stripe requirement in /kiln Updates the requirements on [stripe](https://github.com/stripe/stripe-python) to permit the latest version. - [Release notes](https://github.com/stripe/stripe-python/releases) - [Changelog](https://github.com/stripe/stripe-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-python/compare/v15.3.0...v15.4.0) --- updated-dependencies: - dependency-name: stripe dependency-version: 15.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- kiln/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiln/pyproject.toml b/kiln/pyproject.toml index fdd878a6..5689bab5 100644 --- a/kiln/pyproject.toml +++ b/kiln/pyproject.toml @@ -92,8 +92,8 @@ postgres = ["psycopg2-binary>=2.9.12"] # private package and the extra would fail on every public `pip install`. # The REST API ships in kiln-pro itself; install it directly from the # private repo (see kiln3d.com/docs) — don't promise it here. -stripe = ["stripe>=15.3.0"] -payments = ["stripe>=15.3.0", "cryptography>=41.0"] +stripe = ["stripe>=15.4.0"] +payments = ["stripe>=15.4.0", "cryptography>=41.0"] # The backend is named `usb`; `serial` stays as an alias so the install # line in older docs keeps working. usb = ["pyserial>=3.5"]