Skip to content

Commit

Permalink
pip dev(deps-dev): update immutabledict requirement from <4.0.1 to <4…
Browse files Browse the repository at this point in the history
….1.1 (#1885)

Updates the requirements on
[immutabledict](https://github.com/corenting/immutabledict) to permit
the latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/corenting/immutabledict/blob/master/CHANGELOG.md">immutabledict's
changelog</a>.</em></p>
<blockquote>
<h2>Version 4.1.0</h2>
<ul>
<li>Do not store cached hash value when pickling. Thanks to <a
href="https://github.com/matthiasdiener"><code>@​matthiasdiener</code></a>
for the [PR <a
href="https://redirect.github.com/corenting/immutabledict/issues/287">#287</a>](<a
href="https://redirect.github.com/corenting/immutabledict/pull/287">corenting/immutabledict#287</a>)</li>
</ul>
<h2>Version 4.0.0</h2>
<ul>
<li>Replace <code>__init__</code> by <code>__new__</code>. Thanks to <a
href="https://github.com/spacether"><code>@​spacether</code></a> for the
[PR <a
href="https://redirect.github.com/corenting/immutabledict/issues/263">#263</a>](<a
href="https://redirect.github.com/corenting/immutabledict/pull/263">corenting/immutabledict#263</a>)</li>
<li>Add explicit items()/keys()/values() methods to speedup these
methods. Thanks to <a
href="https://github.com/matthiasdiener"><code>@​matthiasdiener</code></a>
for the [PR <a
href="https://redirect.github.com/corenting/immutabledict/issues/265">#265</a>](<a
href="https://redirect.github.com/corenting/immutabledict/pull/265">corenting/immutabledict#265</a>)</li>
<li>Add set/delete/update functions. Thanks to <a
href="https://github.com/matthiasdiener"><code>@​matthiasdiener</code></a>
for the [PR <a
href="https://redirect.github.com/corenting/immutabledict/issues/271">#271</a>](<a
href="https://redirect.github.com/corenting/immutabledict/pull/271">corenting/immutabledict#271</a>)</li>
<li>Add documentation at <a
href="https://immutabledict.corenting.fr">immutabledict.corenting.fr</a></li>
</ul>
<h2>Version 3.0.0</h2>
<ul>
<li><code>copy()</code> (<strong>breaking change</strong>): remove the
option to pass keyword arguments (which were present as key/value pairs
in the copy). Now the method doesn't take any arguments (it behaves the
same as a normal <code>dict</code>).</li>
<li>Python versions: drop Python 3.7 support</li>
<li>Typing: fixes
<ul>
<li>Make the key covariant. Thanks to <a
href="https://github.com/spacether"><code>@​spacether</code></a> for the
[PR <a
href="https://redirect.github.com/corenting/immutabledict/issues/244">#244</a>](<a
href="https://redirect.github.com/corenting/immutabledict/pull/244">corenting/immutabledict#244</a>)</li>
<li>Fix key/value typing missing for ImmutableOrderedDict</li>
</ul>
</li>
</ul>
<h2>Version 2.2.5</h2>
<ul>
<li>Fix hard-coded class reference in fromkeys() resulting in always
using <code>dict</code> for <code>fromkeys()</code> (instead of
OrderedDict in ImmutableOrderedDict for example). Thanks to <a
href="https://github.com/cthoyt"><code>@​cthoyt</code></a> for the [PR
<a
href="https://redirect.github.com/corenting/immutabledict/issues/234">#234</a>](<a
href="https://redirect.github.com/corenting/immutabledict/pull/234">corenting/immutabledict#234</a>)</li>
</ul>
<h2>Version 2.2.4</h2>
<ul>
<li>Include tests in sdist for easier packaging</li>
</ul>
<h2>Version 2.2.3</h2>
<ul>
<li>Fix TypeError message when using <code>|=</code>. Thanks to <a
href="https://github.com/ronshapiro"><code>@​ronshapiro</code></a> for
the [PR <a
href="https://redirect.github.com/corenting/immutabledict/issues/66">#66</a>](<a
href="https://redirect.github.com/corenting/immutabledict/pull/66">corenting/immutabledict#66</a>)</li>
<li>Update docstring for ImmutableOrderedDict to indicate that is not
needed anymore for Python &gt;= 3.7 but kept for compatibility
purposes</li>
<li>Use postponed evaluation of annotations (<a
href="https://peps.python.org/pep-0563/">PEP 563</a>) for the
typing</li>
</ul>
<h2>Version 2.2.2</h2>
<ul>
<li>Update classifiers, Github Actions... for Python 3.11 (no code
changes)</li>
</ul>
<h2>Version 2.2.1</h2>
<ul>
<li>Update classifiers, Github Actions... for Python 3.10 (no code
changes)</li>
</ul>
<h2>Version 2.2.0</h2>
<ul>
<li>Use <code>poetry-core</code> instead of poetry for build-system.
Thanks to <a
href="https://github.com/mweinelt"><code>@​mweinelt</code></a> for
reporting <a
href="https://redirect.github.com/corenting/immutabledict/issues/56">the
issue</a>.</li>
</ul>
<h2>Version 2.1.0</h2>
<ul>
<li>Fix type annotation on keyword argument in copy(**add_or_replace).
Thanks to <a
href="https://github.com/techsy730"><code>@​techsy730</code></a> for the
[PR <a
href="https://redirect.github.com/corenting/immutabledict/issues/54">#54</a>](<a
href="https://redirect.github.com/corenting/immutabledict/pull/54">corenting/immutabledict#54</a>).</li>
</ul>
<h2>Version 2.0.0</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/corenting/immutabledict/commit/d0e3743f8ac414c96c0b21b7d8a7d2f942cf30ae"><code>d0e3743</code></a>
Merge pull request <a
href="https://redirect.github.com/corenting/immutabledict/issues/289">#289</a>
from corenting/misc_cleanups</li>
<li><a
href="https://github.com/corenting/immutabledict/commit/840fb41e95b6aab2e7eee36809e0bf0e2c16bcdc"><code>840fb41</code></a>
chore: update documentation website</li>
<li><a
href="https://github.com/corenting/immutabledict/commit/d688c89e54dd25d8a369e0c7ec0f5a750f0d2278"><code>d688c89</code></a>
feat: release 4.1.0</li>
<li><a
href="https://github.com/corenting/immutabledict/commit/48c575d6004bf306a27e2086bfc19342f3386677"><code>48c575d</code></a>
chore: test typing</li>
<li><a
href="https://github.com/corenting/immutabledict/commit/b64a8be37789210fbae338f4cb09749b948404ed"><code>b64a8be</code></a>
chore: replace black by ruff</li>
<li><a
href="https://github.com/corenting/immutabledict/commit/5ef24b58053fd92c17ebd123c8a0aa6e316f6837"><code>5ef24b5</code></a>
chore: add py312 to tox config</li>
<li><a
href="https://github.com/corenting/immutabledict/commit/bf2864626d39c4a4dbea4990054fc454e92a7dba"><code>bf28646</code></a>
chore: update tests dependencies</li>
<li><a
href="https://github.com/corenting/immutabledict/commit/59ab1e280d93dd2f04736f1d4994c780072f870f"><code>59ab1e2</code></a>
tests: add reduce test</li>
<li><a
href="https://github.com/corenting/immutabledict/commit/ea2c4287fc49b2608210f2c147de3dc17c46db7c"><code>ea2c428</code></a>
Merge pull request <a
href="https://redirect.github.com/corenting/immutabledict/issues/290">#290</a>
from corenting/dependabot/github_actions/production-d...</li>
<li><a
href="https://github.com/corenting/immutabledict/commit/db5fe7e2871c2a16c5b74cf74d1f71de5bc20a22"><code>db5fe7e</code></a>
build(deps): bump the production-dependencies group with 2 updates</li>
<li>Additional commits viewable in <a
href="https://github.com/corenting/immutabledict/compare/v0.1.0...v4.1.0">compare
view</a></li>
</ul>
</details>
<br />


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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michel Weber <[email protected]>
  • Loading branch information
dependabot[bot] and webmiche authored Dec 18, 2023
1 parent 16b1756 commit 2ee22ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = { text = "MIT License" }
authors = [{ name = "Mathieu Fehr", email = "[email protected]" }]
classifiers = ["Programming Language :: Python :: 3"]
dependencies = [
"immutabledict<4.0.1",
"immutabledict<4.1.1",
"typing-extensions>=4.7,<5",
"ordered-set==4.1.0",
]
Expand Down

0 comments on commit 2ee22ab

Please sign in to comment.