Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==25.1.0 # Linting tool, if changed update pyproject.toml as well
black==26.3.1 # Linting tool, if changed update pyproject.toml as well
flake8==7.1.1 # Linting tool, if changed update pyproject.toml as well
Flake8-pyproject==1.2.3 # Linting tool, if changed update pyproject.toml as well
isort==6.0.0 # Linting tool, if changed update pyproject.toml as well
Expand Down
Loading