Skip to content

Commit

Permalink
Fix flake8-bandit
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jan 2, 2024
1 parent a079268 commit 7903cf3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
2 changes: 1 addition & 1 deletion dsmrreader/provisioning/requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flake8-bandit==3.0.0
flake8-bandit==4.1.1
flake8-black==0.3.6
flake8-bugbear==23.3.12
flake8==5.0.4
Expand Down
26 changes: 5 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ deprecated = "^1.0"

[tool.poetry.dev-dependencies]
flake8 = "^5.0"
flake8-bandit = "^3.0"
flake8-bandit = "^4.0"
flake8-black = "^0.3"
flake8-bugbear = "^23.0"
polib = "^1.2"
Expand Down

0 comments on commit 7903cf3

Please sign in to comment.