Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump sidekiq from 7.1.5 to 7.1.6 (#113)
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.1.5 to 7.1.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sidekiq/sidekiq/blob/main/Changes.md">sidekiq's changelog</a>.</em></p> <blockquote> <h2>7.1.6</h2> <ul> <li>The block forms of testing modes (inline, fake) are now thread-safe so you can have a multithreaded test suite which uses different modes for different tests. <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6069">#6069</a></li> <li>Fix breakage with non-Proc error handlers <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6065">#6065</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sidekiq/sidekiq/commit/e9f212902185591831af514df6313f8ae2cce31a"><code>e9f2129</code></a> Thread safety for block-based testing modes, fixes <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6069">#6069</a></li> <li><a href="https://github.com/sidekiq/sidekiq/commit/d9e0136d1165008756242b1627ac57b5e183649b"><code>d9e0136</code></a> Unlock dev dep versions</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/a9c7dd8d5836069532b80160d5f36ea4291d9ade"><code>a9c7dd8</code></a> pro change</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/699f4b55f3217949b8cbb73c7e77fdd5df4f04d9"><code>699f4b5</code></a> rdoc fixes</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/b7236f814ccb61d3b1e6fc5251ed3d3ac7428eb3"><code>b7236f8</code></a> Add test for classy handlers</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/39dea265258985b287d988fb93e4ec734731f536"><code>39dea26</code></a> changes</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/2abed516f37cad6d68e1224984883e33e1b6b504"><code>2abed51</code></a> Convert filter test to spec style, bump</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/e1463ff7164f20dce3212cb6213640ff3337495b"><code>e1463ff</code></a> Fix breakage with non-Proc error handlers, fixes <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6065">#6065</a></li> <li><a href="https://github.com/sidekiq/sidekiq/commit/af381410ed82f8e6443883fdf61f4c0806c29dc2"><code>af38141</code></a> Add note about 704</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/b9e552cf6bd3908eb62e0818a97067e12804f0c6"><code>b9e552c</code></a> note about lock compatibility breakage</li> <li>Additional commits viewable in <a href="https://github.com/sidekiq/sidekiq/compare/v7.1.5...v7.1.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sidekiq&package-manager=bundler&previous-version=7.1.5&new-version=7.1.6)](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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information