From 560c065cc58fe7da9e389b13a5d9d1076608b269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 17:18:20 +0000 Subject: [PATCH] Bump trustme from 0.9.0 to 1.0.0 Bumps [trustme](https://github.com/python-trio/trustme) from 0.9.0 to 1.0.0. - [Release notes](https://github.com/python-trio/trustme/releases) - [Commits](https://github.com/python-trio/trustme/compare/v0.9.0...v1.0.0) --- updated-dependencies: - dependency-name: trustme dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 787a733f76..a7db33bc82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,5 +28,5 @@ pytest==7.2.2 ruff==0.0.260 trio==0.22.0 trio-typing==0.7.0 -trustme==0.9.0 +trustme==1.0.0 uvicorn==0.22.0