Update pymongo requirement from <5.0,>=4.9 to >=4.17.0,<5.0

Updates the requirements on [pymongo](https://github.com/mongodb/mongo-python-driver) to permit the latest version.
- [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.9...4.17.0)

---
updated-dependencies:
- dependency-name: pymongo
  dependency-version: 4.17.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-04-27 23:46:07 +00:00 committed by GitHub
parent 3cd98d9b94
commit 45e4821f69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 8 additions and 8 deletions

View File

@ -1 +1 @@
pymongo>=4.9,<5.0
pymongo>=4.17.0,<5.0

View File

@ -1 +1 @@
pymongo[aws]>=4.5,<5
pymongo[aws]>=4.17.0,<5

View File

@ -1 +1 @@
pymongo[encryption]>=4.5,<5
pymongo[encryption]>=4.17.0,<5

View File

@ -1 +1 @@
pymongo[gssapi]>=4.5,<5
pymongo[gssapi]>=4.17.0,<5

View File

@ -1 +1 @@
pymongo[ocsp]>=4.5,<5
pymongo[ocsp]>=4.17.0,<5

View File

@ -1 +1 @@
pymongo[snappy]>=4.5,<5
pymongo[snappy]>=4.17.0,<5

View File

@ -1 +1 @@
pymongo[srv]>=4.5,<5
pymongo[srv]>=4.17.0,<5

View File

@ -1 +1 @@
pymongo[zstd]>=4.5,<5
pymongo[zstd]>=4.17.0,<5