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 ae3b3245..d344c369 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ rapidfuzz = "3.0.0" arrow = "1.2.3" beautifulsoup4 = "4.12.2" pillow = "9.5.0" -sentry-sdk = "1.23.0" +sentry-sdk = "1.23.1" PyYAML = "6.0" emojis = "0.7.0" coloredlogs = "15.0.1" @@ -30,9 +30,9 @@ pydantic = { version = "1.10.7", extras = ["dotenv"]} [tool.poetry.dev-dependencies] isort = "5.12.0" pip-licenses = "4.3.1" -pre-commit = "3.3.1" +pre-commit = "3.3.2" python-dotenv = "1.0.0" -ruff = "0.0.267" +ruff = "0.0.269" taskipy = "1.10.4" [tool.taskipy.tasks] |