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

   Updates the requirements on [cachetools](https://github.com/tkem/cachetools) 
to permit the latest version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst";>cachetools's
 changelog</a>.</em></p>
   <blockquote>
   <h1>v5.3.0 (2023-01-22)</h1>
   <ul>
   <li>Add <code>cache_info()</code> function to <code>@cached</code> 
decorator.</li>
   </ul>
   <h1>v5.2.1 (2023-01-08)</h1>
   <ul>
   <li>
   <p>Add support for Python 3.11.</p>
   </li>
   <li>
   <p>Correct version information in RTD documentation.</p>
   </li>
   <li>
   <p><code>badges/shields</code>: Change to GitHub workflow badge routes.</p>
   </li>
   </ul>
   <h1>v5.2.0 (2022-05-29)</h1>
   <ul>
   <li>
   <p>Add <code>cachetools.keys.methodkey()</code>.</p>
   </li>
   <li>
   <p>Add <code>cache_clear()</code> function to decorators.</p>
   </li>
   <li>
   <p>Add <code>src</code> directory to <code>sys.path</code> for Sphinx 
autodoc.</p>
   </li>
   <li>
   <p>Modernize <code>func</code> wrappers.</p>
   </li>
   </ul>
   <h1>v5.1.0 (2022-05-15)</h1>
   <ul>
   <li>Add cache decorator parameters as wrapper function attributes.</li>
   </ul>
   <h1>v5.0.0 (2021-12-21)</h1>
   <ul>
   <li>
   <p>Require Python 3.7 or later (breaking change).</p>
   </li>
   <li>
   <p>Remove deprecated submodules (breaking change).</p>
   <p>The <code>cache</code>, <code>fifo</code>, <code>lfu</code>, 
<code>lru</code>, <code>mru</code>, <code>rr</code> and
   <code>ttl</code> submodules have been deleted.  Therefore, statements 
like</p>
   <p><code>from cachetools.ttl import TTLCache</code></p>
   <p>will no longer work. Use</p>
   <p><code>from cachetools import TTLCache</code></p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tkem/cachetools/commit/8f0b51661f9def22fb623de09648a2b20f73569b";><code>8f0b516</code></a>
 Release v5.3.0.</li>
   <li><a 
href="https://github.com/tkem/cachetools/commit/0bad674ec1ff87a671292d889925744f580dacda";><code>0bad674</code></a>
 Prepare v5.3.0.</li>
   <li><a 
href="https://github.com/tkem/cachetools/commit/b32936a55e3e598861825cd8e9925893ce374f77";><code>b32936a</code></a>
 Fix <a href="https://redirect.github.com/tkem/cachetools/issues/131";>#131</a>: 
Add cache_info() docs.</li>
   <li><a 
href="https://github.com/tkem/cachetools/commit/1e478ef5c4a121404bc85b89083d300952cbdefe";><code>1e478ef</code></a>
 Fix <a href="https://redirect.github.com/tkem/cachetools/issues/131";>#131</a>: 
Add cache_info() function to <a 
href="https://github.com/cached";><code>@​cached</code></a> decorator.</li>
   <li><a 
href="https://github.com/tkem/cachetools/commit/2216fb28b74a91ff1aebeaac45736191f81c48cb";><code>2216fb2</code></a>
 Merge pull request <a 
href="https://redirect.github.com/tkem/cachetools/issues/253";>#253</a> from 
mgorny/license_files</li>
   <li><a 
href="https://github.com/tkem/cachetools/commit/69916d77dabaf357d5757cbfa599ab115db147c4";><code>69916d7</code></a>
 Replace deprecated license_file in setup.cfg</li>
   <li><a 
href="https://github.com/tkem/cachetools/commit/2abfc3682bd76019a3a2b09b0e290e385ce11429";><code>2abfc36</code></a>
 Release v5.2.1.</li>
   <li><a 
href="https://github.com/tkem/cachetools/commit/32d2fb0c8f6d21317e28f8a228b5a09e421afd76";><code>32d2fb0</code></a>
 Prepare v5.2.1.</li>
   <li><a 
href="https://github.com/tkem/cachetools/commit/d483da23e509b27e87c76157b0c5067bf18fdd00";><code>d483da2</code></a>
 Fix <a href="https://redirect.github.com/tkem/cachetools/issues/252";>#252</a>: 
badges/shields: Change to GitHub workflow badge routes.</li>
   <li><a 
href="https://github.com/tkem/cachetools/commit/114a85ebc91a100dda55d3a32ad259ccedee75e2";><code>114a85e</code></a>
 Fix <a href="https://redirect.github.com/tkem/cachetools/issues/251";>#251</a>: 
Correct version information in RTD documentation.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/tkem/cachetools/compare/v3.1.0...v5.3.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 ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
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]

Reply via email to