From 0ba18efa9e1becd041410f61758d349b591b7bff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:15:46 +0000 Subject: [PATCH] chore(deps): bump bottle from 0.12.25 to 0.13.2 Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.25 to 0.13.2. - [Release notes](https://github.com/bottlepy/bottle/releases) - [Changelog](https://github.com/bottlepy/bottle/blob/master/docs/changelog.rst) - [Commits](https://github.com/bottlepy/bottle/compare/0.12.25...0.13.2) --- updated-dependencies: - dependency-name: bottle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index df9cd0d..cd120ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ mistune==3.0.2 beautifulsoup4==4.12.3 Jinja2==3.1.4 pytest==8.3.2 -bottle==0.12.25 +bottle==0.13.2 mypy==1.11.2 black==24.8.0