Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Bump pyrsistent from 0.19.1 to 0.19.2 (#118)
Bumps [pyrsistent](https://github.com/tobgu/pyrsistent) from 0.19.1 to 0.19.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tobgu/pyrsistent/blob/master/CHANGES.txt">pyrsistent's changelog</a>.</em></p> <blockquote> <p>0.19.2, 2022-11-03</p> <ul> <li>Fix <a href="https://github-redirect.dependabot.com/tobgu/pyrsistent/issues/263">#263</a>, pmap regression in 0.19.1. Element access sometimes unreliable after insert. Thanks <a href="https://github.com/mwchase"><code>@mwchase</code></a> for reporting this!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tobgu/pyrsistent/commit/29f5ac97f1356c82dc44dfe4e5a46cc3e9e91a4c"><code>29f5ac9</code></a> Prepare version v0.19.2</li> <li><a href="https://github.com/tobgu/pyrsistent/commit/226ebb67fad7b88cb928dd46b3de9e2db167acab"><code>226ebb6</code></a> Fix <a href="https://github-redirect.dependabot.com/tobgu/pyrsistent/issues/263">#263</a> pmap regression when underlying buckets are reallocated</li> <li><a href="https://github.com/tobgu/pyrsistent/commit/de4100b41dbf6c4ccd3812895962a809074f1f48"><code>de4100b</code></a> Fix remarks in pmap test code</li> <li><a href="https://github.com/tobgu/pyrsistent/commit/d2ab1ab3207d008deeae673b53849cec05dbe18a"><code>d2ab1ab</code></a> Add .readthedocs.yaml with explicit settings for readthedocs</li> <li><a href="https://github.com/tobgu/pyrsistent/commit/d31ca041c1d9582f180af3db53f071bdc160780a"><code>d31ca04</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/tobgu/pyrsistent/issues/261">#261</a> from intgr/patch-1</li> <li><a href="https://github.com/tobgu/pyrsistent/commit/5a62524bc0abe4a5e343920910705442b3af383a"><code>5a62524</code></a> Add changelog URL to package metadata</li> <li>See full diff in <a href="https://github.com/tobgu/pyrsistent/compare/v0.19.1...v0.19.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyrsistent&package-manager=pip&previous-version=0.19.1&new-version=0.19.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 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