Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Auto-generated] Update dependencies #822

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

TEAM4-0
Copy link
Collaborator

@TEAM4-0 TEAM4-0 commented Dec 18, 2024

Update dependencies

Automatically created PR from ci/dependabot-updates.

The PR is based on the 'CI - Update dependencies PR' workflow in SINTEF/ci-cd.

To do

  • Check that the diff is sensible, and that tests and builds pass with the new dependency versions.
  • Make sure that the PR is squash merged, with a sensible commit message.

dependabot bot and others added 6 commits December 9, 2024 05:29
Bumps
[mkdocstrings[python-legacy]](https://github.com/mkdocstrings/mkdocstrings)
from 0.26.1 to 0.26.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mkdocstrings/mkdocstrings/releases">mkdocstrings[python-legacy]'s
releases</a>.</em></p>
<blockquote>
<h2>0.26.2</h2>
<h2><a
href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.26.2">0.26.2</a>
- 2024-10-12</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.26.1...0.26.2">Compare
with 0.26.1</a><!-- raw HTML omitted --></p>
<h3>Build</h3>
<ul>
<li>Drop support for Python 3.8 (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/f26edebe01337caa802a98c13240acdd8332a5fa">f26edeb</a>
by Timothée Mazzucotelli).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md">mkdocstrings[python-legacy]'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.26.2">0.26.2</a>
- 2024-10-12</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.26.1...0.26.2">Compare
with 0.26.1</a><!-- raw HTML omitted --></p>
<h3>Build</h3>
<ul>
<li>Drop support for Python 3.8 (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/f26edebe01337caa802a98c13240acdd8332a5fa">f26edeb</a>
by Timothée Mazzucotelli).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/bcdfc70323eeb407c32a26621b81b35042eabb2f"><code>bcdfc70</code></a>
chore: Prepare release 0.26.2</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/f26edebe01337caa802a98c13240acdd8332a5fa"><code>f26edeb</code></a>
build: Drop support for Python 3.8</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/b3835272a5d214687688e2f064009538a90f6895"><code>b383527</code></a>
chore: Template upgrade</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/7f35f56eb88e0cdc5a00a14ec1effc7148bb8f42"><code>7f35f56</code></a>
docs: Remove sponsors only mention for mkdocstrings-shell</li>
<li>See full diff in <a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.26.1...0.26.2">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| mkdocstrings[python-legacy] | [> 0.26.2] |
</details>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocstrings[python-legacy]&package-manager=pip&previous-version=0.26.1&new-version=0.26.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.7 to
3.3.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pylint-dev/pylint/commit/a5a1bc3a9602d08f15ac90ad12f5b25bde375613"><code>a5a1bc3</code></a>
Bump pylint to 3.3.2, update changelog (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/10088">#10088</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/621ecf68c9cfda6fcd64c082c59d545556814ca6"><code>621ecf6</code></a>
Fix <code>potential-index-error</code> false positive when iterable
contains starred ele...</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/5597aae8757a70abf8eb7842b4f1c575aaf7ac47"><code>5597aae</code></a>
Fix source root not recognized (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/10036">#10036</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/10083">#10083</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/ea8ed7e0ea84c2e3d58e98f0b38010625eff99a9"><code>ea8ed7e</code></a>
Bump astroid to 3.3.5 (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/10004">#10004</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/10005">#10005</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/ec4ca648f1b118ef44aefe859e4228ba405fba9d"><code>ec4ca64</code></a>
Fix release note typo (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9969">#9969</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9971">#9971</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/76bce72bc57cc8089e439cc9d22fed5806341ed4"><code>76bce72</code></a>
Bump pylint to 3.3.1, update changelog (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9954">#9954</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/55ee81651aa98d644e046a0f02f20576ecb3a6dc"><code>55ee816</code></a>
Bump astroid to 3.3.4 (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9951">#9951</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9952">#9952</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/6350dfa900b11de442bc562564884037ca8bc4f6"><code>6350dfa</code></a>
Bump pylint to 3.3.0, update changelog</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/78f3dfa0c40bdb1e0f145e75c309f28f4e8cc31e"><code>78f3dfa</code></a>
Bump astroid to 3.3.3 (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9939">#9939</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/b28c1f69334191ade62357d01c248742afac24b3"><code>b28c1f6</code></a>
Add check for <code>unnecessary-default-type-args</code> (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9938">#9938</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pylint-dev/pylint/compare/v3.2.7...v3.3.2">compare
view</a></li>
</ul>
</details>
<br />


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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@TEAM4-0 TEAM4-0 added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Dec 18, 2024
Copy link

codecov bot commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.99%. Comparing base (a64ffe3) to head (7c3ea2a).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #822   +/-   ##
=======================================
  Coverage   72.99%   72.99%           
=======================================
  Files          18       18           
  Lines        3814     3814           
=======================================
  Hits         2784     2784           
  Misses       1030     1030           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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 github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant