diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-20 17:33:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-20 17:33:02 +0000 |
commit | 4603418cd08d142ac5276c282217364f909f46b8 (patch) | |
tree | 1dcc794f83bf91f34a9988766dcc252648d51cf4 /pyproject.toml | |
parent | added the readme for pypi (diff) | |
download | delf-4603418cd08d142ac5276c282217364f909f46b8.tar.gz delf-4603418cd08d142ac5276c282217364f909f46b8.zip |
Bump black from 23.11.0 to 24.3.0dependabot/pip/black-24.3.0
Bumps [black](https://github.com/psf/black) from 23.11.0 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.11.0...24.3.0)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index e02e0fc..b3e5a23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ mypy = "^1.6.1" pylint = "^3.0.2" bandit = "^1.7.5" ruff = "^0.1.1" -black = "^23.10.0" +black = ">=23.10,<25.0" [build-system] requires = ["poetry-core>=1.0.0"] |