Skip to content

Commit

Permalink
Update sentry-sdk to 1.38.0 (#4705)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored Nov 29, 2023
1 parent b2a407b commit bf2d3f1
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.13 # https://github.com/psycopg/psycopg
Collectfast==2.2.0 # https://github.com/antonagestam/collectfast
{%- endif %}
{%- if cookiecutter.use_sentry == "y" %}
sentry-sdk==1.37.1 # https://github.com/getsentry/sentry-python
sentry-sdk==1.38.0 # https://github.com/getsentry/sentry-python
{%- endif %}
{%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %}
hiredis==2.2.3 # https://github.com/redis/hiredis-py
Expand Down

0 comments on commit bf2d3f1

Please sign in to comment.