From 1df1521606fa4df612ee375057e9b514e9b17a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 03:24:09 +0000 Subject: [PATCH] chore(deps): bump ruff from 0.5.1 to 0.6.4 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.1 to 0.6.4. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.5.1...0.6.4) --- updated-dependencies: - dependency-name: ruff 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 0c24233..bc65561 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ python-dotenv==1.0.1 pymongo==4.6.1 motor==3.3.2 requests==2.32.3 -ruff==0.5.1 \ No newline at end of file +ruff==0.6.4 \ No newline at end of file