diff options
| author | 2023-01-29 16:10:59 +0000 | |
|---|---|---|
| committer | 2023-01-29 16:10:59 +0000 | |
| commit | 057c60b3afa6c0544d2fcbf520ff8ddccb1af059 (patch) | |
| tree | e95453c5517ed5e41f5453220f09feed8b9bbfac /pyproject.toml | |
| parent | Isolate regex options to capture groups (diff) | |
| parent | Bump sentry-sdk from 1.13.0 to 1.14.0 (#1193) (diff) | |
Merge branch 'main' into holiday-react
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml index 88918e50..3bae939b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ rapidfuzz = "2.13.7" arrow = "1.2.3" beautifulsoup4 = "4.11.1" pillow = "9.4.0" -sentry-sdk = "1.13.0" +sentry-sdk = "1.14.0" PyYAML = "6.0" emojis = "0.7.0" coloredlogs = "15.0.1" @@ -28,8 +28,8 @@ pyjokes = "0.6.0" [tool.poetry.dev-dependencies] flake8 = "6.0.0" -flake8-annotations = "2.9.1" -flake8-bugbear = "22.12.6" +flake8-annotations = "3.0.0" +flake8-bugbear = "23.1.20" flake8-docstrings = "1.6.0" flake8-string-format = "0.3.0" flake8-tidy-imports = "4.8.0" @@ -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 = "2.21.0" -python-dotenv = "0.21.0" +pre-commit = "3.0.1" +python-dotenv = "0.21.1" taskipy = "1.10.3" [tool.taskipy.tasks] |