Skip to content

Commit

Permalink
Bump the dependencies group with 6 updates (#453)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [importlib-metadata](https://github.com/python/importlib_metadata) |
`7.0.2` | `7.1.0` |
| [pebble](https://github.com/noxdafox/pebble) | `5.0.6` | `5.0.7` |
| [pygls](https://github.com/openlawlibrary/pygls) | `1.3.0` | `1.3.1` |
| [selenium](https://github.com/SeleniumHQ/Selenium) | `4.18.1` |
`4.19.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.3.3` | `0.3.5` |
| [safety](https://github.com/pyupio/safety) | `3.0.1` | `3.1.0` |

Updates `importlib-metadata` from 7.0.2 to 7.1.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/importlib_metadata/blob/main/NEWS.rst">importlib-metadata's
changelog</a>.</em></p>
<blockquote>
<h1>v7.1.0</h1>
<h2>Features</h2>
<ul>
<li><code>python/cpython#114664</code></li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Make MetadataPathFinder.find_distributions a classmethod for
consistency with CPython. Closes <a
href="https://redirect.github.com/python/importlib_metadata/issues/484">#484</a>.
(<a
href="https://redirect.github.com/python/importlib_metadata/issues/484">#484</a>)</li>
<li>Allow <code>MetadataPathFinder.invalidate_caches</code> to be called
as a classmethod.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/importlib_metadata/commit/f5d6b5f3f3f6fffe01b340c5a19562433db148a9"><code>f5d6b5f</code></a>
Finalize</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/2ef3b5fd9f04730ac4561b6ec5fd7f230bfd18e2"><code>2ef3b5f</code></a>
Merge commit '1711b2c198'</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/1711b2c1984b2f871fe12c9c14fd7a0b42d32987"><code>1711b2c</code></a>
Need to include names from test.support for py312 compat.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/47b14acde7b15472b02a14c7abdd7e5545af37f5"><code>47b14ac</code></a>
Make MetadataPathFinder.find_distributions a classmethod for consistency
with...</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/adc4b124fc57cc3864bf68c61f7fa046757ffa02"><code>adc4b12</code></a>
Ensure tests do not leak references in sys.modules.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/07d894d96777e77f9dac3ec671f2dce4c584a26d"><code>07d894d</code></a>
Copy backport of isolated_modules from importlib_resources.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/e30a16d471f62555db5605d5652bede9a1234b1a"><code>e30a16d</code></a>
Consolidated test support logic in jaraco.test.cpython.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/41ca0390dbb52543104f12c0629f0bbb882e48ea"><code>41ca039</code></a>
Moved compatibility tests to the compat package, as they're not included
in C...</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/5950f43b8f44a1b700342ffd4633c147309b1c7c"><code>5950f43</code></a>
Remove legacy logic for Python 3.7.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/ffa719bbd8876b43964b704af34b6bce50ac7271"><code>ffa719b</code></a>
Moved compatibility module to compat package.</li>
<li>Additional commits viewable in <a
href="https://github.com/python/importlib_metadata/compare/v7.0.2...v7.1.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `pebble` from 5.0.6 to 5.0.7
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/noxdafox/pebble/commit/6e87c7918d8d746fd0e35520011e541db136cfb8"><code>6e87c79</code></a>
release 5.0.7</li>
<li><a
href="https://github.com/noxdafox/pebble/commit/7d03e00bc14c87470445e1e75f64fec664e90903"><code>7d03e00</code></a>
issue <a
href="https://redirect.github.com/noxdafox/pebble/issues/125">#125</a>:
add test cases</li>
<li><a
href="https://github.com/noxdafox/pebble/commit/b42bfc426af444473381f7b8300a1f26d7ecc37a"><code>b42bfc4</code></a>
issue <a
href="https://redirect.github.com/noxdafox/pebble/issues/125">#125</a>:
handle frozen classes as exception</li>
<li><a
href="https://github.com/noxdafox/pebble/commit/16210b7e25a59464f754320b4632602a96bb119c"><code>16210b7</code></a>
concurrent: use <code>common.execute</code> to run the function</li>
<li><a
href="https://github.com/noxdafox/pebble/commit/fd2c952f2464271a36640652d0e619e2cd7ade7d"><code>fd2c952</code></a>
asynchronous: use <code>common.execute</code> to run the function</li>
<li><a
href="https://github.com/noxdafox/pebble/commit/1ad94f2cf567f41ca3c193ded15840424da23977"><code>1ad94f2</code></a>
issue <a
href="https://redirect.github.com/noxdafox/pebble/issues/128">#128</a>:
fix issue when passing different mp contexts</li>
<li><a
href="https://github.com/noxdafox/pebble/commit/950c36860f2031b7d7a1ec7ff0471d9cf168c251"><code>950c368</code></a>
Update Copyright year</li>
<li><a
href="https://github.com/noxdafox/pebble/commit/d32346d32b2b910a2b89557175680b2f605fc16c"><code>d32346d</code></a>
issue <a
href="https://redirect.github.com/noxdafox/pebble/issues/127">#127</a>,
concurrent: wrap errors when reading from pipe</li>
<li><a
href="https://github.com/noxdafox/pebble/commit/40a15ca7a58da840e5c5c61ae7a2e0793dad8f08"><code>40a15ca</code></a>
issue <a
href="https://redirect.github.com/noxdafox/pebble/issues/96">#96</a>,
pool: handle race conditions when iterating through dictionary</li>
<li><a
href="https://github.com/noxdafox/pebble/commit/36fce1a7543beb87074c1c1e077508d04b5c81d0"><code>36fce1a</code></a>
actions: update supported Python versions</li>
<li>See full diff in <a
href="https://github.com/noxdafox/pebble/compare/5.0.6...5.0.7">compare
view</a></li>
</ul>
</details>
<br />

Updates `pygls` from 1.3.0 to 1.3.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/openlawlibrary/pygls/releases">pygls's
releases</a>.</em></p>
<blockquote>
<h2>v1.3.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Typo: Apache License missing dash: Affects PyPI License Declaration
by <a
href="https://github.com/WilliamRoyNelson"><code>@​WilliamRoyNelson</code></a>
in <a
href="https://redirect.github.com/openlawlibrary/pygls/pull/435">openlawlibrary/pygls#435</a></li>
<li>Add systemd-language-server to implementations by <a
href="https://github.com/psacawa"><code>@​psacawa</code></a> in <a
href="https://redirect.github.com/openlawlibrary/pygls/pull/436">openlawlibrary/pygls#436</a></li>
<li>Update Implementations.md with Chapel's language server by <a
href="https://github.com/DanilaFe"><code>@​DanilaFe</code></a> in <a
href="https://redirect.github.com/openlawlibrary/pygls/pull/439">openlawlibrary/pygls#439</a></li>
<li>build: v1.3.1 by <a
href="https://github.com/tombh"><code>@​tombh</code></a> in <a
href="https://redirect.github.com/openlawlibrary/pygls/pull/444">openlawlibrary/pygls#444</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/WilliamRoyNelson"><code>@​WilliamRoyNelson</code></a>
made their first contribution in <a
href="https://redirect.github.com/openlawlibrary/pygls/pull/435">openlawlibrary/pygls#435</a></li>
<li><a href="https://github.com/psacawa"><code>@​psacawa</code></a> made
their first contribution in <a
href="https://redirect.github.com/openlawlibrary/pygls/pull/436">openlawlibrary/pygls#436</a></li>
<li><a href="https://github.com/DanilaFe"><code>@​DanilaFe</code></a>
made their first contribution in <a
href="https://redirect.github.com/openlawlibrary/pygls/pull/439">openlawlibrary/pygls#439</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/openlawlibrary/pygls/compare/v1.3.0...v1.3.1">https://github.com/openlawlibrary/pygls/compare/v1.3.0...v1.3.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/openlawlibrary/pygls/blob/main/CHANGELOG.md">pygls's
changelog</a>.</em></p>
<blockquote>
<h2>[1.3.1] - 2024-03-26</h2>
<p>More details: <a
href="https://github.com/openlawlibrary/pygls/releases/tag/v1.3.1">https://github.com/openlawlibrary/pygls/releases/tag/v1.3.1</a></p>
<h3>Documentation</h3>
<ul>
<li>Add systemd-language-server to implementations</li>
<li>Update implementations.md with Chapel's language server</li>
</ul>
<h3>Miscellaneous Tasks</h3>
<ul>
<li>Update CHANGELOG.md</li>
<li>Update CONTRIBUTORS.md</li>
<li>Apache license missing dash</li>
</ul>
<h3>Build</h3>
<ul>
<li>V1.3.1</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openlawlibrary/pygls/commit/9e27a5e5e70009eb5e83c12656926bee85c6933f"><code>9e27a5e</code></a>
build: v1.3.1</li>
<li><a
href="https://github.com/openlawlibrary/pygls/commit/79c0bcc5ac6197c8fe7a0caa61ca349c431106a9"><code>79c0bcc</code></a>
docs: update implementations.md with Chapel's language server</li>
<li><a
href="https://github.com/openlawlibrary/pygls/commit/f5de769abb237dee7609b7b90b888ffe54bddee8"><code>f5de769</code></a>
docs: add systemd-language-server to implementations</li>
<li><a
href="https://github.com/openlawlibrary/pygls/commit/959241eb8da70cceb44f90f5ec56b0e2de082a1a"><code>959241e</code></a>
chore: apache license missing dash</li>
<li><a
href="https://github.com/openlawlibrary/pygls/commit/323dfa8c761f4a36732db4fcfa7d430da7a04e4d"><code>323dfa8</code></a>
chore: update CONTRIBUTORS.md</li>
<li><a
href="https://github.com/openlawlibrary/pygls/commit/db2233f0a18118136a247ef57da5ca21d8d4df62"><code>db2233f</code></a>
chore: update CHANGELOG.md</li>
<li>See full diff in <a
href="https://github.com/openlawlibrary/pygls/compare/v1.3.0...v1.3.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `selenium` from 4.18.1 to 4.19.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/SeleniumHQ/Selenium/releases">selenium's
releases</a>.</em></p>
<blockquote>
<h2>Selenium 4.19.0</h2>
<h3>Changelog</h3>
<p>For each component's detailed changelog, please check:</p>
<ul>
<li><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES">Ruby</a></li>
<li><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES">Python</a></li>
<li><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/node/selenium-webdriver/CHANGES.md">JavaScript</a></li>
<li><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG">Java</a></li>
<li><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG">DotNet</a></li>
<li><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/cpp/iedriverserver/CHANGELOG">IEDriverServer</a></li>
</ul>
<h3>Commits in this release</h3>
<!-- raw HTML omitted -->
<ul>
<li><a
href="http://github.com/seleniumhq/selenium/commit/28d582c18b1e88843c803eb04d17883580981519"><code>28d582c18b</code></a>
- Fix the location of the html files for redirect testing :: Puja
Jagani</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/f4cd087106e743c5e255e9fffa0bb8239333c52f"><code>f4cd087106</code></a>
- [build] Reusing fix in Rakefile to release python :: Diego Molina</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/428422b56d337c3e370e0a08421410f46bbdf03d"><code>428422b56d</code></a>
- [build] Updating GitPod config :: Diego Molina</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/ec12c65b34c888d8dfb52035c98eb092d59dee99"><code>ec12c65b34</code></a>
- [build] Target needs build not run :: Diego Molina</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/b3af4a6d4484d3fcbad0dbccf8fc4cd55093d2a1"><code>b3af4a6d44</code></a>
- [build] Fixing dockerfile for gitpod :: Diego Molina</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/77dd7250fcf5999606fe535a6bcb46bb3eccf2bd"><code>77dd7250fc</code></a>
- CDP 122 (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/13603">#13603</a>)
:: Diego Molina</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/7ce5ca80f62afb32bda81766d451d08cfb2431e2"><code>7ce5ca80f6</code></a>
- Bumping versions to 4.18.1 :: Diego Molina</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/b1d3319b48304bca40a8a35cdd95cb05d8464497"><code>b1d3319b48</code></a>
- Update supported versions for Chrome DevTools :: Diego Molina</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/c6bd0964f3d79f596d3e07932da99b6a83b61009"><code>c6bd0964f3</code></a>
- [build] Fixing API docs update :: Diego Molina</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/989b0ca679960a3a6f5cd15f3227eac9ff50fe81"><code>989b0ca679</code></a>
- [build] Bumping versions for Nightly :: Diego Molina</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/f99f01a049dc0bb8e8ec4114a27d9c089d490d22"><code>f99f01a049</code></a>
- Update mirror info (Tue Feb 20 12:06:06 UTC 2024) :: Selenium CI
Bot</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/78029c4597c6cea5a25f569f8fe8185b8cd4fa11"><code>78029c4597</code></a>
- Update mirror info (Wed Feb 21 00:15:11 UTC 2024) :: Selenium CI
Bot</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/93c780439f2886607474a6cebaf4e678f9730047"><code>93c780439f</code></a>
- Bump cryptography from 41.0.4 to 42.0.4 in /py (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/13615">#13615</a>)
:: dependabot[bot]</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/ddaa4aaed1b9db12583a74bbbe06b4b78b189af3"><code>ddaa4aaed1</code></a>
- [java] use daemon threads in JdkHttpClient <a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/13601">#13601</a>
:: Jörg Sautter</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/cc93539c6c8612eabbde7626d63027bf300c0344"><code>cc93539c6c</code></a>
- [dotnet] Notice about breaking changes at compilation level for
desired capabilities :: Nikolay Borisenko</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/24188440cbfa7f67125a56fcdd21292d35318c8f"><code>24188440cb</code></a>
- [rb] Run all unit tests in RBE :: Alex Rodionov</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/da62a402d0565dd2dda2ced71cf74965caa4391c"><code>da62a402d0</code></a>
- [dotnet] Correct <code>ChromiumDriverService.AllowedIPAddresses</code>
property name (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/13626">#13626</a>)
:: Yevgeniy Shunevych</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/db517766c1f3f7c00e264905fde6334c4b6692f1"><code>db517766c1</code></a>
- [java] use a static class for ProxySelector <a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/13622">#13622</a>
:: Jörg Sautter</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/aefde123a3673c495f1afc313fb550e545ee24cf"><code>aefde123a3</code></a>
- [rb] Update YARD to address <a
href="https://github.com/advisories/GHSA-8mq4-9jjh-9xrc">https://github.com/advisories/GHSA-8mq4-9jjh-9xrc</a>
:: Alex Rodionov</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/d65e38e34fc6ac29b7c2c62cc0b924d7f8762e6d"><code>d65e38e34f</code></a>
- [rb] Fix documentation generator :: Alex Rodionov</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/5bc8952c3bf10e0f78130261239f086987a16c4b"><code>5bc8952c3b</code></a>
- [java] improve memory allocation of an idle relay node <a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/13643">#13643</a>
:: Jörg Sautter</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/c0711e2d0b18e238429aab47367fff851ef59ebb"><code>c0711e2d0b</code></a>
- Add devcontainer.json to ease local dev environment setup (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/13638">#13638</a>)
:: Trig</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/1cfe9917c73807757ec9c51d1ab9341295892bb9"><code>1cfe9917c7</code></a>
- [java] close the httpclient after checking the service status <a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/13643">#13643</a>
:: Jörg Sautter</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/b9a95a32a2897b3d939ec96e6083ef3b812f75e6"><code>b9a95a32a2</code></a>
- [dotnet] Fixed parsing of the year in ConsoleApiCalledEventArgs cdp
event args :: Nikolay Borisenko</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/832a31e192ef7d0a1173ecef47272a3d60e19305"><code>832a31e192</code></a>
- [Build] Update rules_python to 0.31.0 :: David Burns</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/ffedae32bb32e44fe55e010c8922e92de58ae816"><code>ffedae32bb</code></a>
- Run prettifier over the selenium-webdriver node code :: Simon
Stewart</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/3c051755e35559ddc1a929183edad46486195b25"><code>3c051755e3</code></a>
- Fix JS linting errors :: Simon Stewart</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/8f7c7a4b3ceb028549b80e94678484b8b4fd5d33"><code>8f7c7a4b3c</code></a>
- [ci] automatically close issues marked awaiting answer (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/13668">#13668</a>)
:: Titus Fortner</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/d2667775176974b33e0392da10703083a8fa31e2"><code>d266777517</code></a>
- [ci] Update setup-bazel action :: Alex Rodionov</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/d073e594b5826e6f0d5323252e4e7a0ae582c89a"><code>d073e594b5</code></a>
- [py] Fix how version numbers are handled :: Simon Stewart</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/738415711cd55cd40bc2fb6baeecfb221c3dde8e"><code>738415711c</code></a>
- Remove some printf debugging :: Simon Stewart</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/739f5ec6728933f0d3288446aff67aa7fb3657e8"><code>739f5ec672</code></a>
- [build] Tweaking how nightly build version in Python works :: Diego
Molina</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/ffed982e958d7ee945866488a6e229de7d4a6643"><code>ffed982e95</code></a>
- [build] Installing twine to push to TestPyPi :: Diego Molina</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/420f07485822aabe540b6484c808084f3a9cf639"><code>420f074858</code></a>
- [bidi][java] Add storage module (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/13675">#13675</a>)
:: Puja Jagani</li>
<li><a
href="http://github.com/seleniumhq/selenium/commit/a66db94fdf32d2cd2e3dbcc44488da71d56b6a04"><code>a66db94fdf</code></a>
- [rb] Avoid overescaping browser path :: Alex Rodionov</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/5f9cec8963b33a7708619d666a5ce0b2f6542c7d"><code>5f9cec8</code></a>
Release 4.19.0 (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/13747">#13747</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/8ef513697c31a25bff9c41a7a6f30c3aefe5560d"><code>8ef5136</code></a>
[rust] Remove non-necessary trace</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/7660a333521eb63fb6ff87f887d7cbfcf5b7f6de"><code>7660a33</code></a>
[build] Adapting script to new package-lock.json location.</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/5affd351dd0e8467b71a44650a390153f543a118"><code>5affd35</code></a>
[js] Adding package-lock.json</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/32d9eddacaab87975548fb6ae58a9b74dcbb3e61"><code>32d9edd</code></a>
[dotnet][rb][java][js][py] Automated Browser Version Update (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/13742">#13742</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/a179a98be1fe10f16c1372cf2060c36cecbe1cd1"><code>a179a98</code></a>
[bidi][java] Update the capture screenshot APIs to include all
parameters and...</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/5b607247243890b03cd39569a3d77bd515ef6a54"><code>5b60724</code></a>
[bidi][java] Fix a bug caused due to typo</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/1f058a839d5b456b1176b818ecd6cabcc1404479"><code>1f058a8</code></a>
[rust] Enhance logic to uncompress DEB files and set toolchain version
(<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/13741">#13741</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/fbf75fd266137025352c23efbb63633348bd61a9"><code>fbf75fd</code></a>
[rust] Fix Edge management in RPM-based Linux (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/13705">#13705</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/0c81991f428bbc6d3781089bfb96cd70108af3de"><code>0c81991</code></a>
[rust] Use apple-flat-package crate to extract PKG files (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/13740">#13740</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/SeleniumHQ/Selenium/compare/selenium-4.18.1...selenium-4.19.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `ruff` from 0.3.3 to 0.3.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ruff/releases">ruff's
releases</a>.</em></p>
<blockquote>
<h2>v0.3.5</h2>
<h2>Changes</h2>
<h3>Preview features</h3>
<ul>
<li>[<code>pylint</code>] Implement <code>modified-iterating-set</code>
(<code>E4703</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10473">#10473</a>)</li>
<li>[<code>refurb</code>] Implement <code>for-loop-set-mutations</code>
(<code>FURB142</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10583">#10583</a>)</li>
<li>[<code>refurb</code>] Implement <code>unnecessary-from-float</code>
(<code>FURB164</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10647">#10647</a>)</li>
<li>[<code>refurb</code>] Implement
<code>verbose-decimal-constructor</code> (<code>FURB157</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10533">#10533</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>flake8-comprehensions</code>] Handled special case for
<code>C401</code> which also matches <code>C416</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10596">#10596</a>)</li>
<li>[<code>flake8-pyi</code>] Mark
<code>unaliased-collections-abc-set-import</code> fix as
&quot;safe&quot; for more cases in stub files (<code>PYI025</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10547">#10547</a>)</li>
<li>[<code>numpy</code>] Add <code>row_stack</code> to NumPy 2.0
migration rule (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10646">#10646</a>)</li>
<li>[<code>pycodestyle</code>] Allow cell magics before an import
(<code>E402</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10545">#10545</a>)</li>
<li>[<code>pycodestyle</code>] Avoid blank line rules for the first
logical line in cell (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10291">#10291</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li>Respected nested namespace packages (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10541">#10541</a>)</li>
<li>[<code>flake8-boolean-trap</code>] Add setting for user defined
allowed boolean trap (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10531">#10531</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Correctly handle references in <code>__all__</code> definitions when
renaming symbols in autofixes (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10527">#10527</a>)</li>
<li>Track ranges of names inside <code>__all__</code> definitions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10525">#10525</a>)</li>
<li>[<code>flake8-bugbear</code>] Avoid false positive for usage after
<code>continue</code> (<code>B031</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10539">#10539</a>)</li>
<li>[<code>flake8-copyright</code>] Accept commas in default copyright
pattern (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9498">#9498</a>)</li>
<li>[<code>flake8-datetimez</code>] Allow f-strings with <code>%z</code>
for <code>DTZ007</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10651">#10651</a>)</li>
<li>[<code>flake8-pytest-style</code>] Fix <code>PT014</code> autofix
for last item in list (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10532">#10532</a>)</li>
<li>[<code>flake8-quotes</code>] Ignore <code>Q000</code>,
<code>Q001</code> when string is inside forward ref (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10585">#10585</a>)</li>
<li>[<code>isort</code>] Always place non-relative imports after
relative imports (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10669">#10669</a>)</li>
<li>[<code>isort</code>] Respect Unicode characters in import sorting
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/10529">#10529</a>)</li>
<li>[<code>pyflakes</code>] Fix F821 false negatives when <code>from
__future__ import annotations</code> is active (attempt 2) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10524">#10524</a>)</li>
<li>[<code>pyflakes</code>] Make <code>unnecessary-lambda</code> an
always-unsafe fix (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10668">#10668</a>)</li>
<li>[<code>pylint</code>] Fixed false-positive on the rule
<code>PLW1641</code> (<code>eq-without-hash</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10566">#10566</a>)</li>
<li>[<code>ruff</code>] Fix panic in unused <code># noqa</code> removal
with multi-byte space (<code>RUF100</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10682">#10682</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add PR title format to <code>CONTRIBUTING.md</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10665">#10665</a>)</li>
<li>Fix list markup to include blank lines required (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10591">#10591</a>)</li>
<li>Put <code>flake8-logging</code> next to the other flake8 plugins in
registry (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10587">#10587</a>)</li>
<li>[<code>flake8-bandit</code>] Update warning message for rule
<code>S305</code> to address insecure block cipher mode use (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10602">#10602</a>)</li>
<li>[<code>flake8-bugbear</code>] Document use of anonymous assignment
in <code>useless-expression</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10551">#10551</a>)</li>
<li>[<code>flake8-datetimez</code>] Clarify error messages and docs for
<code>DTZ</code> rules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10621">#10621</a>)</li>
<li>[<code>pycodestyle</code>] Use same before vs. after numbers for
<code>space-around-operator</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10640">#10640</a>)</li>
<li>[<code>ruff</code>] Change <code>quadratic-list-summation</code>
docs to use <code>iadd</code> consistently (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10666">#10666</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's
changelog</a>.</em></p>
<blockquote>
<h2>0.3.5</h2>
<h3>Preview features</h3>
<ul>
<li>[<code>pylint</code>] Implement <code>modified-iterating-set</code>
(<code>E4703</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10473">#10473</a>)</li>
<li>[<code>refurb</code>] Implement <code>for-loop-set-mutations</code>
(<code>FURB142</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10583">#10583</a>)</li>
<li>[<code>refurb</code>] Implement <code>unnecessary-from-float</code>
(<code>FURB164</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10647">#10647</a>)</li>
<li>[<code>refurb</code>] Implement
<code>verbose-decimal-constructor</code> (<code>FURB157</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10533">#10533</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>flake8-comprehensions</code>] Handled special case for
<code>C401</code> which also matches <code>C416</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10596">#10596</a>)</li>
<li>[<code>flake8-pyi</code>] Mark
<code>unaliased-collections-abc-set-import</code> fix as
&quot;safe&quot; for more cases in stub files (<code>PYI025</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10547">#10547</a>)</li>
<li>[<code>numpy</code>] Add <code>row_stack</code> to NumPy 2.0
migration rule (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10646">#10646</a>)</li>
<li>[<code>pycodestyle</code>] Allow cell magics before an import
(<code>E402</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10545">#10545</a>)</li>
<li>[<code>pycodestyle</code>] Avoid blank line rules for the first
logical line in cell (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10291">#10291</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li>Respected nested namespace packages (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10541">#10541</a>)</li>
<li>[<code>flake8-boolean-trap</code>] Add setting for user defined
allowed boolean trap (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10531">#10531</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Correctly handle references in <code>__all__</code> definitions when
renaming symbols in autofixes (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10527">#10527</a>)</li>
<li>Track ranges of names inside <code>__all__</code> definitions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10525">#10525</a>)</li>
<li>[<code>flake8-bugbear</code>] Avoid false positive for usage after
<code>continue</code> (<code>B031</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10539">#10539</a>)</li>
<li>[<code>flake8-copyright</code>] Accept commas in default copyright
pattern (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9498">#9498</a>)</li>
<li>[<code>flake8-datetimez</code>] Allow f-strings with <code>%z</code>
for <code>DTZ007</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10651">#10651</a>)</li>
<li>[<code>flake8-pytest-style</code>] Fix <code>PT014</code> autofix
for last item in list (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10532">#10532</a>)</li>
<li>[<code>flake8-quotes</code>] Ignore <code>Q000</code>,
<code>Q001</code> when string is inside forward ref (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10585">#10585</a>)</li>
<li>[<code>isort</code>] Always place non-relative imports after
relative imports (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10669">#10669</a>)</li>
<li>[<code>isort</code>] Respect Unicode characters in import sorting
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/10529">#10529</a>)</li>
<li>[<code>pyflakes</code>] Fix F821 false negatives when <code>from
__future__ import annotations</code> is active (attempt 2) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10524">#10524</a>)</li>
<li>[<code>pyflakes</code>] Make <code>unnecessary-lambda</code> an
always-unsafe fix (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10668">#10668</a>)</li>
<li>[<code>pylint</code>] Fixed false-positive on the rule
<code>PLW1641</code> (<code>eq-without-hash</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10566">#10566</a>)</li>
<li>[<code>ruff</code>] Fix panic in unused <code># noqa</code> removal
with multi-byte space (<code>RUF100</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10682">#10682</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add PR title format to <code>CONTRIBUTING.md</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10665">#10665</a>)</li>
<li>Fix list markup to include blank lines required (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10591">#10591</a>)</li>
<li>Put <code>flake8-logging</code> next to the other flake8 plugins in
registry (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10587">#10587</a>)</li>
<li>[<code>flake8-bandit</code>] Update warning message for rule
<code>S305</code> to address insecure block cipher mode use (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10602">#10602</a>)</li>
<li>[<code>flake8-bugbear</code>] Document use of anonymous assignment
in <code>useless-expression</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10551">#10551</a>)</li>
<li>[<code>flake8-datetimez</code>] Clarify error messages and docs for
<code>DTZ</code> rules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10621">#10621</a>)</li>
<li>[<code>pycodestyle</code>] Use same before vs. after numbers for
<code>space-around-operator</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10640">#10640</a>)</li>
<li>[<code>ruff</code>] Change <code>quadratic-list-summation</code>
docs to use <code>iadd</code> consistently (<a
href="https://redirect.github.com/astral-sh/ruff/pull/10666">#10666</a>)</li>
</ul>
<h2>0.3.4</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ruff/commit/200ebeebdc8ab8ee14f56922e21b218f41a5a7e4"><code>200ebee</code></a>
Bump version to v0.3.5 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/10717">#10717</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/23e8279093d8f891fc8bb59ebea2532649801ed3"><code>23e8279</code></a>
chore(deps): update npm development dependencies (<a
href="https://redirect.github.com/astral-sh/ruff/issues/10716">#10716</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/221b3236a8770e2f9a0c502290b78a5ec58698cc"><code>221b323</code></a>
chore(deps): update strum to 0.26.0 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/10715">#10715</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/a0e15448488badd81b0924653c180cd18029b2c2"><code>a0e1544</code></a>
chore(deps): update rust crate pep440_rs to 0.5.0 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/10703">#10703</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/2740fab7ad8963892d15581e624764c7a7894999"><code>2740fab</code></a>
Renovate: group all <code>strum</code> dependencies together (<a
href="https://redirect.github.com/astral-sh/ruff/issues/10714">#10714</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/7042b9b16dcb91ffa6a49bab6e8d43066131af2a"><code>7042b9b</code></a>
fix(deps): update rust crate similar to v2.5.0 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/10711">#10711</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/4047d456b6e1b5bfd67cf81b921350e2f2989a6c"><code>4047d45</code></a>
chore(deps): update rust crate insta to v1.38.0 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/10701">#10701</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/20d69ea504b95e4cd7751dbb5a17aa446721945d"><code>20d69ea</code></a>
chore(deps): update npm development dependencies (<a
href="https://redirect.github.com/astral-sh/ruff/issues/10697">#10697</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/d021cac0c9755e7f34ee3941c9a98aa7befa9750"><code>d021cac</code></a>
chore(deps): update rust crate tracing-tree to 0.3.0 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/10709">#10709</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/46369d48fe1089d48e0590fcf6fb028218ab84b0"><code>46369d4</code></a>
chore(deps): update rust crate uuid to v1.8.0 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/10710">#10710</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/v0.3.3...v0.3.5">compare
view</a></li>
</ul>
</details>
<br />

Updates `safety` from 3.0.1 to 3.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pyupio/safety/releases">safety's
releases</a>.</em></p>
<blockquote>
<h2>3.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: add headless auth by <a
href="https://github.com/yeisonvargasf"><code>@​yeisonvargasf</code></a>
in <a
href="https://redirect.github.com/pyupio/safety/pull/508">pyupio/safety#508</a></li>
<li>fix: support pydantic2 by using safety_schemas 0.0.2 by <a
href="https://github.com/yeisonvargasf"><code>@​yeisonvargasf</code></a>
in <a
href="https://redirect.github.com/pyupio/safety/pull/509">pyupio/safety#509</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pyupio/safety/compare/3.0.1...3.1.0">https://github.com/pyupio/safety/compare/3.0.1...3.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pyupio/safety/blob/main/CHANGELOG.md">safety's
changelog</a>.</em></p>
<blockquote>
<h2>[3.1.0] - 2024-03-25</h2>
<ul>
<li>fix: ensure compatibility with Pydantic version 2.0 (<a
href="https://redirect.github.com/pyupio/safety/issues/509">#509</a>)</li>
<li>feat: introduce --headless flag to enable an alternative login
mechanism that bypasses the need for a local web server. (<a
href="https://redirect.github.com/pyupio/safety/issues/508">#508</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pyupio/safety/commit/eb7a23e790b828853973e7395d4c46df78a1720d"><code>eb7a23e</code></a>
Safety 3.1.0</li>
<li><a
href="https://github.com/pyupio/safety/commit/9cb3d3f7ea4f0896bd7f425eca7bd807d8116b77"><code>9cb3d3f</code></a>
fix: support pydantic2 by using safety_schemas 0.0.2 (<a
href="https://redirect.github.com/pyupio/safety/issues/509">#509</a>)</li>
<li><a
href="https://github.com/pyupio/safety/commit/4fbb211afea60fdc59ac70bae0570ef3e0a63940"><code>4fbb211</code></a>
feat: add headless auth (<a
href="https://redirect.github.com/pyupio/safety/issues/508">#508</a>)</li>
<li>See full diff in <a
href="https://github.com/pyupio/safety/compare/3.0.1...3.1.0">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent e2878ef commit f9bbaa9
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f9bbaa9

Please sign in to comment.