aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-05 21:30:52 +0100
committerGravatar GitHub <[email protected]>2023-09-05 21:30:52 +0100
commitdc224332bdb013ae046fc5eed054c82e6be26946 (patch)
tree977c14a77cbf949ee40404b6422283a2205f24d1 /pyproject.toml
parentCorrect tuple typehint in config (diff)
build(deps-dev): bump ruff from 0.0.285 to 0.0.287 (#103)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.285 to 0.0.287. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.285...v0.0.287) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3f472fa..73e020f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ jishaku = "2.5.1"
[tool.poetry.dev-dependencies]
black = "23.7.0"
taskipy = "1.12.0"
-ruff = "0.0.285"
+ruff = "0.0.287"
pre-commit = "3.3.3"
[tool.taskipy.tasks]