Commit c91be53
authored
Build(deps): Bump sidekiq from 7.3.8 to 7.3.9 (#763)
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.3.8 to 7.3.9.
<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.3.9</h2>
<ul>
<li>Only require activejob if necessary <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6584">#6584</a></li>
<li>Fix iterable job cancellation <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6589">#6589</a></li>
<li>Web UI accessibility improvements <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6604">#6604</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/bf9afa4c43d4f418cb6133bac718b5488339eacc"><code>bf9afa4</code></a>
chore: bump</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/922f37ce3fc08e305c358c605bdc5acb948353a2"><code>922f37c</code></a>
Backport accessibility changes to 7-x branch (<a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6604">#6604</a>)</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/a23588153d7ca7c9f30e524eb8c24297256f1aea"><code>a235881</code></a>
fix: ensure we load our version of the adapter, not Rails</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/e0ccdb0ad7077d0fe6816611761b5f8fe5c19541"><code>e0ccdb0</code></a>
Fix iterable jobs cancellation (<a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6589">#6589</a>)</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/57bdf45a2be11b41533b6c856e33f85ecca8e304"><code>57bdf45</code></a>
Fix tests on ruby 3.4</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/886e4349f1d6a9f82f2764e4a3e7c7cf4b9113ee"><code>886e434</code></a>
Adjust railtie to avoid loading AJ driver before AJ, fixes <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6584">#6584</a></li>
<li>See full diff in <a
href="https://github.com/sidekiq/sidekiq/compare/v7.3.8...v7.3.9">compare
view</a></li>
</ul>
</details>
<br />
[](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>2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | | - | |
| 378 | + | |
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
| |||
620 | 620 | | |
621 | 621 | | |
622 | 622 | | |
623 | | - | |
| 623 | + | |
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
| |||
747 | 747 | | |
748 | 748 | | |
749 | 749 | | |
750 | | - | |
| 750 | + | |
751 | 751 | | |
752 | 752 | | |
753 | 753 | | |
| |||
0 commit comments