File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ colorama = ">=0.3.9"
64
64
# ## Docs ###
65
65
sphinx = " *"
66
66
furo = " *"
67
- gp-libs = " 0.0.1a10 "
67
+ gp-libs = " 0.0.1a12 "
68
68
sphinx-autobuild = " *"
69
69
sphinx-autodoc-typehints = " *"
70
70
sphinx-click = " *"
@@ -77,7 +77,7 @@ myst_parser = "*"
77
77
# ## Testing ###
78
78
pytest = " *"
79
79
pytest-rerunfailures = " *"
80
- pytest-watcher = " ^0.2.3 "
80
+ pytest-watcher = " * "
81
81
82
82
# ## Coverage ###
83
83
codecov = " *"
@@ -90,14 +90,14 @@ isort = "*"
90
90
91
91
# ## Lint ###
92
92
flake8 = " *"
93
- flake8-bugbear = " ^22.8.23 "
93
+ flake8-bugbear = " * "
94
94
flake8-comprehensions = " *"
95
95
mypy = " *"
96
96
97
97
# ## Lint : Annotations ###
98
- types-requests = " ^2.28.11 "
99
- types-PyYAML = " ^6.0.11 "
100
- types-colorama = " ^0.4.15 "
98
+ types-requests = " * "
99
+ types-PyYAML = " * "
100
+ types-colorama = " * "
101
101
102
102
[tool .poetry .extras ]
103
103
docs = [
You can’t perform that action at this time.
0 commit comments