From 0ba7619cabb8519e7d978d74208f1d2afe3dd733 Mon Sep 17 00:00:00 2001 From: Jelmer Draaijer Date: Mon, 16 Sep 2024 15:57:55 +0200 Subject: [PATCH] Update requirements to versions in main --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5565281215..7e939c7ef3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,19 +37,18 @@ dependencies = [ "jinja2==3.1.4", "pre-commit==3.8", "pygithub==2.4", - "pytest==8.3.2", + "pytest==8.3.3", "pytest-cookies==0.7", "pytest-instafail==0.5", "pytest-xdist==3.6.1", "pyyaml==6.0.2", "requests==2.32.3", - "ruff==0.6.4", + "ruff==0.6.5", "sh==2.0.7; sys_platform!='win23'", - "tox==4.18", + "tox==4.19", "tox-uv>=1.11.2", ] urls = { Repository = "https://github.com/cookiecutter/cookiecutter-django" } -# ==== black ==== [tool.black] line-length = 119