Skip to content

Commit

Permalink
chore(deps-dev): bump the development-dependencies group
Browse files Browse the repository at this point in the history
Updates the requirements on [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 `flake8-bugbear` from 24.8.19 to 24.10.31
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](PyCQA/flake8-bugbear@24.8.19...24.10.31)

Updates `mypy` from 1.11.2 to 1.13.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11.2...v1.13.0)

Updates `django-stubs` from 5.1.0 to 5.1.1
- [Release notes](https://github.com/typeddjango/django-stubs/releases)
- [Commits](typeddjango/django-stubs@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](celery/pytest-celery@v0.1.0...v1.1.3)

---
updated-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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 2ae74e6 commit 20f267c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ pytest-django==4.9.0
pytest-xdist[psutil]==3.6.1
pytest==8.3.3
responses==0.25.3
flake8-bugbear==24.8.19
flake8-bugbear==24.10.31
pdbpp==0.10.3
factory-boy==3.3.1
mypy==1.11.2
mypy==1.13.0
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

0 comments on commit 20f267c

Please sign in to comment.