File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ sphinx = "*"
57
57
aafigure = " >=0.6"
58
58
pillow = " *"
59
59
furo = " *"
60
- gp-libs = " 0.0.1a10 "
60
+ gp-libs = " 0.0.1a12 "
61
61
sphinx-autobuild = " *"
62
62
sphinx-autodoc-typehints = " *"
63
63
sphinx-click = " *"
@@ -66,14 +66,14 @@ sphinxext-opengraph = "*"
66
66
sphinx-copybutton = " *"
67
67
sphinxext-rediraffe = " *"
68
68
myst_parser = " *"
69
- docutils = " ~0.18.0 "
69
+ docutils = " * "
70
70
71
71
# ## Testing ###
72
72
pytest = " *"
73
73
pytest-rerunfailures = " *"
74
74
pytest-mock = " *"
75
75
pytest-cov = " *"
76
- pytest-watcher = " ^0.2.3 "
76
+ pytest-watcher = " * "
77
77
78
78
# ## Coverage ###
79
79
codecov = " *"
@@ -85,11 +85,11 @@ isort = "*"
85
85
86
86
# ## Lint ###
87
87
flake8 = " *"
88
- flake8-bugbear = " ^22.8.23 "
88
+ flake8-bugbear = " * "
89
89
flake8-comprehensions = " *"
90
90
mypy = " *"
91
- types-colorama = " ^0.4.15 "
92
- types-docutils = " ^0.19.0 "
91
+ types-colorama = " * "
92
+ types-docutils = " * "
93
93
94
94
[tool .poetry .extras ]
95
95
docs = [
You can’t perform that action at this time.
0 commit comments