Align Ruff versions

This commit is contained in:
pyup-bot 2025-01-23 19:39:51 +00:00 committed by github-actions[bot]
parent 27d543e6a0
commit d0e7d33e6f
3 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ dependencies = [
"pytest-xdist==3.6.1",
"pyyaml==6.0.2",
"requests==2.32.3",
"ruff==0.9.2",
"ruff==0.9.3",
"sh==2.1; sys_platform!='win23'",
"tox==4.23.2",
"tox-uv>=1.17",

View File

@ -182,7 +182,7 @@ wheels = [
[[package]]
name = "cookiecutter-django"
version = "2025.1.16"
version = "2025.1.21"
source = { virtual = "." }
dependencies = [
{ name = "binaryornot" },

View File

@ -36,7 +36,7 @@ repos:
# Run the Ruff linter.
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
rev: v0.9.3
hooks:
# Linter
- id: ruff