TheSpaceDevs / spaceflightnewsapi

Spaceflight News API (SNAPI) enables developers to add the latest spaceflight news to their apps.
https://spaceflightnewsapi.net
67 stars 7 forks source link

chore(deps): update dependency sentry-sdk to v1.40.5 #3459

Closed derkweijers closed 8 months ago

derkweijers commented 8 months ago

This PR contains the following updates:

Package Type Update Change
sentry-sdk (changelog) dependencies patch 1.40.3 -> 1.40.5

Release Notes

getsentry/sentry-python ### [`v1.40.5`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#​1405) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/1.40.4...1.40.5) ##### Various fixes & improvements - Deprecate `last_event_id()`. ([#​2749](https://togithub.com/getsentry/sentry-python/issues/2749)) by [@​antonpirker](https://togithub.com/antonpirker) - Warn if uWSGI is set up without proper thread support ([#​2738](https://togithub.com/getsentry/sentry-python/issues/2738)) by [@​sentrivana](https://togithub.com/sentrivana) uWSGI has to be run in threaded mode for the SDK to run properly. If this is not the case, the consequences could range from features not working unexpectedly to uWSGI workers crashing. Please make sure to run uWSGI with both `--enable-threads` and `--py-call-uwsgi-fork-hooks`. - `parsed_url` can be `None` ([#​2734](https://togithub.com/getsentry/sentry-python/issues/2734)) by [@​sentrivana](https://togithub.com/sentrivana) - Python 3.7 is not supported anymore by Lambda, so removed it and added 3.12 ([#​2729](https://togithub.com/getsentry/sentry-python/issues/2729)) by [@​antonpirker](https://togithub.com/antonpirker) ### [`v1.40.4`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#​1404) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/1.40.3...1.40.4) ##### Various fixes & improvements - Only start metrics flusher thread on demand ([#​2727](https://togithub.com/getsentry/sentry-python/issues/2727)) by [@​sentrivana](https://togithub.com/sentrivana) - Bump checkouts/data-schemas from `aa7058c` to `6121fd3` ([#​2724](https://togithub.com/getsentry/sentry-python/issues/2724)) by [@​dependabot](https://togithub.com/dependabot)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.