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 da0a4f7 commit f47f483Copy full SHA for f47f483
pyproject.toml
@@ -15,12 +15,12 @@ namespaces = true
15
16
# ----------------------------------------- Project Metadata -------------------------------------
17
[project]
18
-version = "0.0.0.dev46"
+version = "0.0.0.dev47"
19
name = "PyShellMan"
20
requires-python = ">=3.10"
21
dependencies = [
22
"rich >= 13.5",
23
- "MDit == 0.0.0.dev56",
24
- "ExceptionMan == 0.0.0.dev56",
+ "MDit == 0.0.0.dev57",
+ "ExceptionMan == 0.0.0.dev57",
25
"ANSI-SGR == 0.0.0.dev10",
26
]
requirements.txt
@@ -1,4 +1,4 @@
1
rich >= 13.5
2
-MDit == 0.0.0.dev56
3
-ExceptionMan == 0.0.0.dev56
+MDit == 0.0.0.dev57
+ExceptionMan == 0.0.0.dev57
4
ANSI-SGR == 0.0.0.dev10
0 commit comments