diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 18:30:08 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 18:30:08 +0100 |
commit | 441466579b658a17d82c8c7d7537fc083145c53a (patch) | |
tree | 1566f414de96a06745bd5b253cce551be086ab07 /pyproject.toml | |
parent | 654a764775f82df771902758cd9613f0cb11de46 (diff) |
chore: update security vulnerabilities
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 19723e9..79f98e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ einops = "^0.3.0" gtn = "^0.0.0" sentencepiece = "^0.1.95" pytorch-lightning = "^1.5.9" -Pillow = "^8.1.2" +Pillow = "^9.0.0" madgrad = "^1.0" editdistance = "^0.5.3" torchmetrics = "^0.4.1" @@ -57,6 +57,7 @@ darglint = "^1.8.0" jupyterlab = "^3.0.15" ipywidgets = "^7.6.3" torchinfo = "^1.5.3" +jupyter = "^1.0.0" [tool.coverage.report] fail_under = 50 |