From a095966388a2ae472b388a1ca388af4652db60e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:12:38 +0000 Subject: [PATCH] chore(deps): bump bottle from 0.12.25 to 0.13.1 Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.25 to 0.13.1. - [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.1) --- 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..128fe8b 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.1 mypy==1.11.2 black==24.8.0