Skip to content

Commit

Permalink
Merge pull request #144 from gm3dmo/fixsentry
Browse files Browse the repository at this point in the history
fix sentry maybe?
  • Loading branch information
gm3dmo authored Dec 27, 2023
2 parents 95c461d + 86f9053 commit 40e8392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ django-extensions
django-htmx
django-storages
pytest-django
sentry-sdk
sentry-sdk==1.39.1
pytest-cov # used to generate coverage report
flake8 # used to check code style
black # used to format code
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pytest-django==4.5.2
# via -r requirements.in
requests==2.31.0
# via folium
sentry-sdk==1.31.0
sentry-sdk==1.39.1
# via -r requirements.in
six==1.16.0
# via asttokens
Expand Down

0 comments on commit 40e8392

Please sign in to comment.