From c81a502051c8673c3e67fe8fddcdc2e0a258a765 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 12 Apr 2024 16:16:13 -0700
Subject: [PATCH] Bump mypy from 1.8.0 to 1.9.0 (#290)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 6f3f129..a3d8fcd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -40,7 +40,7 @@ dev = [
     "coverage==7.4.3",
     "flake8==7.0.0",
     "hatch==1.9.3",
-    "mypy==1.8.0",
+    "mypy==1.9.0",
     "pessimist==0.9.3",
     "ufmt==2.5.1",
     "volatile==2.1.0",