From d4911cfb7f1010759fde68da196036feeb25b99d Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 08:32:17 +0000 Subject: [PATCH] Mirror: 1.11.2 --- .version | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 720c738..ca71766 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.11.1 +1.11.2 diff --git a/setup.py b/setup.py index abeebf0..12ee5ca 100644 --- a/setup.py +++ b/setup.py @@ -6,5 +6,5 @@ setup( name='pre_commit_placeholder_package', version='0.0.0', - install_requires=['mypy==1.11.1'], + install_requires=['mypy==1.11.2'], )