Skip to content

Commit 205f475

Browse files
update python-toon dependency name
1 parent 2cb7f7c commit 205f475

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ pip-tools
77
pre-commit
88
pylint
99
pytest-cov
10-
toon-python
10+
python-toon
1111
mcp==1.9.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ tomli==2.4.0
185185
# pytest
186186
tomlkit==0.14.0
187187
# via pylint
188-
toon-python==0.1.2
188+
python-toon==0.1.2
189189
# via
190190
# -r requirements.in
191191
# cloudsmith-cli (setup.py)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def get_long_description():
5757
"cloudsmith-api>=2.0.24,<3.0", # Compatible upto (but excluding) 3.0+
5858
"keyring>=25.4.1",
5959
"mcp==1.9.1",
60-
"toon-python==0.1.2",
60+
"python-toon==0.1.2",
6161
"requests>=2.18.4",
6262
"requests_toolbelt>=1.0.0",
6363
"semver>=2.7.9",

0 commit comments

Comments
 (0)