build(deps): bump the test-and-lint-dependencies group with 1 update

Bumps the test-and-lint-dependencies group with 1 update: [isort](https://github.com/pycqa/isort).


Updates `isort` from 5.13.1 to 5.13.2
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.13.1...5.13.2)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-and-lint-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-18 21:57:54 +00:00 committed by GitHub
parent 9b877d2971
commit 745eff6676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
# (We are not so interested in the specific versions of the tools: the versions
# are pinned to prevent unexpected linting failures when tools update)
black==23.12.0
isort==5.13.1
isort==5.13.2
pylint==3.0.3
mypy==1.7.1
bandit==1.7.6