Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent 9b0aa8d commit da9d8ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def readme():
],
"mongodb": [
"pymongo==4.3.3",
"motor==3.1.1",
"motor==3.3.2",
],
"msqlserver": [
"pymssql==2.2.11",
Expand Down Expand Up @@ -262,7 +262,7 @@ def readme():
"sqlalchemy[asyncio]==2.0.23",
"elasticsearch[async]==8.11.0",
"pymongo==4.3.3",
"motor==3.1.1",
"motor==3.3.2",
"pymssql==2.2.11",
"aiocouch==3.0.0",
"asyncmy==0.2.9",
Expand Down

0 comments on commit da9d8ef

Please sign in to comment.