Skip to content

Commit ffd6200

Browse files
committed
Dependencies: Update to docopt-ng
1 parent 82aef43 commit ffd6200

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ in progress
88
- Updated to grafana-client 4.0.0.
99
- OCI: Removed builds for linux/arm/v7
1010
- Dependencies: Use ``verlib2`` instead of ``packaging``
11+
- Dependencies: Updated to ``docopt-ng``
1112

1213
2024-03-07 0.18.0
1314
=================

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Core
1313
"six",
1414
'dataclasses; python_version<"3.7"',
15-
"docopt>=0.6.2,<0.7",
15+
"docopt-ng>=0.6.2,<0.10",
1616
"munch>=2.5.0,<5",
1717
"tqdm>=4.60.0,<5",
1818
"verlib2==0.2.0",

0 commit comments

Comments
 (0)