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 4b8eb54 commit f4b082fCopy full SHA for f4b082f
pyproject.toml
@@ -18,8 +18,8 @@ classifiers = [
18
"Programming Language :: Python :: 3.13",
19
]
20
dependencies = [
21
- "ebdamame>=0.4.2",
22
- "rebdhuhn>=0.17.1",
+ "ebdamame>=0.5.1",
+ "rebdhuhn>=0.17.2",
23
"cattrs",
24
"click",
25
"pydantic-settings"
requirements.txt
@@ -25,7 +25,7 @@ click==8.2.0
# ebdamame
26
colorama==0.4.6
27
# via click
28
-ebdamame==0.5.0
+ebdamame==0.5.1
29
# via ebd-toolchain (pyproject.toml)
30
idna==3.10
31
# via requests
@@ -48,7 +48,7 @@ python-docx==1.1.2
48
# via ebdamame
49
python-dotenv==1.1.0
50
# via pydantic-settings
51
-rebdhuhn==0.17.1
+rebdhuhn==0.17.2
52
# via
53
# ebd-toolchain (pyproject.toml)
54
0 commit comments