build(deps): bump pymongo from 4.5.0 to 4.6.0

Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-02 16:01:20 +00:00
committed by GitHub
parent 29467d714e
commit eee77ca84a
2 changed files with 85 additions and 84 deletions

View File

@ -62,7 +62,7 @@ loguru = "^0.7.0"
matplotlib = "^3.8.1"
pgeocode = "^0.4.1"
psycopg2-binary = "^2.9.7"
pymongo = "^4.5.0"
pymongo = "^4.6.0"
python = "^3.11"
python-dotenv = "^1.0.0"
rapidfuzz = "^3.5.1"