From c6e0f60db8454120fcb1a87eaaf41499b485e386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 12:43:21 +0000 Subject: [PATCH] deps(deps): bump pytest-asyncio in /tfp-foundation-protocol Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.8 to 1.3.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.8...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tfp-foundation-protocol/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfp-foundation-protocol/requirements.txt b/tfp-foundation-protocol/requirements.txt index 23871bd..f86d527 100644 --- a/tfp-foundation-protocol/requirements.txt +++ b/tfp-foundation-protocol/requirements.txt @@ -5,6 +5,6 @@ starlette==1.0.0 uvicorn==0.44.0 httpx==0.28.1 python-ndn==0.5.1 -pytest-asyncio==0.23.8 +pytest-asyncio==1.3.0 pytest-timeout>=2.3.1 websockets==16.0