From 17f280a69dd94c149d487df73b9134834c180455 Mon Sep 17 00:00:00 2001 From: izi Date: Thu, 27 Mar 2025 22:10:46 -0400 Subject: [PATCH] Remove upper bounds of dependencies --- pyproject.toml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 63ba5a0..cbdb44d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,14 +12,14 @@ classifiers = [ "Environment :: Console", ] dependencies = [ - "beautifulsoup4>=4.12.2,<5", - "click>=8.1.3,<9", - "markdown>=3.4.3,<4", - "readchar>=4.0.5,<5", - "markdownify>=0.11.6,<0.12", + "beautifulsoup4>=4.12.2", + "click>=8.1.3", + "markdown>=3.4.3", + "readchar>=4.0.5", + "markdownify>=0.11.6", "anki>=23.10", "html5lib~=1.1", - "rich>=13.7.1,<14", + "rich>=13.7.1", ] [project.urls] @@ -31,13 +31,13 @@ apy = "apyanki.cli:main" [dependency-groups] dev = [ - "pytest>=7.3.1,<8", - "pylint>=3.0.2,<4", - "bump2version>=1.0.1,<2", - "black>=24.3.0,<25", - "mypy>=1.3.0,<2", - "types-beautifulsoup4>=4.12.0.5,<5", - "types-markdown>=3.4.2.9,<4", + "pytest>=7.3.1", + "pylint>=3.0.2", + "bump2version>=1.0.1", + "black>=24.3.0", + "mypy>=1.3.0", + "types-beautifulsoup4>=4.12.0.5", + "types-markdown>=3.4.2.9", ] [build-system] @@ -73,3 +73,4 @@ module = [ "markdownify", ] ignore_missing_imports = true +