From 753cb7da6b92920d8351ad10f00a2536fed0ca6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 11:13:45 +0000 Subject: [PATCH] Bump prettytable from 3.6.0 to 3.9.0 Bumps [prettytable](https://github.com/jazzband/prettytable) from 3.6.0 to 3.9.0. - [Release notes](https://github.com/jazzband/prettytable/releases) - [Changelog](https://github.com/jazzband/prettytable/blob/main/CHANGELOG.md) - [Commits](https://github.com/jazzband/prettytable/compare/3.6.0...3.9.0) --- updated-dependencies: - dependency-name: prettytable 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 1770928..4c4b4fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ asyncio==3.4.3 colorama==0.4.6 discord.py==2.2.2 emoji==2.2.0 -prettytable==3.6.0 +prettytable==3.9.0 psutil==5.9.4 requests==2.28.2