diff options
| author | 2021-08-28 00:09:28 +0200 | |
|---|---|---|
| committer | 2021-08-28 00:09:28 +0200 | |
| commit | 384d5b4b6b945e1aac3e1dbf82c1faa81cebbcf4 (patch) | |
| tree | 93cf85cfc50245404a005848e7a3461100a58c68 /pyproject.toml | |
| parent | CI: check for dependency licenses (diff) | |
Upgrade pip-licenses to 5.3.2
Thanks to https://github.com/raimon49/pip-licenses/pull/109, we are now able to ignore spaces around the allow-only parameter. Rejoice!
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 865fa1d3f..23cbba19b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ flake8-todo = "~=0.7" pep8-naming = "~=0.9" pre-commit = "~=2.1" taskipy = "~=1.7.0" -pip-licenses = "~=3.5.1" +pip-licenses = "~=3.5.2" python-dotenv = "~=0.17.1" pytest = "~=6.2.4" pytest-cov = "~=2.12.1" |