-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Bump sentry-sdk from 1.12.1 to 1.13.0 #14852
Conversation
@dependabot recreate |
62bb8c8
to
30842a4
Compare
Going to have to wait for #14860 to land and then |
@dependabot rebase |
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.12.1 to 1.13.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.12.1...1.13.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
30842a4
to
fd36a53
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks safe. I don't think there's anything interesting here for us except maybe Add support for byterray and memoryview built-in types
.
@@ -1643,7 +1643,7 @@ files = [ | |||
cffi = ">=1.4.1" | |||
|
|||
[package.extras] | |||
docs = ["sphinx (>=1.6.5)", "sphinx_rtd_theme"] | |||
docs = ["sphinx (>=1.6.5)", "sphinx-rtd-theme"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any idea why poetry seems to fight with itself about how to form this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It smells a bit like (#14079). Would guess this is related to a change in Poetry 1.2.2.
Fix an issue where the names of extras were not normalized according to PEP 685 (python-poetry/poetry#6541).
python-poetry/poetry#6541 and python-poetry/poetry-core#476
I'm surprised that dependabot has done this, but me running poetry lock --no-update
locally in #14860 didn't.
Bumps sentry-sdk from 1.12.1 to 1.13.0.
Release notes
Sourced from sentry-sdk's releases.
Changelog
Sourced from sentry-sdk's changelog.
Commits
c5d25db
Added Starlite usage to changelog.4fea13f
release: 1.13.0c6d7b67
fix(serializer): Add support forbyterray
andmemoryview
built-in types (...20c25f2
Feat: add Starlite integration (#1748)23f1d07
Added Python 3.11 to test suite (#1795)dd8bfe3
Update test/linting dependencies (#1801)b300b10
ref(profiling): Remove sample buffer from profiler (#1791)2f67f12
Auto publish to internal pypi on release (#1823)2f916d3
perf(profiling): Performance tweaks to profile sampler (#1789)dfb04f5
Add span for Django SimpleTemplateResponse rendering (#1818)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)