From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 17:43:47 +0000 (-0600) Subject: Bump trustme from 0.9.0 to 1.0.0 (#2690) X-Git-Tag: 0.24.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=028b9aa201752eecf4ec12bcc55bd520e6352a32;p=thirdparty%2Fhttpx.git 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> --- diff --git a/requirements.txt b/requirements.txt index e78b55b0..be75b7ac 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