From 0da9a523e6748d4c8725d122ea360a0d5a6067a4 Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:29:47 +0000 Subject: [PATCH] Mirror: 2.2.3 --- .version | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index b1b25a5..5859406 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.2.2 +2.2.3 diff --git a/setup.py b/setup.py index 9cf4eea..7d96b6c 100644 --- a/setup.py +++ b/setup.py @@ -6,5 +6,5 @@ setup( name='pre_commit_placeholder_package', version='0.0.0', - install_requires=['pyproject-fmt==2.2.2'], + install_requires=['pyproject-fmt==2.2.3'], )