From 890e6f721eceb05d0808a229dd74fc7829fbc856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 05:06:44 +0000 Subject: [PATCH] build(deps-dev): bump the back-dev group in /back with 3 updates Bumps the back-dev group in /back with 3 updates: [mypy](https://github.com/python/mypy), [types-peewee](https://github.com/python/typeshed) and [types-setuptools](https://github.com/python/typeshed). Updates `mypy` from 1.13.0 to 1.14.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.14.0) Updates `types-peewee` from 3.17.8.20241117 to 3.17.8.20241221 - [Commits](https://github.com/python/typeshed/commits) Updates `types-setuptools` from 75.6.0.20241126 to 75.6.0.20241223 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: back-dev - dependency-name: types-peewee dependency-type: direct:development update-type: version-update:semver-patch dependency-group: back-dev - dependency-name: types-setuptools dependency-type: direct:development update-type: version-update:semver-patch dependency-group: back-dev ... Signed-off-by: dependabot[bot] --- back/requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/back/requirements-dev.txt b/back/requirements-dev.txt index 478f0cbbb..4a4171e7c 100644 --- a/back/requirements-dev.txt +++ b/back/requirements-dev.txt @@ -6,9 +6,9 @@ pytest>=6.2.5 pytest-mock==3.14.0 pytest-cov==6.0.0 pytest-clarity==1.0.1 -mypy==1.13.0 +mypy==1.14.0 types-Flask-Cors==5.0.0.20240902 -types-peewee==3.17.8.20241117 -types-setuptools==75.6.0.20241126 +types-peewee==3.17.8.20241221 +types-setuptools==75.6.0.20241223 types-PyMySQL==1.1.0.20241103 flake8-bugbear==24.12.12