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