Skip to content

Commit

Permalink
Bump piccolo from 0.114.0 to 0.115.0
Browse files Browse the repository at this point in the history
Bumps [piccolo](https://github.com/piccolo-orm/piccolo) from 0.114.0 to 0.115.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.114.0...0.115.0)

---
updated-dependencies:
- dependency-name: piccolo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 20, 2023
1 parent 86bfeef commit b1c3d24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tortoise-orm = { version = ">=0.16.18,<0.20.0", optional = true }
asyncpg = { version = ">=0.24.0", optional = true }
ormar = { version = ">=0.11.2", optional = true}
django = { version = "<5.0.0", optional = true}
piccolo = { version = ">=0.89,<0.115", optional = true}
piccolo = { version = ">=0.89,<0.116", optional = true}
motor = { version = ">=2.5.1,<4.0.0", optional = true }
mongoengine = {version = ">=0.23.1,<0.28.0", optional = true}
sqlmodel = { version = "^0.0.8", optional = true}
Expand Down

0 comments on commit b1c3d24

Please sign in to comment.