Skip to content

Commit

Permalink
Build(deps): bump sentry-sdk from 1.14.0 to 2.8.0 (#418)
Browse files Browse the repository at this point in the history
* Build(deps): bump sentry-sdk from 1.14.0 to 2.8.0

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.14.0 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@1.14.0...2.8.0)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Regenerating requirements.txt file

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Jul 24, 2024
1 parent e7229c4 commit 3486470
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 21 deletions.
49 changes: 31 additions & 18 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ py = "^1.10.0"
pytz = "*"
redis = "4.4.4"
requests = "2.32.2"
sentry-sdk = "1.14.0"
sentry-sdk = "2.8.0"
sqlparse = "0.5.0"
urllib3 = "1.26.19"
werkzeug = "^2.2.3"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ redis==4.4.4 ; python_version >= "3.8" and python_version < "4.0"
requests==2.32.2 ; python_version >= "3.8" and python_version < "4.0"
rjsmin==1.2.2 ; python_version >= "3.8" and python_version < "4.0"
s3transfer==0.7.0 ; python_version >= "3.8" and python_version < "4.0"
sentry-sdk==1.14.0 ; python_version >= "3.8" and python_version < "4.0"
setuptools==70.3.0 ; python_version >= "3.8" and python_version < "4.0"
sentry-sdk==2.8.0 ; python_version >= "3.8" and python_version < "4.0"
setuptools==71.0.3 ; python_version >= "3.8" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.8" and python_version < "4.0"
sqlparse==0.5.0 ; python_version >= "3.8" and python_version < "4.0"
tenacity==8.5.0 ; python_version >= "3.8" and python_version < "4.0"
Expand Down

0 comments on commit 3486470

Please sign in to comment.