diff options
author | 2022-12-29 12:13:01 -0800 | |
---|---|---|
committer | 2022-12-29 12:13:01 -0800 | |
commit | abf7a32699fd6ddbc7c67193f1cacd5463a0f864 (patch) | |
tree | cb07c44edddbd24265d3e73a30e26a14bfaeed1f /pyproject.toml | |
parent | Kaizen: Ensure consistent formatting and wording. (diff) | |
parent | Merge pull request #792 from shtlrs/2304-link-previous-nomination-threads (diff) |
Merge branch 'main' into improve-page-contribution-guide
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 dfc69ac9..ef3c6f5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,16 +17,16 @@ whitenoise = "6.2.0" httpx = "0.23.1" pyyaml = "6.0" gunicorn = "20.1.0" -sentry-sdk = "1.11.1" +sentry-sdk = "1.12.1" markdown = "3.4.1" python-frontmatter = "1.0.0" django-prometheus = "2.2.0" -django-distill = "3.0.1" +django-distill = "3.0.2" PyJWT = {version = "2.6.0", extras = ["crypto"]} pymdown-extensions = "9.9" [tool.poetry.dev-dependencies] -coverage = "6.5.0" +coverage = "7.0.1" flake8 = "6.0.0" flake8-annotations = "2.9.1" flake8-bandit = "4.1.1" @@ -36,8 +36,8 @@ flake8-import-order = "0.18.2" flake8-tidy-imports = "4.8.0" flake8-string-format = "0.3.0" flake8-todo = "0.7" -pep8-naming = "0.13.2" -pre-commit = "2.20.0" +pep8-naming = "0.13.3" +pre-commit = "2.21.0" pyfakefs = "5.0.0" taskipy = "1.10.3" python-dotenv = "0.21.0" |