Skip to content

Commit

Permalink
build(deps-dev): update pytest-isort requirement in /src/palletjack
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest-isort](https://github.com/stephrdev/pytest-isort) to permit the latest version.
- [Changelog](https://github.com/stephrdev/pytest-isort/blob/master/CHANGELOG.rst)
- [Commits](stephrdev/pytest-isort@2.0.0...4.0.0)

---
updated-dependencies:
- dependency-name: pytest-isort
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent 269e0ad commit 15ba6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/palletjack/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"pylint-quotes~=0.2",
"pylint~=2.11",
"pytest-instafail~=0.4",
"pytest-isort~=2.0",
"pytest-isort>=2,<5",
"pytest-pylint~=0.18",
"pytest~=6.0",
"black~=22.12",
Expand Down

0 comments on commit 15ba6fa

Please sign in to comment.