Skip to content

Commit

Permalink
Update sentry-sdk to 2.2.1 (cookiecutter#5083)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored May 21, 2024
1 parent 084434c commit 3230a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ psycopg[c]==3.1.19 # https://github.com/psycopg/psycopg
Collectfast==2.2.0 # https://github.com/antonagestam/collectfast
{%- endif %}
{%- if cookiecutter.use_sentry == "y" %}
sentry-sdk==2.2.0 # https://github.com/getsentry/sentry-python
sentry-sdk==2.2.1 # https://github.com/getsentry/sentry-python
{%- endif %}
{%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %}
hiredis==2.3.2 # https://github.com/redis/hiredis-py
Expand Down

0 comments on commit 3230a1c

Please sign in to comment.