Skip to content

Commit b5839e2

Browse files
authored
Merge pull request #4921 from cookiecutter/pyup-update-sentry-sdk-1.41.0-to-1.42.0
Update sentry-sdk to 1.42.0
2 parents 523b61a + 93024ca commit b5839e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ psycopg[c]==3.1.18 # https://github.com/psycopg/psycopg
88
Collectfast==2.2.0 # https://github.com/antonagestam/collectfast
99
{%- endif %}
1010
{%- if cookiecutter.use_sentry == "y" %}
11-
sentry-sdk==1.41.0 # https://github.com/getsentry/sentry-python
11+
sentry-sdk==1.42.0 # https://github.com/getsentry/sentry-python
1212
{%- endif %}
1313
{%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %}
1414
hiredis==2.3.2 # https://github.com/redis/hiredis-py

0 commit comments

Comments
 (0)