diff options
author | 2022-10-27 13:08:19 +0400 | |
---|---|---|
committer | 2022-10-27 13:09:44 +0400 | |
commit | fd18808faa8c32176b59722fbe5464531b17a9c9 (patch) | |
tree | 05d9b48fc389d626c3094abbac677c5353d378d9 /pyproject.toml | |
parent | Merge branch 'main' into bot-tags (diff) | |
parent | Merge pull request #784 from python-discord/dependabot/pip/sentry-sdk-1.10.1 (diff) |
Merge branch 'main' into bot-tags
Signed-off-by: Hassan Abouelela <[email protected]>
# Conflicts:
# poetry.lock
# pyproject.toml
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml index faec6a2e..fe34745f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,18 +11,18 @@ django = "4.1.2" django-environ = "0.9.0" django-filter = "22.1" djangorestframework = "3.14.0" -psycopg2-binary = "2.9.4" +psycopg2-binary = "2.9.5" django-simple-bulma = "2.5.0" whitenoise = "6.2.0" httpx = "0.23.0" pyyaml = "6.0" gunicorn = "20.1.0" -sentry-sdk = "1.9.10" +sentry-sdk = "1.10.1" markdown = "3.4.1" python-frontmatter = "1.0.0" django-prometheus = "2.2.0" django-distill = "3.0.1" -PyJWT = {version = "2.5.0", extras = ["crypto"]} +PyJWT = {version = "2.6.0", extras = ["crypto"]} pymdown-extensions = "9.7" [tool.poetry.dev-dependencies] @@ -30,7 +30,7 @@ coverage = "6.5.0" flake8 = "5.0.4" flake8-annotations = "2.9.1" flake8-bandit = "4.1.1" -flake8-bugbear = "22.9.23" +flake8-bugbear = "22.10.25" flake8-docstrings = "1.6.0" flake8-import-order = "0.18.1" flake8-tidy-imports = "4.8.0" |