From fb94eaef5f7eae3f62adfdd6a5c530e30f72c928 Mon Sep 17 00:00:00 2001 From: "infrabits-pipup[bot]" <108620213+infrabits-pipup[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 06:34:50 +0000 Subject: [PATCH] pipup: 9 dependencies updated in {{cookiecutter.project_name}}/requirements-dev.txt * celery-types: 0.14.0 -> 0.22.0 * django-debug-toolbar: 3.8.1 -> 4.4.6 * django-stubs: 1.13.1 -> 5.1.1 * fabric2: 2.7.1 -> 3.2.2 * mypy: 0.991 -> 1.14.0 * pytest: 7.2.0 -> 8.3.4 * requests: 2.28.1 -> 2.32.3 * tox: 4.0.3 -> 4.23.2 * types-PyYAML: 6.0.12.2 -> 6.0.12.20241221 --- .../requirements-dev.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/{{cookiecutter.project_name}}/requirements-dev.txt b/{{cookiecutter.project_name}}/requirements-dev.txt index 11913b4..b5caafd 100644 --- a/{{cookiecutter.project_name}}/requirements-dev.txt +++ b/{{cookiecutter.project_name}}/requirements-dev.txt @@ -1,11 +1,11 @@ -fabric2==2.7.1 +fabric2==3.2.2 patchwork==1.0.1 -django-debug-toolbar==3.8.1 -tox==4.0.3 -pytest==7.2.0 +django-debug-toolbar==4.4.6 +tox==4.23.2 +pytest==8.3.4 pylama==8.4.1 -requests==2.28.1 -mypy==0.991 -django-stubs==1.13.1 -types-PyYAML==6.0.12.2 -celery-types==0.14.0 +requests==2.32.3 +mypy==1.14.0 +django-stubs==5.1.1 +types-PyYAML==6.0.12.20241221 +celery-types==0.22.0