Skip to content

Commit

Permalink
chore: keep old versions for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
terriko authored Jan 2, 2025
1 parent d0a92e0 commit f48fafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
black==24.10.0; python_version > "3.8"
black==24.10.0; python_version <= "3.8"
black==24.8.0; python_version <= "3.8"
isort; python_version < "3.8"
isort==5.13.2; python_version >= "3.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; python_version <= "3.8"
bandit==1.7.10; python_version <= "3.8"
bandit==1.8.0; python_version > "3.8"
gitlint==v0.19.1
interrogate
Expand Down

0 comments on commit f48fafa

Please sign in to comment.