Skip to content

Commit

Permalink
Bump pymongo from 4.6.1 to 4.6.2 (#51)
Browse files Browse the repository at this point in the history
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from
4.6.1 to 4.6.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's
releases</a>.</em></p>
<blockquote>
<h2>PyMongo 4.6.2</h2>
<p>Release notes: <a
href="https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404">https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in Version 4.6.2</h2>
<p>PyMongo 4.6.2 fixes the following bug:</p>
<ul>
<li>Fixed a bug appearing in Python 3.12 where &quot;RuntimeError: can't
create new thread at interpreter shutdown&quot;
could be written to stderr when a MongoClient's thread starts as the
python interpreter is shutting down.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mongodb/mongo-python-driver/commit/e04576de22c06a4609b16db0f6e10e86ad5c8dad"><code>e04576d</code></a>
DEVPROD-3871 Use teardown_task when there is one function/command (<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1533">#1533</a>)</li>
<li><a
href="https://github.com/mongodb/mongo-python-driver/commit/cf1c6a11f76861fd6150b0df79a7ed70f2b2fea5"><code>cf1c6a1</code></a>
PYTHON-4219 Prep for 4.6.2 Release (<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1530">#1530</a>)</li>
<li><a
href="https://github.com/mongodb/mongo-python-driver/commit/d29b2b7cf405901a801591e475574b63aa81ac5c"><code>d29b2b7</code></a>
PYTHON-4147 [v4.6]: Silence noisy thread.start() RuntimeError at
shutdown (<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1">#1</a>...</li>
<li><a
href="https://github.com/mongodb/mongo-python-driver/commit/0477b9bc0c59de311fbb6d6a157b97a4af8d0a23"><code>0477b9b</code></a>
PYTHON-4077 [v4.6]: Ensure there is a MacOS wheel for Python 3.7 (<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1527">#1527</a>)</li>
<li><a
href="https://github.com/mongodb/mongo-python-driver/commit/ecad17d24e8aafa374ab5fd194ce79b6861efcad"><code>ecad17d</code></a>
BUMP 4.6.2.dev0</li>
<li>See full diff in <a
href="https://github.com/mongodb/mongo-python-driver/compare/4.6.1...4.6.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pymongo&package-manager=pip&previous-version=4.6.1&new-version=4.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
RJ1002 authored Mar 27, 2024
2 parents ce60468 + 4696c02 commit 180e6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Unidecode==1.3.8
websockets==12.0
matplotlib==3.7.4
multidict==6.0.5
pymongo==4.6.1
pymongo==4.6.2
numpy==1.26.4
six==1.16
topggpy==1.4.0

0 comments on commit 180e6c0

Please sign in to comment.