Skip to content

Commit 7c9263b

Browse files
Bump piccolo from 0.117.0 to 0.118.0
Bumps [piccolo](https://github.com/piccolo-orm/piccolo) from 0.117.0 to 0.118.0. - [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.117.0...0.118.0) --- updated-dependencies: - dependency-name: piccolo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e31f10 commit 7c9263b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tortoise-orm = { version = ">=0.16.18,<0.20.0", optional = true }
3232
asyncpg = { version = ">=0.24.0", optional = true }
3333
ormar = { version = ">=0.11.2", optional = true}
3434
django = { version = "<5.0.0", optional = true}
35-
piccolo = { version = ">=0.89,<0.118", optional = true}
35+
piccolo = { version = ">=0.89,<0.119", optional = true}
3636
motor = { version = ">=2.5.1,<4.0.0", optional = true }
3737
mongoengine = {version = ">=0.23.1,<0.28.0", optional = true}
3838
sqlmodel = { version = "^0.0.8", optional = true}

0 commit comments

Comments
 (0)