From 028b9aa201752eecf4ec12bcc55bd520e6352a32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 11:43:47 -0600 Subject: [PATCH] Bump trustme from 0.9.0 to 1.0.0 (#2690) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e78b55b02c..be75b7acc5 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