diff options
| author | 2023-05-24 14:58:57 -0500 | |
|---|---|---|
| committer | 2023-05-24 14:58:57 -0500 | |
| commit | e152da92071a655e4363ad6e0c1aee04f615e74f (patch) | |
| tree | 311960a1570da3658473a0792d85b5807582caf9 /pyproject.toml | |
| parent | Merge branch 'main' into undeprecate-bookmark (diff) | |
| parent | Bump pre-commit from 3.3.1 to 3.3.2 (#1280) (diff) | |
Merge branch 'python-discord:main' into undeprecate-bookmark
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] |