Skip to content

Commit

Permalink
Update sentry-sdk from 0.19.0 to 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Oct 19, 2020
1 parent 27b0052 commit 3d87a42
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 @@ psycopg2==2.8.6 # https://github.com/psycopg/psycopg2
Collectfast==2.2.0 # https://github.com/antonagestam/collectfast
{%- endif %}
{%- if cookiecutter.use_sentry == "y" %}
sentry-sdk==0.19.0 # https://github.com/getsentry/sentry-python
sentry-sdk==0.19.1 # https://github.com/getsentry/sentry-python
{%- endif %}
{%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %}
hiredis==1.1.0 # https://github.com/redis/hiredis-py
Expand Down

0 comments on commit 3d87a42

Please sign in to comment.