diff options
author | 2021-11-10 11:51:15 +0200 | |
---|---|---|
committer | 2021-11-10 11:51:15 +0200 | |
commit | f39952240fda30f6358ed9a596f680146b47d2ac (patch) | |
tree | c434572dcd5c392209feb60368f41ea8f3265d7b /pyproject.toml | |
parent | Unify infraction embed title (diff) | |
parent | commands: add pip as an alias to pypi (#1942) (diff) |
Merge branch 'main' into infractions-by-command
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 e227ffaa6..563bf4a27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ flake8-isort = "~=4.0" pep8-naming = "~=0.9" pre-commit = "~=2.1" taskipy = "~=1.7.0" -pip-licenses = "~=3.5.2" +pip-licenses = "~=3.5.3" python-dotenv = "~=0.17.1" pytest = "~=6.2.4" pytest-cov = "~=2.12.1" |