From 9d115907660c236cdb97f25db248f2bfe0cc7f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 20:57:03 +0000 Subject: [PATCH] Bump mod-wsgi from 4.6.7 to 4.9.3 in /b2note_api Bumps [mod-wsgi](https://github.com/GrahamDumpleton/mod_wsgi) from 4.6.7 to 4.9.3. - [Release notes](https://github.com/GrahamDumpleton/mod_wsgi/releases) - [Changelog](https://github.com/GrahamDumpleton/mod_wsgi/blob/develop/docs/release-notes.rst) - [Commits](https://github.com/GrahamDumpleton/mod_wsgi/compare/4.6.7...4.9.3) --- updated-dependencies: - dependency-name: mod-wsgi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- b2note_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b2note_api/requirements.txt b/b2note_api/requirements.txt index 9cb6bdc..933fb57 100644 --- a/b2note_api/requirements.txt +++ b/b2note_api/requirements.txt @@ -2,6 +2,6 @@ Authlib==0.11 Eve==0.9.1 Eve-Swagger==0.0.11 loginpass==0.3 -mod-wsgi==4.6.7 +mod-wsgi==4.9.3 requests==2.22.0 simplejson==3.16.0