From 8cd2d4056637e242709fe09f15a36f0b4b682bda Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 08:31:04 +0000 Subject: [PATCH] Mirror: 1.8.0 --- .version | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 943f9cb..27f9cd3 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.7.1 +1.8.0 diff --git a/setup.py b/setup.py index 1648afd..2735d1a 100644 --- a/setup.py +++ b/setup.py @@ -6,5 +6,5 @@ from setuptools import setup setup( name='pre_commit_placeholder_package', version='0.0.0', - install_requires=['mypy==1.7.1'], + install_requires=['mypy==1.8.0'], )