From 7d9ae7613aa7f0713be61a5734cf8ac94b966b1a Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Sat, 24 Feb 2024 21:54:11 +0800 Subject: chore(version): bump infini to v2.0.5 --- pdm.lock | 16 ++++++++-------- pyproject.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pdm.lock b/pdm.lock index f3ca9882..30fc2b9c 100644 --- a/pdm.lock +++ b/pdm.lock @@ -127,7 +127,7 @@ files = [ [[package]] name = "ipdm" -version = "0.1.2" +version = "0.1.3" requires_python = ">=3.10" summary = "Infini 包管理器" dependencies = [ @@ -137,8 +137,8 @@ dependencies = [ "typer>=0.9.0", ] files = [ - {file = "ipdm-0.1.2-py3-none-any.whl", hash = "sha256:7eb5b6f203c8f35deb10ac06c7070c96cb9aaf308eaa420ed8a5576ba14e90cf"}, - {file = "ipdm-0.1.2.tar.gz", hash = "sha256:cba68923b0fad2fbd110d1d6f8617f780a1d00ceaf2381df9fb7f4cfcdfcd261"}, + {file = "ipdm-0.1.3-py3-none-any.whl", hash = "sha256:5fee9d2c5b52d45c69ddbc38d5bb9a08c595c90eb130aa747892c0b0fb149203"}, + {file = "ipdm-0.1.3.tar.gz", hash = "sha256:fb62a02a17a068d82598283a12f985f6927445fffed2067066a6589d74a1be13"}, ] [[package]] @@ -248,20 +248,20 @@ files = [ [[package]] name = "pytest" -version = "7.4.4" -requires_python = ">=3.7" +version = "8.0.1" +requires_python = ">=3.8" summary = "pytest: simple powerful testing with Python" dependencies = [ "colorama; sys_platform == \"win32\"", "exceptiongroup>=1.0.0rc8; python_version < \"3.11\"", "iniconfig", "packaging", - "pluggy<2.0,>=0.12", + "pluggy<2.0,>=1.3.0", "tomli>=1.0.0; python_version < \"3.11\"", ] files = [ - {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, - {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, + {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, + {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 408c69d4..3dd8d94f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "infini" -version = "2.0.4" +version = "2.0.5" description = "Infini 核心标准文本输入输出模块" authors = [ { name = "苏向夜", email = "fu050409@163.com" }, @@ -10,7 +10,7 @@ dependencies = [ "rich>=13.7.0", "jinja2>=3.1.3", ] -requires-python = ">=3.10" +requires-python = ">=3.8" readme = "README.md" license = { text = "MIT" } -- cgit v1.2.3-70-g09d2