From 6af9147c65c0451da4263d974a6aaeb495bab84e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 06:40:19 +0000 Subject: [PATCH] build(deps)(deps): bump nats-py from 2.11.0 to 2.12.0 in /apps/guard-api Bumps [nats-py](https://github.com/nats-io/nats.py) from 2.11.0 to 2.12.0. - [Release notes](https://github.com/nats-io/nats.py/releases) - [Commits](https://github.com/nats-io/nats.py/compare/v2.11.0...v2.12.0) --- updated-dependencies: - dependency-name: nats-py dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/guard-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/guard-api/requirements.txt b/apps/guard-api/requirements.txt index 75ebac2..aaa380d 100644 --- a/apps/guard-api/requirements.txt +++ b/apps/guard-api/requirements.txt @@ -2,6 +2,6 @@ fastapi==0.116.1 uvicorn[standard]==0.35.0 httpx==0.28.1 temporalio==1.5.0 -nats-py==2.11.0 +nats-py==2.12.0 pydantic==2.5.0 prometheus-client==0.22.1