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.43.0 #3494

Closed derkweijers closed 6 months ago

derkweijers commented 6 months ago

This PR contains the following updates:

Package Type Update Change
sentry-sdk (changelog) dependencies minor 1.42.0 -> 1.43.0

Release Notes

getsentry/sentry-python ### [`v1.43.0`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#​1430) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/1.42.0...1.43.0) ##### Various fixes & improvements - Add optional `keep_alive` ([#​2842](https://togithub.com/getsentry/sentry-python/issues/2842)) by [@​sentrivana](https://togithub.com/sentrivana) If you're experiencing frequent network issues between the SDK and Sentry, you can try turning on TCP keep-alive: ```python import sentry_sdk sentry_sdk.init( ``` ### ...your usual settings... keep_alive=True, ) ``` - Add support for Celery Redbeat cron tasks (#​2643) by @​kwigley The SDK now supports the Redbeat scheduler in addition to the default Celery Beat scheduler for auto instrumenting crons. See [the docs](https://docs.sentry.io/platforms/python/integrations/celery/crons/) for more information about how to set this up. - `aws_event` can be an empty list (#​2849) by @​sentrivana - Re-export `Event` in `types.py` (#​2829) by @​szokeasaurusrex - Small API docs improvement (#​2828) by @​antonpirker - Fixed OpenAI tests (#​2834) by @​antonpirker - Bump `checkouts/data-schemas` from `ed078ed` to `8232f17` (#​2832) by @​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.