From 73461fa7dc9541e72e6dca146937e1d38cc41415 Mon Sep 17 00:00:00 2001 From: Ilya Sytchev Date: Thu, 21 Nov 2024 17:30:25 -0500 Subject: [PATCH] Upgrade mypy --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0b966e8c..c02b9317 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,14 +36,14 @@ dev = [ "build", "flake8", "flake8-pytest-style", - "mypy==1.6.1", + "mypy", "pytest", "pytest-mock", "twine", - "types-python-dateutil==2.8.19.14", - "types-pytz==2023.3.1.1", - "types-requests==2.31.0.10", - "types-setuptools==68.2.0.0" + "types-python-dateutil", + "types-pytz", + "types-requests", + "types-setuptools", ] [tool.setuptools.packages.find]