Skip to content

Commit

Permalink
Bump sentry-sdk from 2.7.1 to 2.8.0 in /{{ cookiecutter.name }}
Browse files Browse the repository at this point in the history
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.7.1...2.8.0)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent ca1f0c1 commit caa6a01
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 5 deletions.
181 changes: 177 additions & 4 deletions {{ cookiecutter.name }}/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion {{ cookiecutter.name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pillow = "^10.1.0"
psycopg2-binary = "^2.9.9"
python = "~3.11"
redis = "^5.0.7"
sentry-sdk = "^2.7.1"
sentry-sdk = "^2.10.0"
whitenoise = "^6.7.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit caa6a01

Please sign in to comment.