Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump pymongo from 4.4.0 to 4.5.0 #369

Merged
merged 1 commit into from
Oct 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

Bumps pymongo from 4.4.0 to 4.5.0.

Release notes

Sourced from pymongo's releases.

PyMongo 4.5.0

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

PyMongo 4.4.1

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

Changelog

Sourced from pymongo's changelog.

Changelog

Changes in Version 4.5

PyMongo 4.5 brings a number of improvements including:

  • Added new helper methods for Atlas Search Index (requires MongoDB Server 7.0+): :meth:~pymongo.collection.Collection.list_search_indexes, :meth:~pymongo.collection.Collection.create_search_index, :meth:~pymongo.collection.Collection.create_search_indexes, :meth:~pymongo.collection.Collection.drop_search_index, :meth:~pymongo.collection.Collection.update_search_index
  • Added :meth:~pymongo.database.Database.cursor_command and :meth:~pymongo.command_cursor.CommandCursor.try_next to support executing an arbitrary command that returns a cursor.
  • cryptography 2.5 or later is now required for :ref:OCSP support.
  • Improved bson encoding and decoding performance by up to 134%(PYTHON-3729, PYTHON-3797, PYTHON-3816, PYTHON-3817, PYTHON-3820, PYTHON-3824, and PYTHON-3846_).

.. warning:: PyMongo no longer supports PyPy3 versions older than 3.8. Users must upgrade to PyPy3.8+.

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

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

.. _PyMongo 4.5 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=35492

.. _PYTHON-3729: https://jira.mongodb.org/browse/PYTHON-3729 .. _PYTHON-3797: https://jira.mongodb.org/browse/PYTHON-3797 .. _PYTHON-3816: https://jira.mongodb.org/browse/PYTHON-3816 .. _PYTHON-3817: https://jira.mongodb.org/browse/PYTHON-3817 .. _PYTHON-3820: https://jira.mongodb.org/browse/PYTHON-3820 .. _PYTHON-3824: https://jira.mongodb.org/browse/PYTHON-3824 .. _PYTHON-3846: https://jira.mongodb.org/browse/PYTHON-3846

Changes in Version 4.4.1

Version 4.4.1 fixes the following bugs:

  • Fixed a bug where pymongo would raise a ConfigurationError: Invalid SRV host error when connecting to a "mongodb+srv://" URI that included capital letters in the SRV hosts returned from DNS. (PYTHON-3800_).
  • Fixed a minor reference counting bug in the C extension (PYTHON-3798_).

Issues Resolved

... (truncated)

Commits
  • 3353b11 PYTHON-3914 Release 4.5.0 (#1359)
  • aaff6ed PYTHON-3912 Migrate Enterprise Auth Tests to AWS Secrets Vault (#1356)
  • 5bd444a PYTHON-3917 Fix handling of warnings in connection string tests (#1357)
  • 42c0841 PYTHON-3906 Use AWS Secrets for Atlas tests (#1342)
  • 02de1ba PYTHON-3909 Fix OIDC reauth for bulk write operations, remove unneeded AUTH_M...
  • 43845c3 PYTHON-3877 Test Python 3.12 on MacOS and build wheel (#1355)
  • 28b1121 PYTHON-3461 Test FaaS (AWS Lambda) Behavior Per Driver (#1310)
  • 0d44783 PYTHON-3821 use overload pattern for _DocumentType (#1352)
  • c1d3383 PYTHON-3907 add --disallow-untyped-defs for mypy (#1351)
  • f7738b8 PYTHON-3887 Remove custom test command in setup.py (#1350)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.4.0 to 4.5.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](mongodb/mongo-python-driver@4.4.0...4.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type: dependencies Pull requests that update a dependency file label Sep 11, 2023
Copy link
Member

@MrMissx MrMissx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit a9f3f69 into staging Oct 7, 2023
10 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pymongo-4.5.0 branch October 7, 2023 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant