From c6cd58e42181f160d26b0ecee26934f9a799d41e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 08:39:22 +0000 Subject: [PATCH] chore(deps-dev): bump the development-dependencies group across 1 directory with 5 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear), [mypy](https://github.com/python/mypy), [django-stubs](https://github.com/typeddjango/django-stubs) and [pytest-celery](https://github.com/celery/pytest-celery) to permit the latest version. Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4) Updates `flake8-bugbear` from 24.8.19 to 24.12.12 - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.8.19...24.12.12) Updates `mypy` from 1.11.2 to 1.14.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.14.1) Updates `django-stubs` from 5.1.0 to 5.1.1 - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/5.1.0...5.1.1) Updates `pytest-celery` to 1.1.3 - [Release notes](https://github.com/celery/pytest-celery/releases) - [Changelog](https://github.com/celery/pytest-celery/blob/main/Changelog.rst) - [Commits](https://github.com/celery/pytest-celery/compare/v0.1.0...v1.1.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: django-stubs dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: pytest-celery dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- backend/dev-requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/dev-requirements.txt b/backend/dev-requirements.txt index c1f654536..0be04e04b 100644 --- a/backend/dev-requirements.txt +++ b/backend/dev-requirements.txt @@ -11,16 +11,16 @@ pytest-cov==5.0.0 pytest-mock==3.14.0 pytest-django==4.9.0 pytest-xdist[psutil]==3.6.1 -pytest==8.3.3 +pytest==8.3.4 responses==0.25.3 -flake8-bugbear==24.8.19 +flake8-bugbear==24.12.12 pdbpp==0.10.3 factory-boy==3.3.1 -mypy==1.11.2 +mypy==1.14.1 djangorestframework-stubs==3.15.1 -django-stubs==5.1.0 +django-stubs==5.1.1 celery-types==0.22.0 docker==7.1.0 # Pined because moving to pytest-celery ยบ1.0.0 would require more exxtensive work to use docker images -pytest-celery<1.0.0 +pytest-celery<2.0.0 towncrier==24.8.0