From bd8b0fbf999b0c34e8c0de859555fa4efdfb3651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:59:06 +0000 Subject: [PATCH] chore(deps): update piccolo requirement Updates the requirements on [piccolo](https://github.com/piccolo-orm/piccolo) to permit the latest version. - [Release notes](https://github.com/piccolo-orm/piccolo/releases) - [Changelog](https://github.com/piccolo-orm/piccolo/blob/master/CHANGES.rst) - [Commits](https://github.com/piccolo-orm/piccolo/compare/0.111.1...0.120.0) --- updated-dependencies: - dependency-name: piccolo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 797edbf..13ffef6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ nextcord = "^2.0.0" nextcord-ext-menus = "^1.5.2" psutil = { version = "^5.9.0", platform = "linux" } python-dotenv = ">=0.16.0,<1.1.0" -piccolo = { version = ">=0.111.1,<0.118.0", optional = true, extras = [ +piccolo = { version = ">=0.111.1,<0.121.0", optional = true, extras = [ "orjson", "uvloop", "postgres",