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