Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2024

Bumps pymongo from 4.6.0 to 4.6.1.

Release notes

Sourced from pymongo's releases.

PyMongo 4.6.1

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

Changelog

Sourced from pymongo's changelog.

Changes in Version 4.6.1

PyMongo 4.6.1 fixes the following bug:

  • Ensure retryable read OperationFailure errors re-raise exception when 0 or NoneType error code is provided.

Changes in Version 4.6

PyMongo 4.6 brings a number of improvements including:

  • Added the serverMonitoringMode URI and keyword argument to :class:~pymongo.mongo_client.MongoClient.

  • Improved client performance and reduced connection requirements in Function-as-a-service (FaaS) environments like AWS Lambda, Google Cloud Functions, and Microsoft Azure Functions.

  • Added the :attr:pymongo.monitoring.CommandSucceededEvent.database_name property.

  • Added the :attr:pymongo.monitoring.CommandFailedEvent.database_name property.

  • Allow passing a dict to sort/create_index/hint.

  • Added :func:repr support to the write result classes: :class:~pymongo.results.BulkWriteResult, :class:~pymongo.results.DeleteResult, :class:~pymongo.results.InsertManyResult, :class:~pymongo.results.InsertOneResult, :class:~pymongo.results.UpdateResult, and :class:~pymongo.encryption.RewrapManyDataKeyResult. For example:

    client.t.t.insert_one({}) InsertOneResult(ObjectId('65319acdd55bb3a27ab5502b'), acknowledged=True) client.t.t.insert_many([{} for _ in range(3)]) InsertManyResult([ObjectId('6532f85e826f2b6125d6ce39'), ObjectId('6532f85e826f2b6125d6ce3a'), ObjectId('6532f85e826f2b6125d6ce3b')], acknowledged=True)

  • :meth:~pymongo.uri_parser.parse_uri now considers the delimiting slash (/) between hosts and connection options optional. For example, "mongodb://example.com?tls=true" is now a valid URI.

  • Fixed a bug where PyMongo would incorrectly promote all cursors to exhaust cursors when connected to load balanced MongoDB clusters or Serverless clusters.

  • Added the :ref:network-compression-example documentation page.

  • Added more timeout information to network errors.

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

... (truncated)

Commits
  • 485e0a5 BUMP 4.6.1
  • 995365c PYTHON-4038 [v4.6]: Ensure retryable read OperationFailures re-raise except...
  • See full diff 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.6.0 to 4.6.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.6.0...4.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 6, 2024
@BattlefieldDuck BattlefieldDuck merged commit 8e7937f into main Feb 6, 2024
@dependabot dependabot bot deleted the dependabot/pip/pymongo-4.6.1 branch February 6, 2024 19:45
truecharts-admin referenced this pull request in trueforge-org/truecharts Feb 12, 2024
…nitor to v2.16.2@f80bd8e by renovate (#18176)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[discordgsm/discord-game-server-monitor](https://togithub.com/DiscordGSM/GameServerMonitor)
| minor | `2.15.1` -> `2.16.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>DiscordGSM/GameServerMonitor
(discordgsm/discord-game-server-monitor)</summary>

###
[`v2.16.2`](https://togithub.com/DiscordGSM/GameServerMonitor/releases/tag/2.16.2)

[Compare
Source](https://togithub.com/DiscordGSM/GameServerMonitor/compare/2.16.1...2.16.2)

#### Overview

-   Resolve some Palworld servers cannot be queried issue
-   Update translations

#### What's Changed

- Update ko.json by
[@&#8203;angrystar170](https://togithub.com/angrystar170) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/75](https://togithub.com/DiscordGSM/GameServerMonitor/pull/75)

#### New Contributors

- [@&#8203;angrystar170](https://togithub.com/angrystar170) made their
first contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/75](https://togithub.com/DiscordGSM/GameServerMonitor/pull/75)

**Full Changelog**:
DiscordGSM/GameServerMonitor@2.16.1...2.16.2

###
[`v2.16.1`](https://togithub.com/DiscordGSM/GameServerMonitor/releases/tag/2.16.1)

[Compare
Source](https://togithub.com/DiscordGSM/GameServerMonitor/compare/2.16.0...2.16.1)

#### Overview

-   Resolve the status not update properly issue
-   Resolve minecraft fail to query issue

**Full Changelog**:
DiscordGSM/GameServerMonitor@2.16.0...2.16.1

###
[`v2.16.0`](https://togithub.com/DiscordGSM/GameServerMonitor/releases/tag/2.16.0)

[Compare
Source](https://togithub.com/DiscordGSM/GameServerMonitor/compare/2.15.1...2.16.0)

#### Overview

-   Support IOSoccer
-   Support SCP: Secret Laboratory
-   Support Enshrouded
-   Support Palworld
-   Support The Isle - EVRIMA
-   Update translations
-   Resolve the issue that the Front server cannot query
-   Fix mirror bugs

#### What's Changed

- Update lt.json by [@&#8203;MrSipping](https://togithub.com/MrSipping)
in
[https://github.com/DiscordGSM/GameServerMonitor/pull/56](https://togithub.com/DiscordGSM/GameServerMonitor/pull/56)
- Translate to Hungarian by
[@&#8203;w4sb0y](https://togithub.com/w4sb0y) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/57](https://togithub.com/DiscordGSM/GameServerMonitor/pull/57)
- Added Translation Japanese by
[@&#8203;Shiioriii](https://togithub.com/Shiioriii) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/58](https://togithub.com/DiscordGSM/GameServerMonitor/pull/58)
- Support IOSoccer by [@&#8203;xLeviNx](https://togithub.com/xLeviNx) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/61](https://togithub.com/DiscordGSM/GameServerMonitor/pull/61)
- Added a Korean Translation by
[@&#8203;Shiioriii](https://togithub.com/Shiioriii) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/62](https://togithub.com/DiscordGSM/GameServerMonitor/pull/62)
- feat: Add SCP: Secret Laboratory protocol support by
[@&#8203;Fluffy41](https://togithub.com/Fluffy41) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/64](https://togithub.com/DiscordGSM/GameServerMonitor/pull/64)
- Update games.csv by [@&#8203;xLeviNx](https://togithub.com/xLeviNx) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/65](https://togithub.com/DiscordGSM/GameServerMonitor/pull/65)
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/67](https://togithub.com/DiscordGSM/GameServerMonitor/pull/67)
- Bump actions/setup-python from 4 to 5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/68](https://togithub.com/DiscordGSM/GameServerMonitor/pull/68)
- Bump flask\[async] from 3.0.0 to 3.0.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/69](https://togithub.com/DiscordGSM/GameServerMonitor/pull/69)
- Bump aiohttp from 3.9.0 to 3.9.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/70](https://togithub.com/DiscordGSM/GameServerMonitor/pull/70)
- Bump pymongo from 4.6.0 to 4.6.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/71](https://togithub.com/DiscordGSM/GameServerMonitor/pull/71)
- Bump tzdata from 2023.3 to 2023.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/72](https://togithub.com/DiscordGSM/GameServerMonitor/pull/72)
- Bump python-dotenv from 1.0.0 to 1.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/73](https://togithub.com/DiscordGSM/GameServerMonitor/pull/73)

#### New Contributors

- [@&#8203;MrSipping](https://togithub.com/MrSipping) made their first
contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/56](https://togithub.com/DiscordGSM/GameServerMonitor/pull/56)
- [@&#8203;w4sb0y](https://togithub.com/w4sb0y) made their first
contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/57](https://togithub.com/DiscordGSM/GameServerMonitor/pull/57)
- [@&#8203;Shiioriii](https://togithub.com/Shiioriii) made their first
contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/58](https://togithub.com/DiscordGSM/GameServerMonitor/pull/58)
- [@&#8203;Fluffy41](https://togithub.com/Fluffy41) made their first
contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/64](https://togithub.com/DiscordGSM/GameServerMonitor/pull/64)
- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/67](https://togithub.com/DiscordGSM/GameServerMonitor/pull/67)

**Full Changelog**:
DiscordGSM/GameServerMonitor@2.15.1...2.16.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant