Skip to content

Commit

Permalink
chore(deps-dev): bump flake8 from 5.0.4 to 6.1.0 in /backend (#701)
Browse files Browse the repository at this point in the history
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.1.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyCQA/flake8/commit/7ef0350a439c93166bc8ba89fcc3de6a9a664e6c"><code>7ef0350</code></a>
Release 6.1.0</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/354f873f8aba2b70a3757198fe10e1322bf91cb2"><code>354f873</code></a>
Merge pull request <a
href="https://github.com/pycqa/flake8/issues/1852">#1852</a>
from PyCQA/setup-cfg-fmt</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/24be8ad052b63376cf6d547ca873213015b13be5"><code>24be8ad</code></a>
Merge pull request <a
href="https://github.com/pycqa/flake8/issues/1851">#1851</a>
from PyCQA/pylint-warnings</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/5233d880696a6867b53fabf0c9d4419d83f372ad"><code>5233d88</code></a>
use setup-cfg-fmt</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/d4d1552c5b455462d6c137933d2eeb0bcd97ea81"><code>d4d1552</code></a>
Merge pull request <a
href="https://github.com/pycqa/flake8/issues/1849">#1849</a>
from PyCQA/handle-multiline-fstrings-in-312</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/cc301ed499511c56ceca3262a2302364dc146b06"><code>cc301ed</code></a>
fix pylintrc warnings</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/1ed78d592a355ece4edfee2884185dccaa732dbc"><code>1ed78d5</code></a>
handle multiline fstrings in 3.12</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/f2641954c40a48c91948304ba06a2a970bd3405e"><code>f264195</code></a>
Merge pull request <a
href="https://github.com/pycqa/flake8/issues/1850">#1850</a>
from PyCQA/312-test</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/acca35b8006e2760ceed58c1fbec34fbac024ff2"><code>acca35b</code></a>
add 3.12 to ci matrix</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/579f9f6f94f3a73f1cc0910b1113962c55613f09"><code>579f9f6</code></a>
Merge pull request <a
href="https://github.com/pycqa/flake8/issues/1848">#1848</a>
from PyCQA/upgrade-pycodestyle</li>
<li>Additional commits viewable in <a
href="https://github.com/pycqa/flake8/compare/5.0.4...6.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flake8&package-manager=pip&previous-version=5.0.4&new-version=6.1.0)](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 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
dependabot[bot] committed Aug 1, 2023
1 parent 926856e commit 3dd0aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
bandit==1.7.4
black==23.3.0
coverage==6.4.4
flake8==5.0.4
flake8==6.1.0
isort==5.12.0
mypy-protobuf==3.4.0
parameterized==0.9.0
Expand Down

0 comments on commit 3dd0aa5

Please sign in to comment.