Skip to content

Commit

Permalink
build(deps-dev): bump flake8-isort in /backend/requirements
Browse files Browse the repository at this point in the history
Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 6.1.0 to 6.1.1.
- [Changelog](https://github.com/gforcada/flake8-isort/blob/main/CHANGES.rst)
- [Commits](gforcada/flake8-isort@6.1.0...6.1.1)

---
updated-dependencies:
- dependency-name: flake8-isort
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 5, 2024
1 parent 9e0b00d commit b126456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar
# Code quality
# ------------------------------------------------------------------------------
flake8==6.1.0 # https://github.com/PyCQA/flake8
flake8-isort==6.1.0 # https://github.com/gforcada/flake8-isort
flake8-isort==6.1.1 # https://github.com/gforcada/flake8-isort
coverage==7.4.0 # https://github.com/nedbat/coveragepy
black==23.12.1 # https://github.com/psf/black
pylint-django==2.5.5 # https://github.com/PyCQA/pylint-django
Expand Down

0 comments on commit b126456

Please sign in to comment.