diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index a34a8a4e..bfb51044 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ rapidfuzz = "2.13.7" arrow = "1.2.3" beautifulsoup4 = "4.11.2" pillow = "9.4.0" -sentry-sdk = "1.15.0" +sentry-sdk = "1.16.0" PyYAML = "6.0" emojis = "0.7.0" coloredlogs = "15.0.1" @@ -37,8 +37,8 @@ flake8-todo = "0.7" flake8-isort = "6.0.0" pep8-naming = "0.13.3" pip-licenses = "4.0.3" -pre-commit = "3.1.0" -python-dotenv = "0.21.1" +pre-commit = "3.1.1" +python-dotenv = "1.0.0" taskipy = "1.10.3" [tool.taskipy.tasks] |