From 7dfe135a4e8f5fb70392d770367c7370aa317b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:12:38 +0000 Subject: [PATCH] chore(deps): bump slowapi from 0.1.8 to 0.1.9 Bumps [slowapi](https://github.com/laurents/slowapi) from 0.1.8 to 0.1.9. - [Changelog](https://github.com/laurentS/slowapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/laurents/slowapi/compare/v0.1.8...v0.1.9) --- updated-dependencies: - dependency-name: slowapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index f68ac93d..ed7fcf1d 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -18,6 +18,6 @@ requests==2.31.0 retrying==1.3.4 setuptools==69.0.3 shodan==1.31.0 -slowapi==0.1.8 +slowapi==0.1.9 uvicorn==0.27.0.post1 uvloop==0.19.0; platform_system != "Windows"