From 8a5bbfcbaf079a5cb8765116d8b8270e00b41dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 08:50:10 +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.121.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..1c8580d 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.122.0", optional = true, extras = [ "orjson", "uvloop", "postgres",