Skip to content

Commit

Permalink
build(deps): bump pymongo from 3.13.0 to 4.6.3 in /requirements
Browse files Browse the repository at this point in the history
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.13.0 to 4.6.3.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](mongodb/mongo-python-driver@3.13.0...4.6.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 3, 2024
1 parent 1d47ca4 commit c11c674
Show file tree
Hide file tree
Showing 6 changed files with 207 additions and 207 deletions.
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
-c constraints.txt

# https://pymongo.readthedocs.io/en/4.4.0/migrate-to-pymongo4.html#son-items-now-returns-dict-items-object
pymongo>=2.7.2,<4.4.1
pymongo>=2.7.2,<4.6.4
stevedore>=0.14.1
typing-extensions
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ dnspython==2.6.1
# via pymongo
pbr==6.0.0
# via stevedore
pymongo==4.4.0
# via -r requirements/base.in
pymongo==4.6.3
# via -r base.in
stevedore==5.2.0
# via -r requirements/base.in
# via -r base.in
typing-extensions==4.11.0
# via -r requirements/base.in
# via -r base.in
Loading

0 comments on commit c11c674

Please sign in to comment.