Skip to content

Commit a1bd3a5

Browse files
chore(deps): update radon requirement from ~=5.1.0 to ~=6.0.1 in /backend (#192)
Updates the requirements on [radon](https://github.com/rubik/radon) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rubik/radon/blob/master/CHANGELOG">radon's changelog</a>.</em></p> <blockquote> <h2>6.0.1 (Mar 26, 2023)</h2> <ul> <li>Prevent tomllib error when the <code>toml</code> module is not available</li> </ul> <h2>6.0.0 (Mar 26, 2023)</h2> <ul> <li>Fix typo in changelog, by <a href="https://github.com/cclauss"><code>@​cclauss</code></a>: <a href="https://redirect.github.com/rubik/radon/issues/229">#229</a></li> <li>Add support for <code>match</code> pattern in Python 3.10+, by <a href="https://github.com/DolajoCZ"><code>@​DolajoCZ</code></a>: <a href="https://redirect.github.com/rubik/radon/issues/227">#227</a></li> <li>Fix typo in Markdown export, reported by <a href="https://github.com/huornlmj"><code>@​huornlmj</code></a>: <a href="https://redirect.github.com/rubik/radon/issues/231">#231</a></li> <li>Remove unnecessary &quot;future&quot; dependency, by <a href="https://github.com/mgorny"><code>@​mgorny</code></a>: <a href="https://redirect.github.com/rubik/radon/issues/234">#234</a></li> <li>Add <code>pyproject.toml</code> support, by <a href="https://github.com/ajslater"><code>@​ajslater</code></a>: <a href="https://redirect.github.com/rubik/radon/issues/236">#236</a></li> <li>Allow Mando v0.7.1, by <a href="https://github.com/ajslater"><code>@​ajslater</code></a>: <a href="https://redirect.github.com/rubik/radon/issues/237">#237</a></li> <li>Fix HCHarvester JSON results format, by <a href="https://github.com/benabel"><code>@​benabel</code></a>: <a href="https://redirect.github.com/rubik/radon/issues/240">#240</a></li> </ul> <h2>5.1.0 (Aug 08, 2021)</h2> <ul> <li>Allow forcing colored output on/off, thanks <a href="https://github.com/msabramo"><code>@​msabramo</code></a>: <a href="https://redirect.github.com/rubik/radon/issues/218">#218</a></li> <li>Synchronize trove classifiers with tested versions, thanks <a href="https://github.com/D3X"><code>@​D3X</code></a>: <a href="https://redirect.github.com/rubik/radon/issues/222">#222</a></li> </ul> <h2>5.0.1 (Jun 08, 2021)</h2> <ul> <li>Drop support for flake8 &lt; 3.x (removes <code>flake8-polyfill</code> dependency), by <a href="https://github.com/joxl"><code>@​joxl</code></a>: <a href="https://redirect.github.com/rubik/radon/issues/219">#219</a></li> </ul> <h2>4.5.2 (May 23, 2021)</h2> <ul> <li>Add back <code>flake8-polyfill</code> dependency because conditional extra does not work as intended, reported by <a href="https://github.com/joxl"><code>@​joxl</code></a>: <a href="https://redirect.github.com/rubik/radon/issues/217">#217</a></li> </ul> <h2>4.5.1 (May 09, 2021)</h2> <ul> <li>Fix CC calculation for try-except-else blocks with multiple statements, thanks <a href="https://github.com/justWerns"><code>@​justWerns</code></a>: <a href="https://redirect.github.com/rubik/radon/issues/212">#212</a></li> <li>Fix CC type field in Markdown output, thanks <a href="https://github.com/4l1fe"><code>@​4l1fe</code></a>: <a href="https://redirect.github.com/rubik/radon/issues/213">#213</a></li> </ul> <h2>4.5.0 (Mar 09, 2021)</h2> <ul> <li>Add <code>--md</code> option to <code>cc</code> command to export results as Markdown (thanks to <a href="https://github.com/kanekotic"><code>@​kanekotic</code></a>): <a href="https://redirect.github.com/rubik/radon/issues/205">#205</a></li> <li>Add async function support to Halstead visitor (thanks to <a href="https://github.com/rharish101"><code>@​rharish101</code></a>): <a href="https://redirect.github.com/rubik/radon/issues/208">#208</a></li> </ul> <h2>4.4.0 (Mar 07, 2021)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubik/radon/commit/5061d86a649223bdc5490c5dcc113743cc5b47f5"><code>5061d86</code></a> chore(release): bump to v6.0.1</li> <li><a href="https://github.com/rubik/radon/commit/1be986d219f7ea5419f685e3ebacb42ec0f589fd"><code>1be986d</code></a> fix: tomllib name error when not supported</li> <li><a href="https://github.com/rubik/radon/commit/864c4610b04c8b1211bd7142d4f938210f19f888"><code>864c461</code></a> chore(release): bump to v6.0.0</li> <li><a href="https://github.com/rubik/radon/commit/e6e5152073970407423f9cef5ccd971d555f26f3"><code>e6e5152</code></a> chore: add pyproject.toml and poetry.lock</li> <li><a href="https://github.com/rubik/radon/commit/786ac37f60fccfd564ed3709ece999ea21c87aef"><code>786ac37</code></a> fix: tests across versions</li> <li><a href="https://github.com/rubik/radon/commit/a2359cef956ca44389f1f55db527c37a786bbffd"><code>a2359ce</code></a> chore: improve documentation around pyproject.toml usage</li> <li><a href="https://github.com/rubik/radon/commit/5f65de3c655cf0ce96080b636402afcda5526a8f"><code>5f65de3</code></a> feat: pyproject.toml support (<a href="https://redirect.github.com/rubik/radon/issues/236">#236</a>)</li> <li><a href="https://github.com/rubik/radon/commit/4ac025c82b81cbb366019c21161ecfd8ca7f3b28"><code>4ac025c</code></a> feat: add support for match pattern (<a href="https://redirect.github.com/rubik/radon/issues/227">#227</a>)</li> <li><a href="https://github.com/rubik/radon/commit/84db76719de98259e09cacd33953ab786b4ac283"><code>84db767</code></a> chore: mando 0.7 support (<a href="https://redirect.github.com/rubik/radon/issues/237">#237</a>)</li> <li><a href="https://github.com/rubik/radon/commit/27b78d1a266b8c788b39dd0a74bc8c7b3075bfa0"><code>27b78d1</code></a> fix: HCHarvester JSON results format (<a href="https://redirect.github.com/rubik/radon/issues/240">#240</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rubik/radon/compare/v5.1.0...v6.0.1">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 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db6dd96 commit a1bd3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ celery[redis]==5.5.1
55
psycopg2~=2.9.10
66
Faker~=13.6.0
77
GitPython~=3.1.27
8-
radon~=5.1.0
8+
radon~=6.0.1
99
flower~=1.0.0
1010
PyGithub~=2.6
1111
lizard~=1.17.10

0 commit comments

Comments
 (0)