Skip to content

Commit 55e7d93

Browse files
authored
Apply suggestions from code review
1 parent 36c1d1a commit 55e7d93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ project_urls =
2929
packages = find:
3030
install_requires =
3131
click
32-
pytask>=0.0.9
32+
pytask>=0.1.0
3333
python_requires = >=3.6
3434
include_package_data = True
3535
package_dir = =src

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ conda_channels =
1313
conda-forge
1414
nodefaults
1515
conda_deps =
16-
pytask >=0.0.9
16+
pytask >=0.1.0
1717
pytest
1818
pytest-cov
1919
pytest-xdist

0 commit comments

Comments
 (0)