Skip to content

Commit ae5e173

Browse files
chore(deps): update piccolo requirement from ^0.111.1 to >=0.111.1,<0.118.0 (#49)
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](piccolo-orm/piccolo@0.111.1...0.117.0) --- updated-dependencies: - dependency-name: piccolo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca71e5e commit ae5e173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ nextcord = "^2.0.0"
1414
nextcord-ext-menus = "^1.5.2"
1515
psutil = "^5.9.0"
1616
python-dotenv = ">=0.16.0,<1.1.0"
17-
piccolo = { version = "^0.111.1", optional = true, extras = [
17+
piccolo = { version = ">=0.111.1,<0.118.0", optional = true, extras = [
1818
"orjson",
1919
"uvloop",
2020
"postgres",

0 commit comments

Comments
 (0)