From 22b1b09f16eaacef597460ff4a20d02ee0d363f7 Mon Sep 17 00:00:00 2001 From: juaristi22 Date: Sat, 4 Oct 2025 10:08:06 +0800 Subject: [PATCH] fix .toml --- changelog_entry.yaml | 4 ++++ pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29..75a1a58 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: patch + changes: + fixed: + - Fixed pyproject.toml to avoid dependency versions updating with package. diff --git a/pyproject.toml b/pyproject.toml index 512b4b9..70c7257 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,8 +38,8 @@ dev = [ "flake8>=7.0.0,<8.0.0", "black>=24.0.0", "isort>=5.13.0,<6.0.0", - "mypy>=1.4.0,<2.0.0", - "build>=1.4.0,<2.0.0", + "mypy>=1.2.3,<2.0.0", + "build>=1.2.0,<2.0.0", "linecheck>=0.1.0,<0.3.0", ]