Skip to content

Commit eba263b

Browse files
authored
Update sentry-sdk to 2.50.0 (#6300)
1 parent a851ef7 commit eba263b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/requirements/production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ psycopg[c]==3.3.2 # https://github.com/psycopg/psycopg
88
Collectfasta==3.3.3 # https://github.com/jasongi/collectfasta
99
{%- endif %}
1010
{%- if cookiecutter.use_sentry == "y" %}
11-
sentry-sdk==2.49.0 # https://github.com/getsentry/sentry-python
11+
sentry-sdk==2.50.0 # https://github.com/getsentry/sentry-python
1212
{%- endif %}
1313
{%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %}
1414
hiredis==3.3.0 # https://github.com/redis/hiredis-py

0 commit comments

Comments
 (0)