diff options
| author | 2022-11-19 20:19:26 +0400 | |
|---|---|---|
| committer | 2022-11-19 20:19:26 +0400 | |
| commit | 42a8e91d1aac7aaede18deb0778f3be3db60ee49 (patch) | |
| tree | 0cf84c325ebd52df51f08855d45e1daa1de020fc /pyproject.toml | |
| parent | Fix error when invoking manage.py with no commands (diff) | |
| parent | Merge pull request #797 from python-discord/dependabot/pip/sentry-sdk-1.11.0 (diff) | |
Merge branch 'main' into fix-manage-py-no-args
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 595ea33e..79f2ecc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ whitenoise = "6.2.0" httpx = "0.23.0" pyyaml = "6.0" gunicorn = "20.1.0" -sentry-sdk = "1.10.1" +sentry-sdk = "1.11.0" markdown = "3.4.1" python-frontmatter = "1.0.0" django-prometheus = "2.2.0" |