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

update: bump the pip-packages group with 6 updates #23

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2024

Updates the requirements on semgrep, mkdocs-material, freezegun, pylint, pytest-asyncio and setuptools to permit the latest version.
Updates semgrep to 1.59.1

Release notes

Sourced from semgrep's releases.

Release v1.59.1

1.59.1 - 2024-02-02

Added

  • taint-mode: Pro: Semgrep can now track taint via static class fields and global variables, such as in the following example:

    static char* x;
    void foo() {
    x = "tainted";
    }
    void bar() {
    sink(x);
    }
    void main() {
    foo();
    bar();
    }
    
    </code></pre>
    </li>
    </ul>
    <h3>Fixed</h3>
    <ul>
    <li>Pro: Make inter-file analysis more tolerant to small bugs, resorting to graceful
    degradation and continuing with the scan, rather than crashing. (pa-3387)</li>
    </ul>
    </blockquote>
    </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.59.1&quot;&gt;1.59.1&lt;/a> - 2024-02-02</h2>
    <h3>Added</h3>
    <ul>
    <li>
    <p>taint-mode: Pro: Semgrep can now track taint via static class fields and global
    variables, such as in the following example:</p>
    <pre lang="c"><code>static char* x;
    void foo() {
    x = &quot;tainted&quot;;
    }
    void bar() {
    sink(x);
    }
    void main() {
    foo();
    bar();
    }
    
    
    &lt;/code&gt;&lt;/pre&gt;
    &lt;/li&gt;
    &lt;/ul&gt;
    &lt;h3&gt;Fixed&lt;/h3&gt;
    &lt;ul&gt;
    &lt;li&gt;Pro: Make inter-file analysis more tolerant to small bugs, resorting to graceful
    degradation and continuing with the scan, rather than crashing. (pa-3387)&lt;/li&gt;
    &lt;/ul&gt;
    &lt;h2&gt;&lt;a href=&quot;https://github.com/returntocorp/semgrep/releases/tag/v1.59.0&quot;&gt;1.59.0&lt;/a&gt; - 2024-01-30&lt;/h2&gt;
    &lt;h3&gt;Added&lt;/h3&gt;
    &lt;ul&gt;
    &lt;li&gt;Swift: Now supports typed metavariables, such as &lt;code&gt;($X : ty)&lt;/code&gt;. (pa-3370)&lt;/li&gt;
    &lt;/ul&gt;
    &lt;h3&gt;Changed&lt;/h3&gt;
    &lt;ul&gt;
    &lt;li&gt;Add Elixir to Pro languages list in help information. (&lt;a href=&quot;https://redirect.github.com/returntocorp/semgrep/issues/9609&quot;&gt;gh-9609&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;Removed &lt;code&gt;sg&lt;/code&gt; alias to avoid naming conflicts
    with the shadow-utils &lt;code&gt;sg&lt;/code&gt; command for Linux systems. (&lt;a href=&quot;https://redirect.github.com/returntocorp/semgrep/issues/9642&quot;&gt;gh-9642&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;Prevent unnecessary computation when running scans without verbose logging enabled (&lt;a href=&quot;https://redirect.github.com/returntocorp/semgrep/issues/9661&quot;&gt;gh-9661&lt;/a&gt;)&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/16f6e92bb512558496b05c1b695e482245876fc0&quot;&gt;&lt;code&gt;16f6e92&lt;/code&gt;&lt;/a&gt; chore: Bump version to 1.59.1&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://github.com/semgrep/semgrep/commit/388c931fd132dd90dba81dc3ac6ed597dd6a731a&quot;&gt;&lt;code&gt;388c931&lt;/code&gt;&lt;/a&gt; Import and relicense python-str-repr changes (&lt;a href=&quot;https://redirect.github.com/returntocorp/semgrep/issues/9705&quot;&gt;#9705&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://github.com/semgrep/semgrep/commit/1f6633ceaafc3f4b932187bc1762c99c3729cbc9&quot;&gt;&lt;code&gt;1f6633c&lt;/code&gt;&lt;/a&gt; libs/python-str-repr: Require just Dune 3.7 as everywhere else (&lt;a href=&quot;https://redirect.github.com/returntocorp/semgrep/issues/9704&quot;&gt;#9704&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://github.com/semgrep/semgrep/commit/99bcea208e427c8e6435c71b51559d9d41a72d9a&quot;&gt;&lt;code&gt;99bcea2&lt;/code&gt;&lt;/a&gt; fix: Handle fake tokens during error handling (&lt;a href=&quot;https://redirect.github.com/returntocorp/semgrep/issues/9702&quot;&gt;#9702&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://github.com/semgrep/semgrep/commit/00737bba06a5c1c8a4b9063008622c062d24c1e8&quot;&gt;&lt;code&gt;00737bb&lt;/code&gt;&lt;/a&gt; refactor(c/cpp): streamline preprocessor (&lt;a href=&quot;https://redirect.github.com/returntocorp/semgrep/issues/9681&quot;&gt;#9681&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://github.com/semgrep/semgrep/commit/b0b1d52c60c390ef2dc99638a241d850ef333563&quot;&gt;&lt;code&gt;b0b1d52&lt;/code&gt;&lt;/a&gt; Osemgrep str.&lt;strong&gt;repr&lt;/strong&gt; (&lt;a href=&quot;https://redirect.github.com/returntocorp/semgrep/issues/9694&quot;&gt;#9694&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://github.com/semgrep/semgrep/commit/aca8353394f188126efd2b6716f1fc58354fbcf9&quot;&gt;&lt;code&gt;aca8353&lt;/code&gt;&lt;/a&gt; Osemgrep: gitlab_sast and gitlab_secrets output (&lt;a href=&quot;https://redirect.github.com/returntocorp/semgrep/issues/9699&quot;&gt;#9699&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://github.com/semgrep/semgrep/commit/fd7476a81b7b6234c503cb6b2d4ffaa21211a37b&quot;&gt;&lt;code&gt;fd7476a&lt;/code&gt;&lt;/a&gt; Osemgrep fingerprint: omit pattern-propagators (&lt;a href=&quot;https://redirect.github.com/returntocorp/semgrep/issues/9676&quot;&gt;#9676&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://github.com/semgrep/semgrep/commit/7d7234f328947ad156d629c997f273cd40c3c17f&quot;&gt;&lt;code&gt;7d7234f&lt;/code&gt;&lt;/a&gt; Update language submodules (&lt;a href=&quot;https://redirect.github.com/returntocorp/semgrep/issues/9698&quot;&gt;#9698&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://github.com/semgrep/semgrep/commit/27ac7da5671b06b276c5ede8de2041b3ddbf276e&quot;&gt;&lt;code&gt;27ac7da&lt;/code&gt;&lt;/a&gt; feat: more Git_wrapper functionality (&lt;a href=&quot;https://redirect.github.com/returntocorp/semgrep/issues/9692&quot;&gt;#9692&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;Additional commits viewable in &lt;a href=&quot;https://github.com/returntocorp/semgrep/compare/v1.59.0...v1.59.1&quot;&gt;compare view&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
    &lt;/details&gt;
    
    &lt;br /&gt;
    </code></pre>
    
    Updates `mkdocs-material` to 9.5.6
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's releases</a>.</em></p>
    <blockquote>
    <h2>mkdocs-material-9.5.6</h2>
    <ul>
    <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6700">#6700</a>: Missing styles for Mermaid.js labels with Markdown</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's changelog</a>.</em></p>
    <blockquote>
    <p>mkdocs-material-9.5.6+insiders-4.52.1 (2024-01-30)</p>
    <ul>
    <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6705">#6705</a>: Navigation path not being hidden when specified</li>
    <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6703">#6703</a>: New tags plugin crashes on Windows (2nd attempt)</li>
    </ul>
    <p>mkdocs-material-9.5.6+insiders-4.52.0 (2024-01-28)</p>
    <ul>
    <li>Added support for instant previews</li>
    <li>Fixed footnote tooltips positioning edge cases</li>
    <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6703">#6703</a>: New tags plugin crashes on Windows</li>
    </ul>
    <p>mkdocs-material-9.5.6 (2024-01-28)</p>
    <ul>
    <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6700">#6700</a>: Missing styles for Mermaid.js labels with Markdown</li>
    </ul>
    <p>mkdocs-material-9.5.5+insiders-4.51.0 (2024-01-24)</p>
    <ul>
    <li>Added support for footnote tooltips</li>
    </ul>
    <p>mkdocs-material-9.5.5 (2024-01-24)</p>
    <ul>
    <li>Updated Tagalog translations</li>
    <li>Updated Pillow to 10.2 to mitigate security vulnerabilities</li>
    <li>Improved resilience of instant navigation</li>
    <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6687">#6687</a>: Updated Mermaid.js to version 10.7.0 (latest)</li>
    <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6652">#6652</a>: Keyboard events in custom elements captured</li>
    <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6582">#6582</a>: Instant navigation doesn't correctly handle alternate URLs</li>
    <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6565">#6565</a>: Instant navigation doesn't allow for onclick handlers</li>
    <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6345">#6345</a>: Instant navigation sometimes breaks browser back button</li>
    <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6334">#6334</a>: Instant navigation doesn't correctly position anchors (Safari)</li>
    <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6275">#6275</a>: Instant navigation doesn't correctly resolve after 404</li>
    <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6102">#6102</a>: Instant navigation reloads page on same link navigation</li>
    </ul>
    <p>mkdocs-material-9.5.4+insiders-4.50.0 (2024-01-19)</p>
    <ul>
    <li>Added configurable logging capabilities to privacy plugin</li>
    </ul>
    <p>mkdocs-material-9.5.4 (2024-01-15)</p>
    <ul>
    <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6645">#6645</a>: Local storage with invalid value can break site</li>
    <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6635">#6635</a>: Tags icons before default ignored if default is set</li>
    </ul>
    <p>mkdocs-material-9.5.3+insiders-4.49.2 (2024-01-09)</p>
    <ul>
    <li>Fixed missing attribute lists extension for tags plugin</li>
    <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6627">#6627</a>: New tags plugin crashes on Python 3.8</li>
    </ul>
    <p>mkdocs-material-9.5.3+insiders-4.49.1 (2024-01-07)</p>
    <ul>
    <li>Improved interop of new tags plugin with other plugins</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/squidfunk/mkdocs-material/commit/602673881952d10ea65c4ef98f76ceccabf29e3f"><code>6026738</code></a> Prepare 9.5.6 release</li>
    <li><a href="https://github.com/squidfunk/mkdocs-material/commit/a65fd1ed9e958beccda9e8c23140251e7243ad86"><code>a65fd1e</code></a> Updated distribution files</li>
    <li><a href="https://github.com/squidfunk/mkdocs-material/commit/335dd3addb0c5875d42349a9a06ea2b4b7055374"><code>335dd3a</code></a> Fixed Markdown formatted nodes in Mermaid.js</li>
    <li><a href="https://github.com/squidfunk/mkdocs-material/commit/f55ce2c81b6c391c40a139660e3a1e0032182848"><code>f55ce2c</code></a> Updated Insiders changelog</li>
    <li><a href="https://github.com/squidfunk/mkdocs-material/commit/672414163c51b8cd753539724a8c139ca7eb538b"><code>6724141</code></a> Documentation</li>
    <li><a href="https://github.com/squidfunk/mkdocs-material/commit/9d52e36212a6d1c32308a5e81084b81eb6f075f2"><code>9d52e36</code></a> Prepare 9.5.5 release</li>
    <li><a href="https://github.com/squidfunk/mkdocs-material/commit/943e97801e4ee799d333f7c7778ddb63e3bc40a2"><code>943e978</code></a> Merge pull request <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6662">#6662</a> from squidfunk/fix/instant-loading-bugs</li>
    <li><a href="https://github.com/squidfunk/mkdocs-material/commit/95ad78a4782ddb0125675e890e7c84f96b4c2df3"><code>95ad78a</code></a> Merge branch 'master' into fix/instant-loading-bugs</li>
    <li><a href="https://github.com/squidfunk/mkdocs-material/commit/be95f4901ab4d61fa95ef78b6bc577b1c4071800"><code>be95f49</code></a> Fixed capturing of keyboard events for custom elements</li>
    <li><a href="https://github.com/squidfunk/mkdocs-material/commit/6128ab92f2f0cfa8eb827d22bbdea0a424e9f443"><code>6128ab9</code></a> Updated Tagalog translations</li>
    <li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.4.14...9.5.6">compare view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `freezegun` to 1.4.0
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/spulec/freezegun/blob/master/CHANGELOG">freezegun's changelog</a>.</em></p>
    <blockquote>
    <h2>1.4.0</h2>
    <ul>
    <li><code>asyncio</code>-support from 1.3.x introduced quite a few  bugs, so that functionality is now hidden behind a flag:
    <code>with freeze_time('1970-01-02', real_asyncio=True):</code></li>
    </ul>
    <h2>1.3.1</h2>
    <ul>
    <li>Fixed the release number in the build</li>
    </ul>
    <h2>1.3.0</h2>
    <ul>
    <li>
    <p>Fixed <code>asyncio</code> support to avoid <code>await asyncio.sleep(1)</code> hanging forever.</p>
    </li>
    <li>
    <p>Added support for Python 3.12</p>
    </li>
    </ul>
    <h2>1.2.2</h2>
    <ul>
    <li>
    <p>Removes Python 3.6 support, which reached its EOL on 2021-12-23 (<a href="https://devguide.python.org/versions/?highlight=End-of-life#unsupported-versions">https://devguide.python.org/versions/?highlight=End-of-life#unsupported-versions</a>).</p>
    </li>
    <li>
    <p>Improved static typing definitions</p>
    </li>
    <li>
    <p>Don't freeze pytest timings. This avoids class-level decorator usage messing with pytest timings.</p>
    </li>
    <li>
    <p>Pass through all setUp and tearDown arguments</p>
    </li>
    </ul>
    <h2>1.2.1</h2>
    <ul>
    <li>
    <p>Added missing typeshed types from distribution</p>
    </li>
    <li>
    <p>Pass all arguments on recursive freeze_time calls</p>
    </li>
    </ul>
    <h2>1.2.0</h2>
    <ul>
    <li>
    <p>Add support for <code>time.perf_counter</code> (and <code>_ns</code>)</p>
    </li>
    <li>
    <p>Added typeshed types</p>
    </li>
    <li>
    <p>Dropped support for python 3.5</p>
    </li>
    </ul>
    <h2>1.1.0</h2>
    <ul>
    <li>Add support for <code>time.monotonic</code> (and <code>_ns</code>)</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/spulec/freezegun/commit/5e06dff53244992204706adf6907e7138ac96d39"><code>5e06dff</code></a> Increase version number</li>
    <li><a href="https://github.com/spulec/freezegun/commit/94f27e606b636356dc6d3bc8445d34cede5dfff8"><code>94f27e6</code></a> Update CHANGELOG with 1.4.0 changes</li>
    <li><a href="https://github.com/spulec/freezegun/commit/38647285fe714d3c53df6378cf41a725d73668b9"><code>3864728</code></a> Only mock asyncio on request (<a href="https://redirect.github.com/spulec/freezegun/issues/525">#525</a>)</li>
    <li><a href="https://github.com/spulec/freezegun/commit/7ca707d98d22046eb29e55dc7d3c03330bda7f36"><code>7ca707d</code></a> Only mock asyncio on request</li>
    <li><a href="https://github.com/spulec/freezegun/commit/1af533984e118f5fe58d3264a52c904737df7d77"><code>1af5339</code></a> Create SECURITY.md</li>
    <li><a href="https://github.com/spulec/freezegun/commit/9152728257cc660f8ae7d624a0174278e8c5dc14"><code>9152728</code></a> Increase version number</li>
    <li><a href="https://github.com/spulec/freezegun/commit/ff98d1ff018ac1105bb151758e5609872a02f8bb"><code>ff98d1f</code></a> Admin: Ensure version is correct in tagged release</li>
    <li><a href="https://github.com/spulec/freezegun/commit/d50e415e3eee14dbff4d06a8c6c315959b73b98d"><code>d50e415</code></a> Admin: Add requirements.txt and tox.ini to sdist</li>
    <li><a href="https://github.com/spulec/freezegun/commit/67b18bbf173222aefe8be6872dbb7d13b3631d21"><code>67b18bb</code></a> Admin: Switch to pytest-cov</li>
    <li><a href="https://github.com/spulec/freezegun/commit/d31054699b248ee00fa27b37ae89be96d28795c5"><code>d310546</code></a> Add requirements.txt and tox.ini to sdist</li>
    <li>Additional commits viewable in <a href="https://github.com/spulec/freezegun/compare/1.2.2...1.4.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `pylint` to 3.0.3
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/pylint-dev/pylint/commit/1a5ffc1f447b77071ffe18a9c6836c09147ee2ed"><code>1a5ffc1</code></a> Bump pylint to 3.0.3, update changelog</li>
    <li><a href="https://github.com/pylint-dev/pylint/commit/54687e75b6fb4147e58f1c3204eea6cd915a472b"><code>54687e7</code></a> Disallow isort 5.13.0 (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9290">#9290</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9292">#9292</a>)</li>
    <li><a href="https://github.com/pylint-dev/pylint/commit/fea5483f2861df71ff5f60d3f6300c2fc93ef21a"><code>fea5483</code></a> [wrong-exception-operation] Fix FP for tuple concatenation of exception types...</li>
    <li><a href="https://github.com/pylint-dev/pylint/commit/d0d5c91e26c80933bfc13b36a0428d3a0c593cc0"><code>d0d5c91</code></a> [pointless-string-statement] Ignore docstrings on py3.12 type aliases (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9269">#9269</a>)...</li>
    <li><a href="https://github.com/pylint-dev/pylint/commit/81f0f2ed02c2e79f6a44c324d47574cf271f9590"><code>81f0f2e</code></a> [Backport maintenance/3.0.x] [bugfix] Find files with ./ as input with a __in...</li>
    <li><a href="https://github.com/pylint-dev/pylint/commit/7f01d837385c4505eda1777f7b9c2693c9b305b1"><code>7f01d83</code></a> Fix doc generation in implicit-str-concat</li>
    <li><a href="https://github.com/pylint-dev/pylint/commit/a60ddd1a44dc00721163f8390d034d2e1385791f"><code>a60ddd1</code></a> Fix incorrect suggestion for unnecessary-comprehension (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9172">#9172</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9242">#9242</a>)</li>
    <li><a href="https://github.com/pylint-dev/pylint/commit/dc11223e95783bdbf337baea7c2a141e1897d06c"><code>dc11223</code></a> [todos] Fix the todos version and the warnings' text (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9202">#9202</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9204">#9204</a>)</li>
    <li><a href="https://github.com/pylint-dev/pylint/commit/0273db7fb4b77c882e40cd766c61a56a0cb2b8e2"><code>0273db7</code></a> Fix false positive for <code>unnecessary-lambda</code>. (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9149">#9149</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9200">#9200</a>)</li>
    <li><a href="https://github.com/pylint-dev/pylint/commit/53d4541eb52c3f249df8740e5508171a57be31ea"><code>53d4541</code></a> Fix <code>undefined-variable</code> etc for Python 3.12 generic type syntax (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9195">#9195</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9199">#9199</a>)</li>
    <li>See full diff in <a href="https://github.com/pylint-dev/pylint/compare/v3.0.2...v3.0.3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `pytest-asyncio` to 0.23.4
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-asyncio/releases">pytest-asyncio's releases</a>.</em></p>
    <blockquote>
    <h2>pytest-asyncio 0.23.4</h2>
    <h1>0.23.4 (2024-01-28)</h1>
    <ul>
    <li>pytest-asyncio no longer imports additional, unrelated packages during test collection <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/729">#729</a></li>
    <li>Addresses further issues that caused an internal pytest error during test collection</li>
    <li>Declares incompatibility with pytest 8 <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/737">#737</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/b879130e3212884fde45f2ecfe48b41ce1eacce3"><code>b879130</code></a> [chore] Updated shed pre-commit hook to v2024.1.1.</li>
    <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/a309bc509b6a2010adadedba76c2a3ea8ca46676"><code>a309bc5</code></a> [docs] Prepare release of v0.23.4.</li>
    <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/c51c3e7cebfb5ffdeed6922e89bbf5259c45c8e3"><code>c51c3e7</code></a> [docs] Mention compatibility issue with pytest 8.</li>
    <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/dd129e9c4ce92cc8af50b82551e23ba2d857f8da"><code>dd129e9</code></a> [fix] Fixes a bug that prevented tests from being collected from package when...</li>
    <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/463ce984677f0ac965f225c3b7ac14ebf43adad6"><code>463ce98</code></a> [fix] Avoid trying to install scoped event loops for unknown test collector t...</li>
    <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/256ef7d2f5baab34d8668c6ffc476b7740b782fc"><code>256ef7d</code></a> [fix] pytest-asyncio no longer uses virtual modules to install dynamic packag...</li>
    <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/8ba9bd03c44584929c7251cf1383df23f5e14f44"><code>8ba9bd0</code></a> [fix] Make virtual modules compatible with Windows.</li>
    <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/df487d5e2d7976c89f79d3459e7cb13c3899082e"><code>df487d5</code></a> [ci] Shorten names of display OS in CI jobs.</li>
    <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/9572f3e0e42d3359cbea5b70a02be6169059f0e8"><code>9572f3e</code></a> [tests] Fixed deprecated use of yield_fixture in test.</li>
    <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/ef619b9fea227a70387f1c97828cc21617c1ea2d"><code>ef619b9</code></a> [build] Run tests on Windows.</li>
    <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.1...v0.23.4">compare view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `setuptools` to 69.0.3
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p>
    <blockquote>
    <h1>v69.0.3</h1>
    <h2>Bugfixes</h2>
    <ul>
    <li>Retain valid names with underscores in egg_info.</li>
    </ul>
    <h1>v69.0.2</h1>
    <h2>Bugfixes</h2>
    <ul>
    <li>Added missing estimated date for removing <code>setuptools.dep_util</code> (deprecated in v69.0.0). (<a href="https://redirect.github.com/pypa/setuptools/issues/4131">#4131</a>)</li>
    </ul>
    <h1>v69.0.1</h1>
    <h2>Bugfixes</h2>
    <ul>
    <li>Fixed imports of <code>setuptools.dep_util.newer_group</code>.
    A deprecation warning is issued instead of a hard failure. (<a href="https://redirect.github.com/pypa/setuptools/issues/4126">#4126</a>)</li>
    </ul>
    <h1>v69.0.0</h1>
    <h2>Features</h2>
    <ul>
    <li>Include type information (<code>py.typed</code>, <code>*.pyi</code>) by default (<a href="https://redirect.github.com/pypa/setuptools/issues/3136">#3136</a>) -- by :user:<code>Danie-1</code>,
    <strong>EXPERIMENTAL</strong>. (<a href="https://redirect.github.com/pypa/setuptools/issues/3136">#3136</a>)</li>
    <li>Exported <code>distutils.dep_util</code> and <code>setuptools.dep_util</code> through <code>setuptools.modified</code> -- by :user:<code>Avasam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4069">#4069</a>)</li>
    <li>Merged with pypa/distutils@7a04cbda0fc714.</li>
    </ul>
    <h2>Bugfixes</h2>
    <ul>
    <li>Replaced hardcoded numeric values with :obj:<code>dis.opmap</code>,
    fixing problem with 3.13.0a1. (<a href="https://redirect.github.com/pypa/setuptools/issues/4094">#4094</a>)</li>
    </ul>
    <h2>Deprecations and Removals</h2>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/pypa/setuptools/commit/b07d2f58233f9a99a820901924e263645c57a7c6"><code>b07d2f5</code></a> Fix broken reference from changelog to PyPUG.</li>
    <li><a href="https://github.com/pypa/setuptools/commit/e92440ad6210b21f3ede64d7eb69dead94b37d3a"><code>e92440a</code></a> Bump version: 69.0.2 → 69.0.3</li>
    <li><a href="https://github.com/pypa/setuptools/commit/5a2eb0c4f9d0ac72920c43ce1afce513dece6936"><code>5a2eb0c</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4159">#4159</a> from pypa/bugfix/2522-retain-valid-name</li>
    <li><a href="https://github.com/pypa/setuptools/commit/d0b0a4d5a40a6f94de55af58ecc6e542ab962323"><code>d0b0a4d</code></a> Retain valid names with underscores in egg_info.</li>
    <li><a href="https://github.com/pypa/setuptools/commit/dd5f15a600a071ba00859e84fa497a9d1a25f521"><code>dd5f15a</code></a> Add attribution for <a href="https://redirect.github.com/pypa/setuptools/issues/3659">#3659</a>.</li>
    <li><a href="https://github.com/pypa/setuptools/commit/6bdc74f33a0cb7d065ba28b87ef28ae4f887d50e"><code>6bdc74f</code></a> Merge <a href="https://github.com/jaraco/skeleton">https://github.com/jaraco/skeleton</a></li>
    <li><a href="https://github.com/pypa/setuptools/commit/97a5f44787ac5a928534cdf724210c429621435c"><code>97a5f44</code></a> Update Github Actions badge per <a href="https://redirect.github.com/actions/starter-workflows/issues/1525">actions/starter-workflows#1525</a>.</li>
    <li><a href="https://github.com/pypa/setuptools/commit/8df868bf21b11114a4a1b5be292850e88a791856"><code>8df868b</code></a> Merge <a href="https://github.com/jaraco/skeleton">https://github.com/jaraco/skeleton</a></li>
    <li><a href="https://github.com/pypa/setuptools/commit/33dd01267b6a886217bae3ebd5df5b689e2ab722"><code>33dd012</code></a> Suppress deprecation warning in dateutil. Workaround for <a href="https://redirect.github.com/dateutil/dateutil/issues/1284">dateutil/dateutil#1284</a>.</li>
    <li><a href="https://github.com/pypa/setuptools/commit/382e617aca75f581a1bac9a6ca19150f672bb453"><code>382e617</code></a> Temporarily disable deprecation enforcement (<a href="https://redirect.github.com/pypa/setuptools/issues/4142">#4142</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v69.0.2...v69.0.3">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 close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
    - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
    - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
    
    
    </details>

Updates the requirements on [semgrep](https://github.com/returntocorp/semgrep), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [freezegun](https://github.com/spulec/freezegun), [pylint](https://github.com/pylint-dev/pylint), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version.

Updates `semgrep` to 1.59.1
- [Release notes](https://github.com/returntocorp/semgrep/releases)
- [Changelog](https://github.com/semgrep/semgrep/blob/develop/CHANGELOG.md)
- [Commits](semgrep/semgrep@v1.59.0...v1.59.1)

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

Updates `freezegun` to 1.4.0
- [Release notes](https://github.com/spulec/freezegun/releases)
- [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG)
- [Commits](spulec/freezegun@1.2.2...1.4.0)

Updates `pylint` to 3.0.3
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.0.2...v3.0.3)

Updates `pytest-asyncio` to 0.23.4
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.21.1...v0.23.4)

Updates `setuptools` to 69.0.3
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v69.0.2...v69.0.3)

---
updated-dependencies:
- dependency-name: semgrep
  dependency-type: direct:production
  dependency-group: pip-packages
- dependency-name: mkdocs-material
  dependency-type: direct:production
  dependency-group: pip-packages
- dependency-name: freezegun
  dependency-type: direct:production
  dependency-group: pip-packages
- dependency-name: pylint
  dependency-type: direct:production
  dependency-group: pip-packages
- dependency-name: pytest-asyncio
  dependency-type: direct:production
  dependency-group: pip-packages
- dependency-name: setuptools
  dependency-type: direct:production
  dependency-group: pip-packages
...

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 Feb 2, 2024
@xopham
Copy link
Contributor

xopham commented Feb 4, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 4, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 4, 2024
@dependabot dependabot bot deleted the dependabot/pip/dev/pip-packages-9773c48730 branch February 4, 2024 21:13
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