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 #151

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Scrapy (source) ==2.9.0 -> ==2.10.1 age adoption passing confidence
alembic (source, changelog) ==1.11.1 -> ==1.12.0 age adoption passing confidence
autopep8 ==2.0.2 -> ==2.0.4 age adoption passing confidence
psycopg2-binary (source, changelog) ==2.9.6 -> ==2.9.7 age adoption passing confidence
sentry-sdk (changelog) ==1.29.0 -> ==1.30.0 age adoption passing confidence

Release Notes

scrapy/scrapy (Scrapy) ### [`v2.10.1`](https://togithub.com/scrapy/scrapy/releases/tag/2.10.1) [Compare Source](https://togithub.com/scrapy/scrapy/compare/2.10.0...2.10.1) Marked `Twisted >= 23.8.0` as unsupported. ### [`v2.10.0`](https://togithub.com/scrapy/scrapy/releases/tag/2.10.0) [Compare Source](https://togithub.com/scrapy/scrapy/compare/2.9.0...2.10.0) - Added Python 3.12 support, dropped Python 3.7 support. - The new add-ons framework simplifies configuring 3rd-party components that support it. - Exceptions to retry can now be configured. - Many fixes and improvements for feed exports. [See the full changelog.](https://docs.scrapy.org/en/2.10/news.html#scrapy-2-10-0-2023-08-04)
hhatto/autopep8 (autopep8) ### [`v2.0.4`](https://togithub.com/hhatto/autopep8/releases/tag/v2.0.4) [Compare Source](https://togithub.com/hhatto/autopep8/compare/v2.0.3...v2.0.4) #### What's Changed - Paugier fix pycodestyle missing whitespace by [@​hhatto](https://togithub.com/hhatto) in [https://github.com/hhatto/autopep8/pull/704](https://togithub.com/hhatto/autopep8/pull/704) - Try to fix an AttributeError related to pycodestyle 2.11.0 by [@​paugier](https://togithub.com/paugier) in [https://github.com/hhatto/autopep8/pull/699](https://togithub.com/hhatto/autopep8/pull/699) #### New Contributors - [@​paugier](https://togithub.com/paugier) made their first contribution in [https://github.com/hhatto/autopep8/pull/699](https://togithub.com/hhatto/autopep8/pull/699) **Full Changelog**: https://github.com/hhatto/autopep8/compare/v2.0.3...v2.0.4 ### [`v2.0.3`](https://togithub.com/hhatto/autopep8/releases/tag/v2.0.3) [Compare Source](https://togithub.com/hhatto/autopep8/compare/v2.0.2...v2.0.3) #### What's Changed - add pre-commit configuration by [@​asottile](https://togithub.com/asottile) in [https://github.com/hhatto/autopep8/pull/679](https://togithub.com/hhatto/autopep8/pull/679) - Add pre commit config by [@​hhatto](https://togithub.com/hhatto) in [https://github.com/hhatto/autopep8/pull/681](https://togithub.com/hhatto/autopep8/pull/681) - Version dependent operator whitespace function. by [@​keriksson-rosenqvist](https://togithub.com/keriksson-rosenqvist) in [https://github.com/hhatto/autopep8/pull/696](https://togithub.com/hhatto/autopep8/pull/696) - Update MANIFEST.in by [@​keriksson-rosenqvist](https://togithub.com/keriksson-rosenqvist) in [https://github.com/hhatto/autopep8/pull/693](https://togithub.com/hhatto/autopep8/pull/693) #### New Contributors - [@​keriksson-rosenqvist](https://togithub.com/keriksson-rosenqvist) made their first contribution in [https://github.com/hhatto/autopep8/pull/696](https://togithub.com/hhatto/autopep8/pull/696) **Full Changelog**: https://github.com/hhatto/autopep8/compare/v2.0.2...v2.0.3
psycopg/psycopg2 (psycopg2-binary) ### [`v2.9.7`](https://togithub.com/psycopg/psycopg2/compare/2.9.6...2.9.7) [Compare Source](https://togithub.com/psycopg/psycopg2/compare/2.9.6...2.9.7)
getsentry/sentry-python (sentry-sdk) ### [`v1.30.0`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1300) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/1.29.2...1.30.0) ##### Various fixes & improvements - Officially support Python 3.11 ([#​2300](https://togithub.com/getsentry/sentry-python/issues/2300)) by [@​sentrivana](https://togithub.com/sentrivana) - Context manager monitor ([#​2290](https://togithub.com/getsentry/sentry-python/issues/2290)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - Set response status code in transaction `response` context. ([#​2312](https://togithub.com/getsentry/sentry-python/issues/2312)) by [@​antonpirker](https://togithub.com/antonpirker) - Add missing context kwarg to `_sentry_task_factory` ([#​2267](https://togithub.com/getsentry/sentry-python/issues/2267)) by [@​JohnnyDeuss](https://togithub.com/JohnnyDeuss) - In Postgres take the connection params from the connection ([#​2308](https://togithub.com/getsentry/sentry-python/issues/2308)) by [@​antonpirker](https://togithub.com/antonpirker) - Experimental: Allow using OTel for performance instrumentation ([#​2272](https://togithub.com/getsentry/sentry-python/issues/2272)) by [@​sentrivana](https://togithub.com/sentrivana) This release includes experimental support for replacing Sentry's default performance monitoring solution with one powered by OpenTelemetry without having to do any manual setup. Try it out by installing `pip install sentry-sdk[opentelemetry-experimental]` and then initializing the SDK with: ```python sentry_sdk.init( ``` ### ...your usual options... _experiments={"otel_powered_performance": True}, ) ``` This enables OpenTelemetry performance monitoring support for some of the most popular frameworks and libraries (Flask, Django, FastAPI, requests...). We're looking forward to your feedback! Please let us know about your experience in this discussion: https://github.com/getsentry/sentry/discussions/55023 **Important note:** Please note that this feature is experimental and in a proof-of-concept stage and is not meant for production use. It may be changed or removed at any point. - Enable backpressure handling by default ([#​2298](https://togithub.com/getsentry/sentry-python/issues/2298)) by [@​sl0thentr0py](https://togithub.com/sl0thentr0py) The SDK now dynamically downsamples transactions to reduce backpressure in high throughput systems. It starts a new `Monitor` thread to perform some health checks which decide to downsample (halved each time) in 10 second intervals till the system is healthy again. To disable this behavior, use: ```python sentry_sdk.init( ``` ### ...your usual options... enable_backpressure_handling=False, ) ``` If your system serves heavy load, please let us know how this feature works for you! - Stop recording spans for internal web requests to Sentry ([#​2297](https://togithub.com/getsentry/sentry-python/issues/2297)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - Add test for `ThreadPoolExecutor` ([#​2259](https://togithub.com/getsentry/sentry-python/issues/2259)) by [@​gggritso](https://togithub.com/gggritso) - Add docstrings for `Scope.update_from_*` ([#​2311](https://togithub.com/getsentry/sentry-python/issues/2311)) by [@​sentrivana](https://togithub.com/sentrivana) - Moved `is_sentry_url` to utils ([#​2304](https://togithub.com/getsentry/sentry-python/issues/2304)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - Fix: arq attribute error on settings, support worker args ([#​2260](https://togithub.com/getsentry/sentry-python/issues/2260)) by [@​rossmacarthur](https://togithub.com/rossmacarthur) - Fix: Exceptions include detail property for their value ([#​2193](https://togithub.com/getsentry/sentry-python/issues/2193)) by [@​nicolassanmar](https://togithub.com/nicolassanmar) - build(deps): bump mypy from 1.4.1 to 1.5.1 ([#​2319](https://togithub.com/getsentry/sentry-python/issues/2319)) by [@​dependabot](https://togithub.com/dependabot) - build(deps): bump sphinx from 7.1.2 to 7.2.4 ([#​2322](https://togithub.com/getsentry/sentry-python/issues/2322)) by [@​dependabot](https://togithub.com/dependabot) - build(deps): bump sphinx from 7.0.1 to 7.1.2 ([#​2296](https://togithub.com/getsentry/sentry-python/issues/2296)) by [@​dependabot](https://togithub.com/dependabot) - build(deps): bump checkouts/data-schemas from `1b85152` to `ebc77d3` ([#​2254](https://togithub.com/getsentry/sentry-python/issues/2254)) by [@​dependabot](https://togithub.com/dependabot) ### [`v1.29.2`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1292) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/1.29.1...1.29.2) ##### Various fixes & improvements - Revert GraphQL integration ([#​2287](https://togithub.com/getsentry/sentry-python/issues/2287)) by [@​sentrivana](https://togithub.com/sentrivana) ### [`v1.29.1`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1291) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/1.29.0...1.29.1) ##### Various fixes & improvements - Fix GraphQL integration swallowing responses ([#​2286](https://togithub.com/getsentry/sentry-python/issues/2286)) by [@​sentrivana](https://togithub.com/sentrivana) - Fix typo ([#​2283](https://togithub.com/getsentry/sentry-python/issues/2283)) by [@​sentrivana](https://togithub.com/sentrivana)

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.