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 6006968 commit 7bcb5f7Copy full SHA for 7bcb5f7
pyproject.toml
@@ -18,7 +18,7 @@ classifiers = [
18
"Programming Language :: Python :: 3.13",
19
]
20
dependencies = [
21
- "ebdamame>=0.4.1",
+ "ebdamame>=0.4.2",
22
"rebdhuhn>=0.14.6",
23
"cattrs",
24
"click",
requirements.txt
@@ -25,7 +25,7 @@ click==8.1.8
25
# ebdamame
26
colorama==0.4.6
27
# via click
28
-ebdamame==0.4.1
+ebdamame==0.4.2
29
# via ebd-toolchain (pyproject.toml)
30
idna==3.10
31
# via requests
0 commit comments