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