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

chore(deps): bump the pip group with 9 updates #1911

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps the pip group with 9 updates:

Package From To
mkdocs-material 9.5.42 9.5.44
mkdocstrings[python] 0.26.2 0.27.0
mkdocs-git-revision-date-localized-plugin 1.2.9 1.3.0
mkdocs-macros-plugin 1.3.6 1.3.7
mypy 1.12.1 1.13.0
ruff 0.7.0 0.7.3
semgrep 1.92.0 1.96.0
coverage[toml] 7.6.1 7.6.4
fastapi 0.115.2 0.115.4

Updates mkdocs-material from 9.5.42 to 9.5.44

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.44

  • Fixed #7672: Font CSS 404's when using privacy plugin (9.5.43 regression)

Thanks go to @​nejch for their contributions.

mkdocs-material-9.5.43

  • Added support for external images in SVGs in privacy plugin
  • Fixed #7651: Privacy plugin doesn't handle quoted URLs in CSS

Thanks go to @​nejch for their contributions

Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.5.44 (2024-11-05)

  • Fixed #7672: Font CSS 404's when using privacy plugin (9.5.43 regression)

mkdocs-material-9.5.43 (2024-10-31)

  • Added support for external images in SVGs in privacy plugin
  • Fixed #7651: Privacy plugin doesn't handle quoted URLs in CSS

mkdocs-material-9.5.42 (2024-10-20)

  • Fixed #7625: Invalid encoding of boolean attributes in privacy plugin
  • Fixed #7624: Crash when disabling privacy plugin (9.5.41 regression)

mkdocs-material-9.5.41 (2024-10-15)

  • Fixed #7619: Improved tooltip on logo disappears after instant navigation
  • Fixed #7616: Race condition in built-in privacy plugin when inlining assets
  • Fixed #7615: Comments and "Was this page helpful?" visible when printing

mkdocs-material-9.5.40 (2024-10-10)

  • Updated Latvian translations
  • Fixed #7597: Social cards not using site name on home page

mkdocs-material-9.5.39+insiders-4.53.14 (2024-09-29)

  • Fixed #7567: Empty headlines when using typeset plugin with anchorlinks

mkdocs-material-9.5.39 (2024-09-29)

  • Fixed #7226: not staying on page when using mike's canonical versioning

mkdocs-material-9.5.38 (2024-09-26)

  • Added Albanian translations

mkdocs-material-9.5.37 (2024-09-25)

  • Added 4th and 5th level ordered list styles
  • Fixed #7548: Tags have no spacing in search

mkdocs-material-9.5.36 (2024-09-21)

  • Fixed #7544: Social cards incorrectly rendering HTML entities
  • Fixed #7542: Improved support for setting custom list styles

mkdocs-material-9.5.35 (2024-09-18)

  • Fixed #7498: Search not showing for Vietnamese language

... (truncated)

Commits

Updates mkdocstrings[python] from 0.26.2 to 0.27.0

Release notes

Sourced from mkdocstrings[python]'s releases.

0.27.0

0.27.0 - 2024-11-08

Compare with 0.26.2

Features

Performance Improvements

  • Reduce footprint of template debug messages (5648e5a by Timothée Mazzucotelli).

Code Refactoring

  • Use %-formatting for logging messages (0bbb8ca by Timothée Mazzucotelli).
Changelog

Sourced from mkdocstrings[python]'s changelog.

0.27.0 - 2024-11-08

Compare with 0.26.2

Features

Performance Improvements

  • Reduce footprint of template debug messages (5648e5a by Timothée Mazzucotelli).

Code Refactoring

  • Use %-formatting for logging messages (0bbb8ca by Timothée Mazzucotelli).
Commits
  • e0af800 chore: Prepare release 0.27.0
  • 5648e5a perf: Reduce footprint of template debug messages
  • 0bbb8ca refactor: Use %-formatting for logging messages
  • 1c23c1b feat: Add support for authentication in inventory file URLs
  • abc5acd Merge branch 'main' of github.com:mkdocstrings/mkdocstrings
  • 31b3b37 chore: Template upgrade
  • e732aaa docs: Update contributing document to include tag pulling instructions
  • See full diff in compare view

Updates mkdocs-git-revision-date-localized-plugin from 1.2.9 to 1.3.0

Release notes

Sourced from mkdocs-git-revision-date-localized-plugin's releases.

revision-date-localized v1.3.0

What's Changed

🟠 Minor breaking changes: This release will change some of the git revision dates:

  • We now ignore changes to files that only contain whitespaces or blanklines, as these are not 'real' revisions to the content. This maps to the git log --ignore_all_space --ignore_blank_lines.
  • We now ignore rename commits for determining the last revision date, as these are not 'real' revisions to the content. This maps to the git log diff-filter=r command (see git log docs)
  • We will now follow changes to a file across file renames (including moving files around). This maps to git log --follow. While giving more accurate revision and creation dates, there is an edge case: if you commit empty files, the revision date might wrong. For details see this blogpost. You can opt-out of this behavior by using the new option enable_git_follow (which defaults to True). If you still hit inaccurate revision dates for specific files, consider manually defining them.

Pull requests:

New Contributors

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.2.9...v1.3.0

Commits
  • 2e7646e update to v1.3
  • 1e69247 support python 3.13
  • 9e064cd Merge pull request #148 from skywarth/master
  • 36b2159 chore: rename option, add documentation
  • f848ea1 feat: reverted previous changes about exclude option, new option for follow i...
  • 466e577 feat: option for excluding renames and move operations for last update date
  • See full diff in compare view

Updates mkdocs-macros-plugin from 1.3.6 to 1.3.7

Release notes

Sourced from mkdocs-macros-plugin's releases.

v.1.3.7 With Test Framework

1.3.7, 2024-10-18

  • Fixed: incompatibility with the d2 module (#249)

1.3.6, 2024-10-17

  • Added: complete test framework, using pytest and Mkdocs-Test (#244) A number of automated test cases are implemented.
  • Changed: move from setup.py to pyproject.toml (#250)

1.2.0, 2024-09-15

  • Added: three hooks register_variables/macros/filters to facilitate cooperation with other MkDocs plugins.
  • Fixed: `define_env() was always required in module (#191)
  • Added: trace the case when no module is found (INFO)
  • Improved documentation, particularly about HTML pages
  • Added: parameters j2_comment_start_string and j2_comment_end_string to plugin's parameters, to specify alternate markers for comments.
  • Added the multiline parameter force_render_paths in the config file, to specify directories or file patterns to be rendered for the case when render_by_default = false (the render_macros parameter in the YAML header of the page has the last word).

1.0.5, 2023-10-31

  • Added: git.short_tag (#183)
  • Added: Mermaid diagrams in the documentation (Readthedocs)
  • Fixed: Changelog was no longer displayed (#186)
Changelog

Sourced from mkdocs-macros-plugin's changelog.

1.3.7, 2024-10-18

  • Fixed: incompatibility with the d2 module (#249)
Commits

Updates mypy from 1.12.1 to 1.13.0

Changelog

Sourced from mypy's changelog.

Mypy Release Notes

Next release

Change to enum membership semantics

As per the updated typing specification for enums, enum members must be left unannotated.

class Pet(Enum):
    CAT = 1  # Member attribute
    DOG = 2  # Member attribute
    WOLF: int = 3  # New error: Enum members must be left unannotated
species: str  # Considered a non-member attribute

In particular, the specification change can result in issues in type stubs (.pyi files), since historically it was common to leave the value absent:

# In a type stub (.pyi file)
class Pet(Enum):
# Change in semantics: previously considered members, now non-member attributes
CAT: int
DOG: int
# Mypy will now issue a warning if it detects this situation in type stubs:
# > Detected enum "Pet" in a type stub with zero members.
# > There is a chance this is due to a recent change in the semantics of enum membership.
# > If so, use `member = value` to mark an enum member, instead of `member: type`

class Pet(Enum):
# As per the specification, you should now do one of the following:
DOG = 1  # Member attribute with value 1 and known type
WOLF = cast(int, ...)  # Member attribute with unknown value but known type
LION = ...  # Member attribute with unknown value and unknown type

Contributed by Terence Honles in PR 17207 and Shantanu Jain in PR 18068.

Mypy 1.13

We’ve just uploaded mypy 1.13 to the Python Package Index (PyPI). Mypy is a static type checker for Python. You can install it as follows:

python3 -m pip install -U mypy

... (truncated)

Commits

Updates ruff from 0.7.0 to 0.7.3

Release notes

Sourced from ruff's releases.

0.7.3

Release Notes

Preview features

  • Formatter: Disallow single-line implicit concatenated strings (#13928)
  • [flake8-pyi] Include all Python file types for PYI006 and PYI066 (#14059)
  • [flake8-simplify] Implement split-of-static-string (SIM905) (#14008)
  • [refurb] Implement subclass-builtin (FURB189) (#14105)
  • [ruff] Improve diagnostic messages and docs (RUF031, RUF032, RUF034) (#14068)

Rule changes

  • Detect items that hash to same value in duplicate sets (B033, PLC0208) (#14064)
  • [eradicate] Better detection of IntelliJ language injection comments (ERA001) (#14094)
  • [flake8-pyi] Add autofix for docstring-in-stub (PYI021) (#14150)
  • [flake8-pyi] Update duplicate-literal-member (PYI062) to alawys provide an autofix (#14188)
  • [pyflakes] Detect items that hash to same value in duplicate dictionaries (F601) (#14065)
  • [ruff] Fix false positive for decorators (RUF028) (#14061)

Bug fixes

  • Avoid parsing joint rule codes as distinct codes in # noqa (#12809)
  • [eradicate] ignore # language= in commented-out-code rule (ERA001) (#14069)
  • [flake8-bugbear] - do not run mutable-argument-default on stubs (B006) (#14058)
  • [flake8-builtins] Skip lambda expressions in builtin-argument-shadowing (A002) (#14144)
  • [flake8-comprehension] Also remove trailing comma while fixing C409 and C419 (#14097)
  • [flake8-simplify] Allow open without context manager in return statement (SIM115) (#14066)
  • [pylint] Respect hash-equivalent literals in iteration-over-set (PLC0208) (#14063)
  • [pylint] Update known dunder methods for Python 3.13 (PLW3201) (#14146)
  • [pyupgrade] - ignore kwarg unpacking for UP044 (#14053)
  • [refurb] Parse more exotic decimal strings in verbose-decimal-constructor (FURB157) (#14098)

Documentation

  • Add links to missing related options within rule documentations (#13971)
  • Add rule short code to mkdocs tags to allow searching via rule codes (#14040)

Install ruff 0.7.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.7.3/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/astral-sh/ruff/releases/download/0.7.3/ruff-installer.ps1 | iex"
</tr></table> 

... (truncated)

Changelog

Sourced from ruff's changelog.

0.7.3

Preview features

  • Formatter: Disallow single-line implicit concatenated strings (#13928)
  • [flake8-pyi] Include all Python file types for PYI006 and PYI066 (#14059)
  • [flake8-simplify] Implement split-of-static-string (SIM905) (#14008)
  • [refurb] Implement subclass-builtin (FURB189) (#14105)
  • [ruff] Improve diagnostic messages and docs (RUF031, RUF032, RUF034) (#14068)

Rule changes

  • Detect items that hash to same value in duplicate sets (B033, PLC0208) (#14064)
  • [eradicate] Better detection of IntelliJ language injection comments (ERA001) (#14094)
  • [flake8-pyi] Add autofix for docstring-in-stub (PYI021) (#14150)
  • [flake8-pyi] Update duplicate-literal-member (PYI062) to alawys provide an autofix (#14188)
  • [pyflakes] Detect items that hash to same value in duplicate dictionaries (F601) (#14065)
  • [ruff] Fix false positive for decorators (RUF028) (#14061)

Bug fixes

  • Avoid parsing joint rule codes as distinct codes in # noqa (#12809)
  • [eradicate] ignore # language= in commented-out-code rule (ERA001) (#14069)
  • [flake8-bugbear] - do not run mutable-argument-default on stubs (B006) (#14058)
  • [flake8-builtins] Skip lambda expressions in builtin-argument-shadowing (A002) (#14144)
  • [flake8-comprehension] Also remove trailing comma while fixing C409 and C419 (#14097)
  • [flake8-simplify] Allow open without context manager in return statement (SIM115) (#14066)
  • [pylint] Respect hash-equivalent literals in iteration-over-set (PLC0208) (#14063)
  • [pylint] Update known dunder methods for Python 3.13 (PLW3201) (#14146)
  • [pyupgrade] - ignore kwarg unpacking for UP044 (#14053)
  • [refurb] Parse more exotic decimal strings in verbose-decimal-constructor (FURB157) (#14098)

Documentation

  • Add links to missing related options within rule documentations (#13971)
  • Add rule short code to mkdocs tags to allow searching via rule codes (#14040)

0.7.2

Preview features

  • Fix formatting of single with-item with trailing comment (#14005)
  • [pyupgrade] Add PEP 646 Unpack conversion to * with fix (UP044) (#13988)

Rule changes

  • Regenerate known_stdlibs.rs with stdlibs 2024.10.25 (#13963)
  • [flake8-no-pep420] Skip namespace package enforcement for PEP 723 scripts (INP001) (#13974)

Server

... (truncated)

Commits
  • fbf140a Bump version to 0.7.3 (#14197)
  • 670f958 [red-knot] Fix intersection simplification for ~Any/~Unknown (#14195)
  • fed35a2 [red-knot] Fix is_assignable_to for unions (#14196)
  • d1ef418 Docs: tweak rules documentation (#14180)
  • 272d24b [flake8-pyi] Add a fix for duplicate-literal-member (#14188)
  • 2624249 [red-knot] Minor: fix Literal[True] <: int (#14177)
  • 4b08d17 [red-knot] Add a new Type::KnownInstanceType variant (#14155)
  • 5b6169b [red-knot] Minor fix in intersection type comment (#14176)
  • 2040e93 [flake8-logging-format] Fix invalid formatting value in docs of `logging-ex...
  • 794eb88 [flake8-bandit] Typo in docs suspicious-pickle-import (S403) (#14175)
  • Additional commits viewable in compare view

Updates semgrep from 1.92.0 to 1.96.0

Release notes

Sourced from semgrep's releases.

Release v1.96.0

1.96.0 - 2024-11-07

Added

  • The pro engine now handles duplicate function names in C. When duplicate functions are found, we assume that any of the duplicated functions could be called. For example, if the function foo is defined in two different files, taint errors will be reported for both instances:

    // "a/test.h"
    void foo(int x) {
        //deepruleid: dup-symbols
        sink(x);
    }
    

    // "b/test.h"
    void foo(int x) {
    //deepruleid: dup-symbols
    sink(x);
    }

    // "main.c"
    #ifdef HEADER_A
    #include "a/test.h"
    #else
    #include "b/test.h"
    #endif

    int main() {
    int x = source();
    foo(x);
    }

    
    

    </code></pre>
    </li>
    </ul>
    <h3>Changed</h3>
    <ul>
    <li>Reduced memory allocations while processing nosemgrep comments, improving memory use and time for scans with a large number of findings. (nosem-mem)</li>
    </ul>
    <h3>Fixed</h3>
    <ul>
    <li>Optimized taint-mode (only in Pro) to scale better when there is a large number
    of matches of sources/propagators/sanitizers/sinks within a function. (flow-83)</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>

    <p><em>Sourced from <a href="https://github.com/semgrep/semgrep/blob/develop/CHANGELOG.md&quot;&gt;semgrep's changelog</a>.</em></p>
    <blockquote>
    <h2><a href="https://github.com/returntocorp/semgrep/releases/tag/v1.96.0&quot;&gt;1.96.0&lt;/a> - 2024-11-07</h2>
    <h3>Added</h3>
    <ul>
    <li>
    <p>The pro engine now handles duplicate function names in C. When duplicate
    functions are found, we assume that any of the duplicated functions could be
    called. For example, if the function <code>foo</code> is defined in two different files,
    taint errors will be reported for both instances:</p>
    <pre><code>// &quot;a/test.h&quot;
    void foo(int x) {
    //deepruleid: dup-symbols
    sink(x);
    }

    // &quot;b/test.h&quot;
    void foo(int x) {
    //deepruleid: dup-symbols
    sink(x);
    }

    // &quot;main.c&quot;
    #ifdef HEADER_A
    #include &quot;a/test.h&quot;
    #else
    #include &quot;b/test.h&quot;
    #endif

    int main() {
    int x = source();
    foo(x);
    }

    
    
    &lt;/code&gt;&lt;/pre&gt;
    &lt;/li&gt;
    &lt;/ul&gt;
    &lt;h3&gt;Changed&lt;/h3&gt;
    &lt;ul&gt;
    &lt;li&gt;Reduced memory allocations while processing nosemgrep comments, improving memory use and time for scans with a large number of findings. (nosem-mem)&lt;/li&gt;
    &lt;/ul&gt;
    &lt;h3&gt;Fixed&lt;/h3&gt;
    &lt;ul&gt;
    &lt;li&gt;Optimized taint-mode (only in Pro) to scale better when there is a large number
    of matches of sources/propagators/sanitizers/sinks within a function. (flow-83)&lt;/li&gt;
    &lt;li&gt;Fixed a bug in the supply chain scanner's gradle lockfile parser. Previously, semgrep would fail to parse&lt;/li&gt;
    &lt;/ul&gt;
    &lt;!-- raw HTML omitted --&gt;
    &lt;/blockquote&gt;
    &lt;p&gt;... (truncated)&lt;/p&gt;
    &lt;/details&gt;
    &lt;details&gt;
    &lt;summary&gt;Commits&lt;/summary&gt;
    
    &lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;https://github.com/semgrep/semgrep/commit/e743e2d243c83e6ba20e8f2096569f7383c00239&quot;&gt;&lt;code&gt;e743e2d&lt;/code&gt;&lt;/a&gt; chore: release version 1.96.0&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://github.com/semgrep/semgrep/commit/497836cd643b7222a475296858c67841be605d74&quot;&gt;&lt;code&gt;497836c&lt;/code&gt;&lt;/a&gt;&lt;code&gt;semgrep/semgrep-proprietary#2577&lt;/code&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://github.com/semgrep/semgrep/commit/c9686ca8ab9fcabf93267dd5cfe9c5525d5cf6c6&quot;&gt;&lt;code&gt;c9686ca&lt;/code&gt;&lt;/a&gt;&lt;code&gt;semgrep/semgrep-proprietary#2574&lt;/code&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://github.com/semgrep/semgrep/commit/6a001bc5842955c66ae0f136d68a009868dbadef&quot;&gt;&lt;code&gt;6a001bc&lt;/code&gt;&lt;/a&gt; Add test for updating PATH to scripts directory (semgrep/semgrep-proprietary#...&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://github.com/semgrep/semgrep/commit/71f1556517c7d770ce6491f873e4fa1d53c2111d&quot;&gt;&lt;code&gt;71f1556&lt;/code&gt;&lt;/a&gt; refactor: move is_logged_in_weak() to Semgrep_login.ml (semgrep/semgrep-propr...&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://github.com/semgrep/semgrep/commit/298e2dfc9276c324e9b24eb849c98ed4ca41ded5&quot;&gt;&lt;code&gt;298e2df&lt;/code&gt;&lt;/a&gt; pro: tainting: Improve time complexity of taint spec predicates (semgrep/semg...&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://github.com/semgrep/semgrep/commit/5b06af334a09ac77e5f98f19dcc866eaf8e3eb8d&quot;&gt;&lt;code&gt;5b06af3&lt;/code&gt;&lt;/a&gt; Switching to osemgrep for the gitlab-xxx output format (semgrep/semgrep-propr...&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://github.com/semgrep/semgrep/commit/913b96e0b13c25ff2269e3ecd27e56c0af5dab3e&quot;&gt;&lt;code&gt;913b96e&lt;/code&gt;&lt;/a&gt;&lt;code&gt;semgrep/semgrep-proprietary#2570&lt;/code&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://github.com/semgrep/semgrep/commit/26c0b1b64e5d46e57b9b567358d412f58417a093&quot;&gt;&lt;code&gt;26c0b1b&lt;/code&gt;&lt;/a&gt;&lt;code&gt;semgrep/semgrep-proprietary#2548&lt;/code&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://github.com/semgrep/semgrep/commit/07ff4374d20d34f660f163da4ce19fc55972ff9e&quot;&gt;&lt;code&gt;07ff437&lt;/code&gt;&lt;/a&gt; Update PATH from entrypoint parent directory to scripts directory (semgrep/se...&lt;/li&gt;
    &lt;li&gt;Additional commits viewable in &lt;a href=&quot;https://github.com/returntocorp/semgrep/compare/v1.92.0...v1.96.0&quot;&gt;compare view&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
    &lt;/details&gt;
    
    &lt;br /&gt;
    </code></pre>
    
    Updates `coverage[toml]` from 7.6.1 to 7.6.4
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/nedbat/coveragepy/releases">coverage[toml]'s releases</a>.</em></p>
    <blockquote>
    <h2>7.6.4</h2>
    <h2>Version 7.6.4 — 2024-10-20</h2>
    <ul>
    <li>fix: multi-line <code>with</code> statements could cause contained branches to be incorrectly marked as missing (<a href="https://redirect.github.com/nedbat/coveragepy/issues/1880">issue 1880</a>). This is now fixed.</li>
    </ul>
    <p>:arrow_right:  PyPI page: <a href="https://pypi.org/project/coverage/7.6.4">coverage 7.6.4</a>.
    :arrow_right:  To install: <code>python3 -m pip install coverage==7.6.4</code></p>
    <h2>7.6.3</h2>
    <h2>Version 7.6.3 — 2024-10-13</h2>
    <ul>
    <li>Fix: nested context managers could incorrectly be analyzed to flag a missing branch on the last context manager, as described in <a href="https://redirect.github.com/nedbat/coveragepy/issues/1876">issue 1876</a>. This is now fixed.</li>
    <li>Fix: the missing branch message about not exiting a module had an extra “didn’t,” as described in <a href="https://redirect.github.com/nedbat/coveragepy/issues/1873">issue 1873</a>. This is now fixed.</li>
    </ul>
    <p>:arrow_right:  PyPI page: <a href="https://pypi.org/project/coverage/7.6.3">coverage 7.6.3</a>.
    :arrow_right:  To install: <code>python3 -m pip install coverage==7.6.3</code></p>
    <h2>7.6.2</h2>
    <h2>Version 7.6.2 — 2024-10-09</h2>
    <ul>
    <li>Dropped support for Python 3.8 and PyPy 3.8.</li>
    <li>Fix: a final wildcard match/case clause assigning to a name (<code>case _ as value</code>) was incorrectly marked as a missing branch. This is now fixed, closing <a href="https://redirect.github.com/nedbat/coveragepy/issues/1860">issue 1860</a>.</li>
    <li>Fewer things are considered branches now. Lambdas, comprehensions, and generator expressions are no longer marked as missing branches if they don’t complete execution. Closes <a href="https://redirect.github.com/nedbat/coveragepy/issues/1852">issue 1852</a>.</li>
    <li>Fix: the HTML report didn’t properly show multi-line f-strings that end with a backslash continuation. This is now fixed, closing <a href="https://redirect.github.com/nedbat/coveragepy/issues/1836">issue 1836</a>, thanks to <a href="https://redirect.github.com/nedbat/coveragepy/pull/1838">LiuYinCarl and Marco Ricci</a>.</li>
    <li>Fix: the LCOV report now has correct line numbers (fixing <a href="https://redirect.github.com/nedbat/coveragepy/issues/1846">issue 1846</a>) and better branch descriptions for BRDA records (fixing <a href="https://redirect.github.com/nedbat/coveragepy/issues/1850">issue 1850</a>). There are other changes to lcov also, including a new configuration option <a href="https://coverage.readthedocs.io/en/7.6.2/config.html#config-lcov-line-checksums">line_checksums</a> to control whether line checksums are included in the lcov report. The default is false. To keep checksums set it to true. All this work is thanks to Zack Weinberg (<a href="https://redirect.github.com/nedbat/coveragepy/pull/1849">pull 1849</a> and <a href="https://redirect.github.com/nedbat/coveragepy/pull/1851">pull 1851</a>).</li>
    <li>Fixed the docs for multi-line regex exclusions, closing <a href="https://redirect.github.com/nedbat/coveragepy/issues/1863">issue 1863</a>.</li>
    <li>Fixed a potential crash in the C tracer, closing <a href="https://redirect.github.com/nedbat/coveragepy/issues/1835">issue 1835</a>, thanks to <a href="https://redirect.github.com/nedbat/coveragepy/pull/1843">Jan Kühle</a>.</li>
    </ul>
    <p>:arrow_right:  PyPI page: <a href="https://pypi.org/project/coverage/7.6.2">coverage 7.6.2</a>.
    :arrow_right:  To install: <code>python3 -m pip install coverage==7.6.2</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">coverage[toml]'s changelog</a>.</em></p>
    <blockquote>
    <h2>Version 7.6.4 — 2024-10-20</h2>
    <ul>
    <li>fix: multi-line <code>with</code> statements could cause contained branches to be
    incorrectly marked as missing (<code>issue 1880</code>_).  This is now fixed.</li>
    </ul>
    <p>.. _issue 1880: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1880">nedbat/coveragepy#1880</a></p>
    <p>.. _changes_7-6-3:</p>
    <h2>Version 7.6.3 — 2024-10-13</h2>
    <ul>
    <li>
    <p>Fix: nested context managers could incorrectly be analyzed to flag a missing
    branch on the last context manager, as described in <code>issue 1876</code>_.  This is
    now fixed.</p>
    </li>
    <li>
    <p>Fix: the missing branch message about not exiting a module had an extra
    &quot;didn't,&quot; as described in <code>issue 1873</code>_.  This is now fixed.</p>
    </li>
    </ul>
    <p>.. _issue 1873: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1873">nedbat/coveragepy#1873</a>
    .. _issue 1876: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1876">nedbat/coveragepy#1876</a></p>
    <p>.. _changes_7-6-2:</p>
    <h2>Version 7.6.2 — 2024-10-09</h2>
    <ul>
    <li>
    <p>Dropped support for Python 3.8 and PyPy 3.8.</p>
    </li>
    <li>
    <p>Fix: a final wildcard match/case clause assigning to a name (<code>case _ as value</code>) was incorrectly marked as a missing branch.  This is now fixed,
    closing <code>issue 1860</code>_.</p>
    </li>
    <li>
    <p>Fewer things are considered branches now. Lambdas, comprehensions, and
    generator expressions are no longer marked as missing branches if they don't
    complete execution.  Closes <code>issue 1852</code>_.</p>
    </li>
    <li>
    <p>Fix: the HTML report didn't properly show multi-line f-strings that end with
    a backslash continuation.  This is now fixed, closing <code>issue 1836</code><em>, thanks
    to <code>LiuYinCarl and Marco Ricci &lt;pull 1838_&gt;</code></em>.</p>
    </li>
    <li>
    <p>Fix: the LCOV report now has correct line numbers (fixing <code>issue 1846</code><em>) and
    better branch descriptions for BRDA records (fixing <code>issue 1850</code></em>).  There
    are other changes to lcov also, including a new configuration option
    :ref:<code>line_checksums &lt;config_lcov_line_checksums&gt;</code> to control whether line
    checksums are included in the lcov report.  The default is false. To keep
    checksums set it to true.  All this work is thanks to Zack Weinberg</p>
    </li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/nedbat/coveragepy/commit/f24f76bbcebf21737433445eab2cd7722291e3db"><code>f24f76b</code></a> docs: sample HTML for 7.6.4</li>
    <li><a href="https://github.com/nedbat/coveragepy/commit/96e10f791857b87d6a741cdbb3ea2c5a851432d5"><code>96e10f7</code></a> docs: prep for 7.6.4</li>
    <li><a href="https://github.com/nedbat/coveragepy/commit/b8c236aa620f31134405aa2876e5922a8db053d3"><code>b8c236a</code></a> fix: multi-line with-statements exit correctly. <a href="https://redirect.github.com/nedbat/coveragepy/issues/1880">#1880</a></li>
    <li><a href="https://github.com/nedbat/coveragepy/commit/64b7a45de6004fecb9b6c149ff412466831a3076"><code>64b7a45</code></a> docs: another discord reference</li>
    <li><a href="https://github.com/nedbat/coveragepy/commit/68d74277cb241434a54d5b7e11bfd7ec837cb7ba"><code>68d7427</code></a> docs: Python Discord</li>
    <li><a href="https://github.com/nedbat/coveragepy/commit/43adcea4ce982440511cda579b9885b5dab2acfa"><code>43adcea</code></a> build: include 3.14 in the usual Pythons</li>
    <li><a href="https://github.com/nedbat/coveragepy/commit/fb2b49fb1beb810c6d7ee1cfbbf75a3ff8574fbf"><code>fb2b49f</code></a> build: github_releases can update older releases, and pauses to get the sorti...</li>
    <li><a href="https://github.com/nedbat/coveragepy/commit/ca550cae485542d43d082d7ecd2b15c35306e717"><code>ca550ca</code></a> 3.0b2 wasn't correctly titled</li>
    <li><a href="https://github.com/nedbat/coveragepy/commit/debcc77cafff1e9d4595384cdc02c71a7b43fca0"><code>debcc77</code></a> build: bump version</li>
    <li><a href="https://github.com/nedbat/coveragepy/commit/342a4cb9337be6cc5f4038537814188aa62de21c"><code>342a4cb</code></a> docs: sample HTML for 7.6.3</li>
    <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.6.1...7.6.4">compare view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `fastapi` from 0.115.2 to 0.115.4
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/fastapi/fastapi/releases">fastapi's releases</a>.</em></p>
    <blockquote>
    <h2>0.115.4</h2>
    <h3>Refactors</h3>
    <ul>
    <li>♻️ Update logic to import and check <code>python-multipart</code> for compatibility with newer version. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12627">#12627</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
    </ul>
    <h3>Docs</h3>
    <ul>
    <li>📝  Update includes in <code>docs/fr/docs/tutorial/body.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12596">#12596</a> by <a href="https://github.com/kantandane"><code>@​kantandane</code></a>.</li>
    <li>📝 Update includes in <code>docs/fr/docs/tutorial/debugging.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12595">#12595</a> by <a href="https://github.com/kantandane"><code>@​kantandane</code></a>.</li>
    <li>📝 Update includes in <code>docs/fr/docs/tutorial/query-params-str-validations.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12591">#12591</a> by <a href="https://github.com/kantandane"><code>@​kantandane</code></a>.</li>
    <li>📝 Update includes in <code>docs/fr/docs/tutorial/query-params.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12589">#12589</a> by <a href="https://github.com/kantandane"><code>@​kantandane</code></a>.</li>
    <li>📝 Update includes in <code>docs/en/tutorial/body-fields.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12588">#12588</a> by <a href="https://github.com/lucaromagnoli"><code>@​lucaromagnoli</code></a>.</li>
    <li>📝 Update includes in <code>docs/de/docs/tutorial/response-status-code.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12585">#12585</a> by <a href="https://github.com/abejaranoh"><code>@​abejaranoh</code></a>.</li>
    <li>📝 Update includes in <code>docs/en/docs/tutorial/body.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12586">#12586</a> by <a href="https://github.com/lucaromagnoli"><code>@​lucaromagnoli</code></a>.</li>
    <li>📝 Update includes in <code>docs/en/docs/advanced/behind-a-proxy.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12583">#12583</a> by <a href="https://github.com/imjuanleonard"><code>@​imjuanleonard</code></a>.</li>
    <li>📝 Update includes syntax for <code>docs/pl/docs/tutorial/first-steps.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12584">#12584</a> by <a href="https://github.com/sebkozlo"><code>@​sebkozlo</code></a>.</li>
    <li>📝 Update includes in <code>docs/en/docs/advanced/middleware.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12582">#12582</a> by <a href="https://github.com/montanarograziano"><code>@​montanarograziano</code></a>.</li>
    <li>📝 Update includes in <code>docs/en/docs/advanced/additional-status-codes.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12577">#12577</a> by <a href="https://github.com/krishnamadhavan"><code>@​krishnamadhavan</code></a>.</li>
    <li>📝 Update includes in <code>docs/en/docs/advanced/advanced-dependencies.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12578">#12578</a> by <a href="https://github.com/krishnamadhavan"><code>@​krishnamadhavan</code></a>.</li>
    <li>📝 Update includes in <code>docs/en/docs/advanced/additional-responses.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12576">#12576</a> by <a href="https://github.com/krishnamadhavan"><code>@​krishnamadhavan</code></a>.</li>
    <li>📝 Update includes in <code>docs/en/docs/tutorial/static-files.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12575">#12575</a> by <a href="https://github.com/lucaromagnoli"><code>@​lucaromagnoli</code></a>.</li>
    <li>📝 Update includes in <code>docs/en/docs/advanced/async-tests.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12568">#12568</a> by <a href="https://github.com/krishnamadhavan"><code>@​krishnamadhavan</code></a>.</li>
    <li>📝 Update includes in <code>docs/pt/docs/advanced/behind-a-proxy.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12563">#12563</a> by <a href="https://github.com/asmioglou"><code>@​asmioglou</code></a>.</li>
    <li>📝 Update includes in <code>docs/de/docs/advanced/security/http-basic-auth.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12561">#12561</a> by <a href="https://github.com/Nimitha-jagadeesha"><code>@​Nimitha-jagadeesha</code></a>.</li>
    <li>📝 Update includes in <code>docs/en/docs/tutorial/background-tasks.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12559">#12559</a> by <a href="https://github.com/FarhanAliRaza"><code>@​FarhanAliRaza</code></a>.</li>
    <li>📝 Update includes in <code>docs/fr/docs/python-types.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12558">#12558</a> by <a href="https://github.com/Ismailtlem"><code>@​Ismailtlem</code></a>.</li>
    <li>📝 Update includes in <code>docs/en/docs/how-to/graphql.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12564">#12564</a> by <a href="https://github.com/philipokiokio"><code>@​philipokiokio</code></a>.</li>
    <li>📝 Update includes in <code>docs/en/docs/how-to/extending-openapi.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12562">#12562</a> by <a href="https://github.com/philipokiokio"><code>@​philipokiokio</code></a>.</li>
    <li>📝 Update includes for <code>docs/en/docs/how-to/configure-swagger-ui.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12556">#12556</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
    <li>📝 Update includes for <code>docs/en/docs/how-to/separate-openapi-schemas.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12555">#12555</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
    <li>📝 Update includes for <code>docs/en/docs/advanced/security/http-basic-auth.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12553">#12553</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
    <li>📝 Update includes in <code>docs/en/docs/tutorial/first-steps.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12552">#12552</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
    <li>📝 Update includes in <code>docs/en/docs/python-types.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12551">#12551</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
    <li>📝 Fix link in OAuth2 docs. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12550">#12550</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
    <li>📝 Add External Link: FastAPI do Zero. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12533">#12533</a> by <a href="https://github.com/rennerocha"><code>@​rennerocha</code></a>.</li>
    <li>📝 Fix minor typos. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12516">#12516</a> by <a href="https://github.com/kkirsche"><code>@​kkirsche</code></a>.</li>
    <li>🌐 Fix rendering issue in translations. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12509">#12509</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li>
    </ul>
    <h3>Translations</h3>
    <ul>
    <li>📝 Update includes in <code>docs/de/docs/advanced/async-tests.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12567">#12567</a> by <a href="https://github.com/imjuanleonard"><code>@​imjuanleonard</code></a>.</li>
    <li>🌐 Add Portuguese translation for <code>docs/pt/docs/tutorial/sql-databases.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12530">#12530</a> by <a href="https://github.com/ilacftemp"><code>@​ilacftemp</code></a>.</li>
    <li>🌐 Add Korean translation for <code>docs/ko/docs/benchmarks.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12540">#12540</a> by <a href="https://github.com/Limsunoh"><code>@​Limsunoh</code></a>.</li>
    <li>🌐 Add Portuguese translation for <code>docs/pt/docs/how-to/separate-openapi-schemas.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12518">#12518</a> by <a href="https://github.com/ilacftemp"><code>@​ilacftemp</code></a>.</li>
    <li>🌐 Update Traditional Chinese translation for <code>docs/zh-hant/docs/deployment/index.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12521">#12521</a> by <a href="https://github.com/codingjenny"><code>@​codingjenny</code></a>.</li>
    <li>🌐 Update Traditional Chinese translation for <code>docs/zh-hant/docs/deployment/cloud.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12522">#12522</a> by <a href="https://github.com/codingjenny"><code>@​codingjenny</code></a>.</li>
    <li>🌐 Update Traditional Chinese translation for <code>docs/zh-hant/docs/how-to/index.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12523">#12523</a> by <a href="https://github.com/codingjenny"><code>@​codingjenny</code></a>.</li>
    <li>🌐 Update Traditional Chinese translation for <code>docs/zh-hant/docs/tutorial/index.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12524">#12524</a> by <a href="https://github.com/codingjenny"><code>@​codingjenny</code></a>.</li>
    <li>🌐 Add Traditional Chinese translation for <code>docs/zh-hant/docs/how-to/index.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12468">#12468</a> by <a href="https://github.com/codingjenny"><code>@​codingjenny</code></a>.</li>
    <li>🌐 Add Traditional Chinese translation for <code>docs/zh-hant/docs/tutorial/index.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12466">#12466</a> by <a href="https://github.com/codingjenny"><code>@​codingjenny</code></a>.</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/fastapi/fastapi/commit/31887b1cc6fb45373b615448627c63410bd37333"><code>31887b1</code></a> 🔖 Release version 0.115.4</li>
    <li><a href="https://github.com/fastapi/fastapi/commit/b270ff1e5eb00bb497078dc3da6ec5f8326ee726"><code>b270ff1</code></a> 📝 Update release notes</li>
    <li><a href="https://github.com/fastapi/fastapi/commit/b31cbbf5f5f7680f27c50339ff9fddafadcc3d7a"><code>b31cbbf</code></a> ♻️ Update logic to import and check <code>python-multipart</code> for compatibility with...</li>
    <li><a href="https://github.com/fastapi/fastapi/commit/aee7674ed24037c4a7fbc17e2390653ba2055348"><code>aee7674</code></a> 📝 Update release notes</li>
    <li><a href="https://github.com/fastapi/fastapi/commit/4e6b1acccd136c3d19562b57ff844afbac31efe2"><code>4e6b1ac</code></a> 📝  Update includes in <code>docs/fr/docs/tutorial/body.md</code> (<a href="https://redirect.github.com/fastapi/fastapi/issues/12596">#12596</a>)</li>
    <li><a href="https://github.com/fastapi/fastapi/commit/9b1e5f29e61975bfec0c35d1c2ec46620fbbc714"><code>9b1e5f2</code></a> 📝 Update release notes</li>
    <li><a href="https://github.com/fastapi/fastapi/commit/60aba0261cb0d7a418acfc46527a152805e72007"><code>60aba02</code></a> 📝 Update includes in <code>docs/fr/docs/tutorial/debugging.md</code> (<a href="https://redirect.github.com/fastapi/fastapi/issues/12595">#12595</a>)</li>
    <li><a href="https://github.com/fastapi/fastapi/commit/2a4cf1736da0c6f004a0ea3d20b224cc2d4cf5d3"><code>2a4cf17</code></a> 📝 Update release notes</li>
    <li><a href="https://github.com/fastapi/fastapi/commit/453f559934362cd8372bb5fda0fe550572a2611e"><code>453f559</code></a> 📝 Update includes in <code>docs/fr/docs/tutorial/query-params-str-validations.md</code> ...</li>
    <li><a href="https://github.com/fastapi/fastapi/commit/af269cd1317ea52522b23c80501b47917d3af0ac"><code>af269cd</code></a> 📝 Update release notes</li>
    <li>Additional commits viewable in <a href="https://github.com/fastapi/fastapi/compare/0.115.2...0.115.4">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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
    - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
    - `@dependabot ignore <dependency name>` will c...
    
    _Description has been truncated_
    

Bumps the pip group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.42` | `9.5.44` |
| [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.26.2` | `0.27.0` |
| [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) | `1.2.9` | `1.3.0` |
| [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.3.6` | `1.3.7` |
| [mypy](https://github.com/python/mypy) | `1.12.1` | `1.13.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.0` | `0.7.3` |
| [semgrep](https://github.com/returntocorp/semgrep) | `1.92.0` | `1.96.0` |
| [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.6.1` | `7.6.4` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.2` | `0.115.4` |


Updates `mkdocs-material` from 9.5.42 to 9.5.44
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.42...9.5.44)

Updates `mkdocstrings[python]` from 0.26.2 to 0.27.0
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.26.2...0.27.0)

Updates `mkdocs-git-revision-date-localized-plugin` from 1.2.9 to 1.3.0
- [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
- [Commits](timvink/mkdocs-git-revision-date-localized-plugin@v1.2.9...v1.3.0)

Updates `mkdocs-macros-plugin` from 1.3.6 to 1.3.7
- [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases)
- [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md)
- [Commits](fralau/mkdocs-macros-plugin@v1.3.6...v1.3.7)

Updates `mypy` from 1.12.1 to 1.13.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.12.1...v1.13.0)

Updates `ruff` from 0.7.0 to 0.7.3
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.7.0...0.7.3)

Updates `semgrep` from 1.92.0 to 1.96.0
- [Release notes](https://github.com/returntocorp/semgrep/releases)
- [Changelog](https://github.com/semgrep/semgrep/blob/develop/CHANGELOG.md)
- [Commits](semgrep/semgrep@v1.92.0...v1.96.0)

Updates `coverage[toml]` from 7.6.1 to 7.6.4
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.1...7.6.4)

Updates `fastapi` from 0.115.2 to 0.115.4
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.2...0.115.4)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: mkdocstrings[python]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: mkdocs-git-revision-date-localized-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: mkdocs-macros-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: semgrep
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: coverage[toml]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 11, 2024
@davorrunje davorrunje enabled auto-merge November 11, 2024 11:57
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2024

Superseded by #1924.

@dependabot dependabot bot closed this Nov 18, 2024
auto-merge was automatically disabled November 18, 2024 12:21

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/pip-ab87941e68 branch November 18, 2024 12:21
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant