We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f9cc5 commit 315dc33Copy full SHA for 315dc33
pkg/pyproject.toml
@@ -15,12 +15,12 @@ namespaces = true
15
16
# ----------------------------------------- Project Metadata -------------------------------------
17
[project]
18
-version = "0.0.0.dev48"
+version = "0.0.0.dev49"
19
name = "PyShellMan"
20
requires-python = ">=3.10"
21
dependencies = [
22
"rich >= 13.5",
23
- "MDit == 0.0.0.dev58",
24
- "ExceptionMan == 0.0.0.dev58",
+ "MDit == 0.0.0.dev59",
+ "ExceptionMan == 0.0.0.dev59",
25
"ANSI-SGR == 0.0.0.dev10",
26
]
pkg/requirements.txt
@@ -1,4 +1,4 @@
1
rich >= 13.5
2
-MDit == 0.0.0.dev58
3
-ExceptionMan == 0.0.0.dev58
+MDit == 0.0.0.dev59
+ExceptionMan == 0.0.0.dev59
4
ANSI-SGR == 0.0.0.dev10
0 commit comments