Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 58680ff

Browse files
authored
Merge pull request #177 from your-tools/docopt-ng
Replace docopt with docopt-ng
2 parents 6fc8ba4 + 6bf599c commit 58680ff

24 files changed

+13
-12
lines changed

poetry.lock

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Issues = "https://github.com/dmerejkowsky/tbump/issues"
1818
# Note: keep this in sync with .github/workflows/tests.yml
1919
python = "^3.9"
2020

21-
docopt = "^0.6.2"
2221
cli-ui = ">=0.10.3"
22+
docopt-ng = "^0.9"
23+
packaging = "^24.0"
2324
schema = "^0.7.1"
2425
tomlkit = "^0.11"
25-
packaging = "^24.0"
2626

2727
[tool.poetry.group.dev.dependencies]
2828
# Task runner
@@ -38,9 +38,9 @@ black = "^24.3"
3838
flake8 = "7.1"
3939
flake8-bugbear = "^24.12"
4040
flake8-comprehensions = "^3.16"
41-
pep8-naming = "^0.14"
4241
isort = "^5.13"
4342
mypy = "1.13"
43+
pep8-naming = "^0.14"
4444

4545
[tool.poetry.scripts]
4646
tbump = "tbump.cli:main"

0 commit comments

Comments
 (0)