From 6c165ac0f7329710756df5c16e5a1b9e1ee3b83e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 2 Jan 2024 16:18:59 +0000
Subject: [PATCH] build(deps-dev): bump mypy from 1.7.0 to 1.8.0 in
 /backend/requirements

Bumps [mypy](https://github.com/python/mypy) from 1.7.0 to 1.8.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 backend/requirements/development.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/requirements/development.txt b/backend/requirements/development.txt
index c42c645..6c8f16b 100644
--- a/backend/requirements/development.txt
+++ b/backend/requirements/development.txt
@@ -6,7 +6,7 @@ watchfiles==0.21.0  # https://github.com/samuelcolvin/watchfiles
 
 # Testing
 # ------------------------------------------------------------------------------
-mypy==1.7.0  # https://github.com/python/mypy
+mypy==1.8.0  # https://github.com/python/mypy
 django-stubs==4.2.4  # https://github.com/typeddjango/django-stubs
 pytest-sugar==0.9.7  # https://github.com/Frozenball/pytest-sugar