Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-11-09 20:10:21 +0100
committerGitHub <noreply@github.com>2023-11-09 20:10:21 +0100
commitf6106324eb71905df9b832eb973a08a1f45fa5af (patch)
treeea9f79e6757ce4912de7fdb75382aacb93c94916 /pyproject.toml
parentaf6713e8df0194bf2d293fa83d7ed5d6acaf7cb8 (diff)
chore(deps): update dependency simple-term-menu to v1.6.3 (#2208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8ef14bf4..19320338 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,7 +19,7 @@ classifiers = [
]
dependencies = [
"pyparted==3.12.0",
- "simple-term-menu==1.6.2",
+ "simple-term-menu==1.6.3",
]
[project.urls]