Skip to content

Commit

Permalink
Update sentry-sdk to 2.2.0 (#5074)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed May 16, 2024
1 parent f29c1c6 commit 2f9051f
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.1.1 # https://github.com/getsentry/sentry-python
sentry-sdk==2.2.0 # 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 2f9051f

Please sign in to comment.