Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump flake8-bandit from 2.1.2 to 3.0.0 #591

Merged
merged 2 commits into from
Jan 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2023

Bumps flake8-bandit from 2.1.2 to 3.0.0.

Commits

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 27, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/flake8-bandit-3.0.0 branch 7 times, most recently from 65cfa86 to 8b1b596 Compare January 30, 2023 08:27
NicolasT and others added 2 commits January 30, 2023 10:18
```
S324 Use of weak MD4, MD5, or SHA1 hash for security. Consider
usedforsecurity=False
```

This is similar to `S303`, but for Python versions above Python 3.8,
where this `usedforsecurity` argument was introduced.

Since we still support Python 3.8 and lower, and having version-specific
code clutters test-cases, and we don't really care about the error in
this test-case, simply disable it, just like S303 was already disabled.

See: https://github.com/NicolasT/gptsum/actions/runs/4041936694/jobs/6949042313#step:7:20
(cherry picked from commit 8194988)
Signed-off-by: Nicolas Trangez <ikke@nicolast.be>
Bumps [flake8-bandit](https://github.com/tylerwince/flake8-bandit) from 2.1.2 to 3.0.0.
- [Release notes](https://github.com/tylerwince/flake8-bandit/releases)
- [Commits](https://github.com/tylerwince/flake8-bandit/commits/v3.0.0)

---
updated-dependencies:
- dependency-name: flake8-bandit
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@NicolasT NicolasT force-pushed the dependabot/pip/flake8-bandit-3.0.0 branch from 8b1b596 to b4a2950 Compare January 30, 2023 09:18
@github-actions github-actions bot merged commit c8c6a34 into main Jan 30, 2023
@github-actions github-actions bot deleted the dependabot/pip/flake8-bandit-3.0.0 branch January 30, 2023 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant