Skip to content

Commit 0299f98

Browse files
authored
Update sentry-sdk from 2.21.0 to 2.22.0 (#5692)
1 parent c448ff5 commit 0299f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: {{cookiecutter.project_slug}}/requirements/production.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ psycopg[c]==3.2.4 # https://github.com/psycopg/psycopg
88
Collectfasta==3.2.1 # https://github.com/jasongi/collectfasta
99
{%- endif %}
1010
{%- if cookiecutter.use_sentry == "y" %}
11-
sentry-sdk==2.21.0 # https://github.com/getsentry/sentry-python
11+
sentry-sdk==2.22.0 # https://github.com/getsentry/sentry-python
1212
{%- endif %}
1313
{%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %}
1414
hiredis==3.1.0 # https://github.com/redis/hiredis-py

0 commit comments

Comments
 (0)