Skip to content

Commit

Permalink
Merge branch 'main' into action_test
Browse files Browse the repository at this point in the history
  • Loading branch information
terriko authored Dec 12, 2024
2 parents b60e138 + 6abbb2a commit eca44e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ pre-commit; python_version <= "3.8"
pre-commit==4.0.1; python_version > "3.8"
flake8; python_version < "3.8"
flake8==7.1.1; python_version >= "3.8"
bandit==1.8.0
bandit==1.7.10; python_version <= "3.8"
bandit==1.8.0; python_version > "3.8"
gitlint==v0.19.1
interrogate
mypy==v1.13.0
Expand Down

0 comments on commit eca44e0

Please sign in to comment.