diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pyproject.toml b/pyproject.toml index ef3c6f5e..71bed100 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,26 +7,26 @@ license = "MIT" [tool.poetry.dependencies] python = "3.10.*" -django = "4.1.4" +django = "4.1.5" django-environ = "0.9.0" django-filter = "22.1" djangorestframework = "3.14.0" psycopg2-binary = "2.9.5" django-simple-bulma = "2.5.0" -whitenoise = "6.2.0" -httpx = "0.23.1" +whitenoise = "6.3.0" +httpx = "0.23.3" pyyaml = "6.0" gunicorn = "20.1.0" -sentry-sdk = "1.12.1" +sentry-sdk = "1.13.0" markdown = "3.4.1" python-frontmatter = "1.0.0" django-prometheus = "2.2.0" django-distill = "3.0.2" PyJWT = {version = "2.6.0", extras = ["crypto"]} -pymdown-extensions = "9.9" +pymdown-extensions = "9.9.1" [tool.poetry.dev-dependencies] -coverage = "7.0.1" +coverage = "7.0.5" flake8 = "6.0.0" flake8-annotations = "2.9.1" flake8-bandit = "4.1.1" @@ -38,7 +38,7 @@ flake8-string-format = "0.3.0" flake8-todo = "0.7" pep8-naming = "0.13.3" pre-commit = "2.21.0" -pyfakefs = "5.0.0" +pyfakefs = "5.1.0" taskipy = "1.10.3" python-dotenv = "0.21.0" |