Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Bump pymongo from 4.0.1 to 4.1.1 #203

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2022

Bumps pymongo from 4.0.1 to 4.1.1.

Release notes

Sourced from pymongo's releases.

PyMongo 4.1.1

Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-1-1-released/157895

PyMongo 4.1.0

Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-1-0-released/156029

PyMongo 4.0.2

Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-0-2-released/150457

Changelog

Sourced from pymongo's changelog.

Changes in Version 4.1.1

Version 4.1.1 fixes a number of bugs:

  • Fixed a memory leak bug when calling :func:~bson.decode_all without a codec_options argument (PYTHON-3222_).
  • Fixed a bug where :func:~bson.decode_all did not accept codec_options as a keyword argument (PYTHON-3222_).
  • Fixed an oversight where type markers (py.typed files) were not included in our release distributions (PYTHON-3214_).
  • Fixed a bug where pymongo would raise a "NameError: name sys is not defined" exception when attempting to parse a "mongodb+srv://" URI when the dnspython dependency was not installed (PYTHON-3198_).

Issues Resolved ...............

See the PyMongo 4.1.1 release notes in JIRA_ for the list of resolved issues in this release.

.. _PYTHON-3198: https://jira.mongodb.org/browse/PYTHON-3198 .. _PYTHON-3214: https://jira.mongodb.org/browse/PYTHON-3214 .. _PYTHON-3222: https://jira.mongodb.org/browse/PYTHON-3222 .. _PyMongo 4.1.1 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=33290

Changes in Version 4.1

.. warning:: PyMongo 4.1 drops support for Python 3.6.0 and 3.6.1, Python 3.6.2+ is now required.

PyMongo 4.1 brings a number of improvements including:

  • Type Hinting support (formerly provided by pymongo-stubs_). See :doc:examples/type_hints for more information.
  • Added support for the comment parameter to all helpers. For example see :meth:~pymongo.collection.Collection.insert_one.
  • Added support for the let parameter to :meth:~pymongo.collection.Collection.update_one, :meth:~pymongo.collection.Collection.update_many, :meth:~pymongo.collection.Collection.delete_one, :meth:~pymongo.collection.Collection.delete_many, :meth:~pymongo.collection.Collection.replace_one, :meth:~pymongo.collection.Collection.aggregate, :meth:~pymongo.collection.Collection.find_one_and_delete, :meth:~pymongo.collection.Collection.find_one_and_replace, :meth:~pymongo.collection.Collection.find_one_and_update, :meth:~pymongo.collection.Collection.find, :meth:~pymongo.collection.Collection.find_one, and :meth:~pymongo.collection.Collection.bulk_write. let is a map of parameter names and values.

... (truncated)

Commits
  • 8b3eaaf BUMP 4.1.1
  • 868b3f7 PYTHON-3080 Add section to troubleshooting FAQ per driver with top SEO result...
  • ff288fa PYTHON-3221 Resync CSFLE spec tests (#929)
  • a319075 PYTHON-3197 Update docs.mongodb.com links in source, API & Reference document...
  • fd512d5 PYTHON-3225 Stop testing delete on capped collections (#928)
  • dca72b7 PYTHON-3222 Fix memory leak in cbson decode_all (#927)
  • 5ccbb4d PYTHON-3216 Include codec_options.pyi in release distributions (#923)
  • 3cb16ca PYTHON-3210 Remove flakey string assertion from invalid aws creds FLE test (#...
  • 49c3f9f PYTHON-3215 Add Typing :: Typed trove classifier
  • 01f983e PYTHON-3214 Fix typing markers not being included in the distribution (#921)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.0.1 to 4.1.1.
- [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@4.0.1...4.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants