aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-05-24 12:33:19 +0100
committerGravatar GitHub <[email protected]>2023-05-24 12:33:19 +0100
commit5df34a0f14374b2e7476cb8e1f9c838ca01536bb (patch)
tree925b523a15a58d714ac0791d1ea4169e583dc622 /pyproject.toml
parentMerge pull request #2603 from python-discord/build-docker-image-in-ci (diff)
parentUse f-string conversions over functions (diff)
Merge pull request #2595 from python-discord/dependabot/pip/ruff-0.0.267
Bump ruff from 0.0.265 to 0.0.267
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 f0baffac4..8a67373bf 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,7 +41,7 @@ pytest = "7.3.1"
pytest-cov = "4.0.0"
pytest-subtests = "0.11.0"
pytest-xdist = "3.3.1"
-ruff = "0.0.265"
+ruff = "0.0.267"
taskipy = "1.10.4"