dependabot[bot] opened a new pull request, #18588:
URL: https://github.com/apache/tvm/pull/18588

   Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.7.0 to 
3.20.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/tox-dev/py-filelock/releases";>filelock's 
releases</a>.</em></p>
   <blockquote>
   <h2>3.20.1</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <ul>
   <li>CVE-2025-68146: Fix TOCTOU symlink vulnerability in lock file creation 
by <a href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in 
<a 
href="https://redirect.github.com/tox-dev/filelock/pull/461";>tox-dev/filelock#461</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tox-dev/filelock/compare/3.20.0...3.20.1";>https://github.com/tox-dev/filelock/compare/3.20.0...3.20.1</a></p>
   <h2>3.20.0</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <ul>
   <li>Add tox.toml to sdist by <a 
href="https://github.com/mtelka";><code>@​mtelka</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/436";>tox-dev/filelock#436</a></li>
   <li>Update docs with example by <a 
href="https://github.com/znichollscr";><code>@​znichollscr</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/438";>tox-dev/filelock#438</a></li>
   <li>Add 3.14 support and drop 3.9 by <a 
href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/448";>tox-dev/filelock#448</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/mtelka";><code>@​mtelka</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/436";>tox-dev/filelock#436</a></li>
   <li><a href="https://github.com/znichollscr";><code>@​znichollscr</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/438";>tox-dev/filelock#438</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tox-dev/filelock/compare/3.19.1...3.20.0";>https://github.com/tox-dev/filelock/compare/3.19.1...3.20.0</a></p>
   <h2>3.19.1</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <ul>
   <li>add 3.14t (free threading) to matrix by <a 
href="https://github.com/paultiq";><code>@​paultiq</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/433";>tox-dev/filelock#433</a></li>
   <li>Increase test coverage by <a 
href="https://github.com/paultiq";><code>@​paultiq</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/434";>tox-dev/filelock#434</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/paultiq";><code>@​paultiq</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/433";>tox-dev/filelock#433</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tox-dev/filelock/compare/3.19.0...3.19.1";>https://github.com/tox-dev/filelock/compare/3.19.0...3.19.1</a></p>
   <h2>3.19.0</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <ul>
   <li>Add support for 3.14 by <a 
href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/432";>tox-dev/filelock#432</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tox-dev/filelock/compare/3.18.0...3.19.0";>https://github.com/tox-dev/filelock/compare/3.18.0...3.19.0</a></p>
   <h2>3.18.0</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <ul>
   <li>Indicate that locks are exclusive/write locks. by <a 
href="https://github.com/bicarlsen";><code>@​bicarlsen</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/394";>tox-dev/filelock#394</a></li>
   <li>Support fcntl check on Emscripten by <a 
href="https://github.com/juntyr";><code>@​juntyr</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/398";>tox-dev/filelock#398</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst";>filelock's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Changelog</h1>
   <h2>v3.12.0 (2023-04-18)</h2>
   <ul>
   <li>Make the thread local behavior something the caller can enable/disable 
via a flag during the lock creation, it's on
   by default.</li>
   <li>Better error handling on Windows.</li>
   </ul>
   <h2>v3.11.0 (2023-04-06)</h2>
   <ul>
   <li>Make the lock thread local.</li>
   </ul>
   <h2>v3.10.7 (2023-03-27)</h2>
   <ul>
   <li>Use <code>fchmod</code> instead of <code>chmod</code> to work around bug 
in PyPy via Anaconda.</li>
   </ul>
   <h2>v3.10.6 (2023-03-25)</h2>
   <ul>
   <li>Enhance the robustness of the try/catch block in _soft.py. by 
:user:<code>jahrules</code>.</li>
   </ul>
   <h2>v3.10.5 (2023-03-25)</h2>
   <ul>
   <li>Add explicit error check as certain UNIX filesystems do not support 
flock. by :user:<code>jahrules</code>.</li>
   </ul>
   <h2>v3.10.4 (2023-03-24)</h2>
   <ul>
   <li>Update os.open to preserve mode= for certain edge cases. by 
:user:<code>jahrules</code>.</li>
   </ul>
   <h2>v3.10.3 (2023-03-23)</h2>
   <ul>
   <li>Fix permission issue - by :user:<code>jahrules</code>.</li>
   </ul>
   <h2>v3.10.2 (2023-03-22)</h2>
   <ul>
   <li>Bug fix for using filelock with threaded programs causing undesired file 
permissions - by :user:<code>jahrules</code>.</li>
   </ul>
   <h2>v3.10.1 (2023-03-22)</h2>
   <ul>
   <li>Handle pickle for :class:<code>filelock.Timeout</code> 
:pr:<code>203</code> - by :user:<code>TheMatt2</code>.</li>
   </ul>
   <h2>v3.10.0 (2023-03-15)</h2>
   <ul>
   <li>Add support for explicit file modes for lockfiles :pr:<code>192</code> - 
by :user:<code>jahrules</code>.</li>
   </ul>
   <h2>v3.9.1 (2023-03-14)</h2>
   <ul>
   <li>Use <code>time.perf_counter</code> instead of 
<code>time.monotonic</code> for calculating timeouts.</li>
   </ul>
   <h2>v3.9.0 (2022-12-28)</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/377f62251d7cdf30768cc9ee1eb31cea1551c71b";><code>377f622</code></a>
 [pre-commit.ci] pre-commit autoupdate (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/460";>#460</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/4724d7f8c3393ec1f048c93933e6e3e6ec321f0e";><code>4724d7f</code></a>
 Fix TOCTOU symlink vulnerability in lock file creation (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/461";>#461</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/cb69414a2327cf0a9887e12054d1dc112ee700af";><code>cb69414</code></a>
 Bump actions/upload-artifact from 5 to 6 (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/459";>#459</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/0769294f14a6c62eea64741722f7acef5386b4cd";><code>0769294</code></a>
 Bump actions/download-artifact from 6 to 7 (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/458";>#458</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/414193a188892bd376eb5c56eb45a9cf8ecc9284";><code>414193a</code></a>
 [pre-commit.ci] pre-commit autoupdate (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/457";>#457</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/1456797beb94ad59e5627462ad29f7ed3a966626";><code>1456797</code></a>
 [pre-commit.ci] pre-commit autoupdate (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/456";>#456</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/8d6bf90af313ac7fd6e41ef2b715d91dd6858f5c";><code>8d6bf90</code></a>
 Bump actions/checkout from 5 to 6 (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/455";>#455</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/f7edeebddf79c210db2a6af145d33849e93c5550";><code>f7edeeb</code></a>
 [pre-commit.ci] pre-commit autoupdate (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/454";>#454</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/fb0923562189078b524ad3bd978e5e743dea9b2f";><code>fb09235</code></a>
 [pre-commit.ci] pre-commit autoupdate (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/453";>#453</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/f5825d867707b432e1c93f85833ce8d3766c986c";><code>f5825d8</code></a>
 [pre-commit.ci] pre-commit autoupdate (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/452";>#452</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/tox-dev/py-filelock/compare/3.7.0...3.20.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=filelock&package-manager=pip&previous-version=3.7.0&new-version=3.20.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/tvm/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to