Files
azure-gpt-cursor/requirements/dev.txt
T
dependabot[bot]andGitHub 157aabb0ee Bump flake8-isort from 6.1.2 to 7.0.0 in /requirements
Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 6.1.2 to 7.0.0.
- [Changelog](https://github.com/gforcada/flake8-isort/blob/main/CHANGES.rst)
- [Commits](https://github.com/gforcada/flake8-isort/compare/6.1.2...7.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-27 22:57:29 +00:00

21 lines
391 B
Plaintext

# Everything the developer needs in addition to the production requirements
-r prod.txt
# Testing
pytest==8.4.2
pytest-cov==7.0.0
WebTest==3.0.7
requests-mock==1.12.1
pytest-mock==3.15.1
# Lint and code style
black==25.9.0
flake8-blind-except==0.2.1
flake8-debugger==4.1.2
flake8-docstrings==1.7.0
flake8-isort==7.0.0
Flake8-pyproject==1.2.3
flake8==7.3.0
isort==6.0.1
pep8-naming==0.15.1