Skip to content

Commit

Permalink
Bump monty from 2024.5.24 to 2024.7.12 (#2339)
Browse files Browse the repository at this point in the history
Bumps [monty](https://github.com/materialsvirtuallab/monty) from
2024.5.24 to 2024.7.12.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/materialsvirtuallab/monty/releases">monty's
releases</a>.</em></p>
<blockquote>
<h2>v2024.7.12</h2>
<p>2024.6.12</p>
<ul>
<li>Make cached_class decorated classes picklable (<a
href="https://github.com/janosh"><code>@​janosh</code></a>)</li>
<li>deprecated decorator allow replacement as string (<a
href="https://github.com/DanielYang59"><code>@​DanielYang59</code></a>)</li>
<li>Fix (de)serialization datetime with timezone information (<a
href="https://github.com/DanielYang59"><code>@​DanielYang59</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/materialsvirtuallab/monty/blob/master/docs/changelog.md">monty's
changelog</a>.</em></p>
<blockquote>
<h2>2024.7.12</h2>
<ul>
<li>Make cached_class decorated classes picklable (<a
href="https://github.com/janosh"><code>@​janosh</code></a>)</li>
<li>deprecated decorator allow replacement as string (<a
href="https://github.com/DanielYang59"><code>@​DanielYang59</code></a>)</li>
<li>Fix (de)serialization datetime with timezone information (<a
href="https://github.com/DanielYang59"><code>@​DanielYang59</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/materialsvirtuallab/monty/commit/19a1e2688ebb7602a66408df0bf490ca8e344b14"><code>19a1e26</code></a>
Update dev docs</li>
<li><a
href="https://github.com/materialsvirtuallab/monty/commit/82d200d5c5b787fe8846e3428f30da762f141dce"><code>82d200d</code></a>
Fix changelog.</li>
<li><a
href="https://github.com/materialsvirtuallab/monty/commit/861d55b4ed440978f6bf0c3e1689718355f95066"><code>861d55b</code></a>
Merge pull request <a
href="https://redirect.github.com/materialsvirtuallab/monty/issues/688">#688</a>
from DanielYang59/fix-datetime</li>
<li><a
href="https://github.com/materialsvirtuallab/monty/commit/e3443f07b459154b353e15ff6937b52659adf43c"><code>e3443f0</code></a>
Merge pull request <a
href="https://redirect.github.com/materialsvirtuallab/monty/issues/691">#691</a>
from janosh/fix-cached-cls-pickle</li>
<li><a
href="https://github.com/materialsvirtuallab/monty/commit/f8ebd6e09b03dac72db34dd193c7d073077206c1"><code>f8ebd6e</code></a>
Merge pull request <a
href="https://redirect.github.com/materialsvirtuallab/monty/issues/694">#694</a>
from materialsvirtuallab/pre-commit-ci-update-config</li>
<li><a
href="https://github.com/materialsvirtuallab/monty/commit/b15e549a53625b8bc0ad98f012ce1d1f51fa3642"><code>b15e549</code></a>
Merge pull request <a
href="https://redirect.github.com/materialsvirtuallab/monty/issues/696">#696</a>
from materialsvirtuallab/dependabot/pip/types-request...</li>
<li><a
href="https://github.com/materialsvirtuallab/monty/commit/6a197278784a66cb583ec80adb047d727076d77e"><code>6a19727</code></a>
Bump types-requests from 2.32.0.20240622 to 2.32.0.20240712</li>
<li><a
href="https://github.com/materialsvirtuallab/monty/commit/6ed2da1c022441fae6b5a3fb943a9b87904b78b2"><code>6ed2da1</code></a>
Merge pull request <a
href="https://redirect.github.com/materialsvirtuallab/monty/issues/687">#687</a>
from materialsvirtuallab/dependabot/pip/numpy-2.0.0</li>
<li><a
href="https://github.com/materialsvirtuallab/monty/commit/57b2b0c195955dd56f23c56efc9a141b49851000"><code>57b2b0c</code></a>
Bump numpy from 1.26.4 to 2.0.0</li>
<li><a
href="https://github.com/materialsvirtuallab/monty/commit/5f4ca8c955b3083ebbfedbb76e7148d1d006bf66"><code>5f4ca8c</code></a>
Merge pull request <a
href="https://redirect.github.com/materialsvirtuallab/monty/issues/692">#692</a>
from materialsvirtuallab/dependabot/pip/pymongo-4.8.0</li>
<li>Additional commits viewable in <a
href="https://github.com/materialsvirtuallab/monty/compare/v2024.5.24...v2024.7.12">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monty&package-manager=pip&previous-version=2024.5.24&new-version=2024.7.12)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew S. Rosen <asrosen93@gmail.com>
  • Loading branch information
dependabot[bot] and Andrew-S-Rosen committed Jul 13, 2024
1 parent c9b137b commit c5f2766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cclib==1.8.1
custodian==2024.6.24
emmet-core==0.83.6
maggma==0.69.0
monty==2024.5.24
monty==2024.7.12
numpy==1.26.4
psutil==5.9.8
pydantic==2.8.2
Expand Down

0 comments on commit c5f2766

Please sign in to comment.