Skip to content

Commit

Permalink
chore(deps): bump motor from 2.5.1 to 3.6.0 (#548)
Browse files Browse the repository at this point in the history
Bumps [motor](https://github.com/mongodb/motor) from 2.5.1 to 3.6.0.
- [Release notes](https://github.com/mongodb/motor/releases)
- [Changelog](https://github.com/mongodb/motor/blob/master/doc/changelog.rst)
- [Commits](mongodb/motor@2.5.1...3.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 445658e commit 3d79e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ idna==3.10; python_full_version >= "3.6.2" and python_version >= "3.7" and pytho
itsdangerous==2.0.1; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0"
jinja2==3.1.5; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0"
markupsafe==3.0.2; python_full_version >= "3.6.1" and python_version >= "3.6"
motor==2.5.1; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.2"
motor==3.6.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.2"
multidict==6.1.0; python_version >= "3.7" and python_version < "4.0"
orjson==3.6.4; python_full_version >= "3.6.2" and python_version >= "3.7" and python_full_version < "4.0.0"
passlib==1.7.4
Expand Down

0 comments on commit 3d79e0f

Please sign in to comment.