kitUIN / PicImageSearch

整合图片识别 API,用于以图搜源 / Aggregator for Reverse Image Search API
https://pic-image-search.kituin.fun/
MIT License
385 stars 46 forks source link

chore(deps): update all non-major dependencies #63

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action patch v3.5.0 -> v3.5.2 age adoption passing confidence
httpx (changelog) dependencies minor ^0.23.3 -> ^0.24.0 age adoption passing confidence
loguru (changelog) dev-dependencies minor ^0.6.0 -> ^0.7.0 age adoption passing confidence

Release Notes

actions/checkout ### [`v3.5.2`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v352) [Compare Source](https://togithub.com/actions/checkout/compare/v3.5.1...v3.5.2) - [Fix api endpoint for GHES](https://togithub.com/actions/checkout/pull/1289) ### [`v3.5.1`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v351) [Compare Source](https://togithub.com/actions/checkout/compare/v3.5.0...v3.5.1) - [Fix slow checkout on Windows](https://togithub.com/actions/checkout/pull/1246)
encode/httpx ### [`v0.24.0`](https://togithub.com/encode/httpx/blob/HEAD/CHANGELOG.md#​0240-6th-April-2023) [Compare Source](https://togithub.com/encode/httpx/compare/0.23.3...0.24.0) ##### Changed - The logging behaviour has been changed to be more in-line with other standard Python logging usages. We no longer have a custom `TRACE` log level, and we no longer use the `HTTPX_LOG_LEVEL` environment variable to auto-configure logging. We now have a significant amount of `DEBUG` logging available at the network level. Full documentation is available at https://www.python-httpx.org/logging/ ([#​2547](https://togithub.com/encode/httpx/issues/2547), [encode/httpcore#​648](https://togithub.com/encode/httpcore/issues/648)) - The `Response.iter_lines()` method now matches the stdlib behaviour and does not include the newline characters. It also resolves a performance issue. ([#​2423](https://togithub.com/encode/httpx/issues/2423)) - Query parameter encoding switches from using + for spaces and %2F for forward slash, to instead using %20 for spaces and treating forward slash as a safe, unescaped character. This differs from `requests`, but is in line with browser behavior in Chrome, Safari, and Firefox. Both options are RFC valid. ([#​2543](https://togithub.com/encode/httpx/issues/2543)) - NetRC authentication is no longer automatically handled, but is instead supported by an explicit `httpx.NetRCAuth()` authentication class. See the documentation at https://www.python-httpx.org/advanced/#netrc-support ([#​2525](https://togithub.com/encode/httpx/issues/2525)) ##### Removed - The `rfc3986` dependancy has been removed. ([#​2252](https://togithub.com/encode/httpx/issues/2252))
Delgan/loguru ### [`v0.7.0`](https://togithub.com/Delgan/loguru/blob/HEAD/CHANGELOG.rst#​070-2023-04-10) [Compare Source](https://togithub.com/Delgan/loguru/compare/0.6.0...0.7.0) \===================== - Update `InterceptHandler` recipe to make it compatible with Python 3.11 (`#​654 `\_). - Add a new `watch` optional argument to file sinks in order to automatically re-create possibly deleted or changed file (`#​471 `\_). - Make `patch()` calls cumulative instead of overriding the possibly existing patching function (`#​462 `\_). - Make sinks added with `enqueue=True` and `catch=False` still process logged messages in case of internal exception (`#​833 `\_). - Avoid possible deadlocks caused by re-using the logger inside a sink, a signal handler or a `__del__` method. Since the logger is not re-entrant, such misuse will be detected and will now generate a `RuntimeError` (`#​712 `*, thanks `@jacksmith15 `*). - Fix file sink rotation using an aware `datetime.time` for which the timezone was ignored (`#​697 `\_). - Fix logs colorization not automatically enabled for Jupyter Notebook and Google Colab (`#​494 `\_). - Fix logs colorization not automatically enabled for Github Actions and others CI platforms (`#​604 `\_). - Fix `logger.complete()` possibly hanging forever when `enqueue=True` and `catch=False` if internal thread killed due to `Exception` raised by sink (`#​647 `\_). - Fix incompatibility with `freezegun` library used to simulate time (`#​600 `\_). - Raise exception if `logger.catch()` is used to wrap a class instead of a function to avoid unexpected behavior (`#​623 `\_).

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.