Skip to content

Commit

Permalink
Bump motor from 3.3.2 to 3.4.0 in /backend/paaster
Browse files Browse the repository at this point in the history
Bumps [motor](https://github.com/mongodb/motor) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/mongodb/motor/releases)
- [Changelog](https://github.com/mongodb/motor/blob/master/doc/changelog.rst)
- [Commits](mongodb/motor@3.3.2...3.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 0c940f3 commit 8624ec7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions backend/paaster/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 backend/paaster/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ server = "run:main"

[tool.poetry.dependencies]
python = "^3.10"
motor = "^3.3.2"
motor = "^3.4.0"
bcrypt = "^4.1.2"
aiobotocore = "^2.12.1"
nanoid = "^2.0.0"
Expand Down

0 comments on commit 8624ec7

Please sign in to comment.