aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-03-18 18:56:49 +0800
committer苏向夜 <fu050409@163.com>2024-03-18 18:56:49 +0800
commitd24dc8f648ee38c7e48020c3702b4d8ce74d0733 (patch)
tree6c0df11d17e78c2ea7434c3c91ccb330097a3aff
parentfcaf7de164d28b7c6c3a633d10b2d8f3f6a1e86b (diff)
downloadipm-d24dc8f648ee38c7e48020c3702b4d8ce74d0733.tar.gz
ipm-d24dc8f648ee38c7e48020c3702b4d8ce74d0733.zip
chore(deps): bump infini to v2.1.7
-rw-r--r--pdm.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/pdm.lock b/pdm.lock
index f6e8ff3..3640575 100644
--- a/pdm.lock
+++ b/pdm.lock
@@ -5,7 +5,7 @@
groups = ["default", "dev"]
strategy = ["cross_platform"]
lock_version = "4.4.1"
-content_hash = "sha256:4cd7dc51aa010135e9367bfa0605f67224920dadb1354a1ece7cdb5deb41ddb3"
+content_hash = "sha256:5d35a7e2d9605909bd969eedb7cc6b98927b7dbb9a8111d0c70a29d90a245cec"
[[package]]
name = "certifi"
@@ -162,7 +162,7 @@ files = [
[[package]]
name = "infini"
-version = "2.1.6"
+version = "2.1.7"
requires_python = ">=3.8"
summary = "Infini 内容输入输出流框架"
dependencies = [
@@ -170,8 +170,8 @@ dependencies = [
"rich>=13.7.0",
]
files = [
- {file = "infini-2.1.6-py3-none-any.whl", hash = "sha256:b1ef61462496e762d8b8520da3d9e23f890df41fe790f78554387f5aafe63b28"},
- {file = "infini-2.1.6.tar.gz", hash = "sha256:b7224bcf06c1598235ece38e689fd4c12eb9ca16c6553983b30bf15714656df3"},
+ {file = "infini-2.1.7-py3-none-any.whl", hash = "sha256:dd214001234fcc8369c8419a1ef6dfd145c62ee431532ec88819f4ca5f1808fb"},
+ {file = "infini-2.1.7.tar.gz", hash = "sha256:c41e90637ba32b1664ca61e726d1abc4b77db4b34571975e12da7f7f52b43464"},
]
[[package]]
diff --git a/pyproject.toml b/pyproject.toml
index 275edc4..bcbc35b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ dependencies = [
"typer>=0.9.0",
"requests>=2.31.0",
"rich>=13.7.0",
- "infini>=2.1.6",
+ "infini>=2.1.7",
"tomlkit>=0.12.4",
"virtualenv>=20.25.1",
"gitpython>=3.1.42",