ngshiheng / burplist

Web crawler for Burplist, a search engine for craft beers in Singapore
https://burplist.com
MIT License
11 stars 5 forks source link

fix(deps): update all non-major dependencies #167

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ipython ==8.23.0 -> ==8.24.0 age adoption passing confidence
mypy (source, changelog) 1.9.0 -> 1.10.0 age adoption passing confidence
sentry-sdk (changelog) ==1.44.0 -> ==1.45.0 age adoption passing confidence

Release Notes

ipython/ipython (ipython) ### [`v8.24.0`](https://togithub.com/ipython/ipython/compare/8.23.0...8.24.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.23.0...8.24.0)
python/mypy (mypy) ### [`v1.10.0`](https://togithub.com/python/mypy/compare/1.9.0...v1.10.0) [Compare Source](https://togithub.com/python/mypy/compare/1.9.0...v1.10.0)
getsentry/sentry-python (sentry-sdk) ### [`v1.45.0`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1450) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/1.44.1...1.45.0) This is the final 1.x release for the forseeable future. Development will continue on the 2.x release line. The first 2.x version will be available in the next few weeks. ##### Various fixes & improvements - Allow to upsert monitors ([#​2929](https://togithub.com/getsentry/sentry-python/issues/2929)) by [@​sentrivana](https://togithub.com/sentrivana) It's now possible to provide `monitor_config` to the `monitor` decorator/context manager directly: ```python from sentry_sdk.crons import monitor ``` ### [`v1.44.1`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1441) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/1.44.0...1.44.1) ##### Various fixes & improvements - Make `monitor` async friendly ([#​2912](https://togithub.com/getsentry/sentry-python/issues/2912)) by [@​sentrivana](https://togithub.com/sentrivana) You can now decorate your async functions with the `monitor` decorator and they will correctly report their duration and completion status. - Fixed `Event | None` runtime `TypeError` ([#​2928](https://togithub.com/getsentry/sentry-python/issues/2928)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex)

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Asia/Singapore, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.