lgc-NB2Dev / YetAnotherPicSearch

Yet another picture search plugin for nonebot2
GNU General Public License v3.0
104 stars 9 forks source link

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

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cachetools ^5.3.2 -> ^5.3.3 age adoption passing confidence dependencies patch
httpx (changelog) ^0.25.2 -> ^0.27.0 age adoption passing confidence dependencies minor
lxml (source, changelog) ^4.9.3 -> ^4.9.4 age adoption passing confidence dependencies patch
nonebot-adapter-onebot (source) ^2.4.1 -> ^2.4.2 age adoption passing confidence dependencies patch
nonebot2 (source, changelog) ^2.2.0 -> ^2.2.1 age adoption passing confidence dependencies patch
pypa/gh-action-pypi-publish v1.8.11 -> v1.8.14 age adoption passing confidence action patch

Release Notes

tkem/cachetools (cachetools) ### [`v5.3.3`](https://togithub.com/tkem/cachetools/blob/HEAD/CHANGELOG.rst#v533-2024-02-26) [Compare Source](https://togithub.com/tkem/cachetools/compare/v5.3.2...v5.3.3) \=================== - Documentation improvements. - Update CI environment.
encode/httpx (httpx) ### [`v0.27.0`](https://togithub.com/encode/httpx/blob/HEAD/CHANGELOG.md#0270-21st-February-2024) [Compare Source](https://togithub.com/encode/httpx/compare/0.26.0...0.27.0) ##### Deprecated - The `app=...` shortcut has been deprecated. Use the explicit style of `transport=httpx.WSGITransport()` or `transport=httpx.ASGITransport()` instead. ##### Fixed - Respect the `http1` argument while configuring proxy transports. ([#​3023](https://togithub.com/encode/httpx/issues/3023)) - Fix RFC 2069 mode digest authentication. ([#​3045](https://togithub.com/encode/httpx/issues/3045)) ### [`v0.26.0`](https://togithub.com/encode/httpx/blob/HEAD/CHANGELOG.md#0260-20th-December-2023) [Compare Source](https://togithub.com/encode/httpx/compare/0.25.2...0.26.0) ##### Added - The `proxy` argument was added. You should use the `proxy` argument instead of the deprecated `proxies`, or use `mounts=` for more complex configurations. ([#​2879](https://togithub.com/encode/httpx/issues/2879)) ##### Deprecated - The `proxies` argument is now deprecated. It will still continue to work, but it will be removed in the future. ([#​2879](https://togithub.com/encode/httpx/issues/2879)) ##### Fixed - Fix cases of double escaping of URL path components. Allow / as a safe character in the query portion. ([#​2990](https://togithub.com/encode/httpx/issues/2990)) - Handle `NO_PROXY` envvar cases when a fully qualified URL is supplied as the value. ([#​2741](https://togithub.com/encode/httpx/issues/2741)) - Allow URLs where username or password contains unescaped '@​'. ([#​2986](https://togithub.com/encode/httpx/issues/2986)) - Ensure ASGI `raw_path` does not include URL query component. ([#​2999](https://togithub.com/encode/httpx/issues/2999)) - Ensure `Response.iter_text()` cannot yield empty strings. ([#​2998](https://togithub.com/encode/httpx/issues/2998))
lxml/lxml (lxml) ### [`v4.9.4`](https://togithub.com/lxml/lxml/blob/HEAD/CHANGES.txt#494-2023-12-19) [Compare Source](https://togithub.com/lxml/lxml/compare/lxml-4.9.3...lxml-4.9.4) \================== ## Bugs fixed - [LP#2046398](https://togithub.com/LP/lxml/issues/2046398): Inserting/replacing an ancestor into a node's children could loop indefinitely. - [LP#1980767](https://togithub.com/LP/lxml/issues/1980767), [GH#379](https://togithub.com/GH/lxml/issues/379): `TreeBuilder.close()` could fail with a `TypeError` after parsing incorrect input. Original patch by Enrico Minack. - [LP#1522052](https://togithub.com/LP/lxml/issues/1522052): A file-system specific test is now optional and should no longer fail on systems that don't support it. ## Other changes - Wheels include zlib 1.3, libxml2 2.10.3 and libxslt 1.1.39 (zlib 1.2.12, libxml2 2.10.3 and libxslt 1.1.37 on Windows). - Built with Cython 0.29.37.
nonebot/adapter-onebot (nonebot-adapter-onebot) ### [`v2.4.2`](https://togithub.com/nonebot/adapter-onebot/releases/tag/v2.4.2): Release 2.4.2 [Compare Source](https://togithub.com/nonebot/adapter-onebot/compare/v2.4.1...v2.4.2) #### What's Changed - Fix: 配置项无法使用字段名填写 by [@​yanyongyu](https://togithub.com/yanyongyu) in [https://github.com/nonebot/adapter-onebot/pull/96](https://togithub.com/nonebot/adapter-onebot/pull/96) - Fix: 消息段数据采用 str 存储 by [@​yanyongyu](https://togithub.com/yanyongyu) in [https://github.com/nonebot/adapter-onebot/pull/97](https://togithub.com/nonebot/adapter-onebot/pull/97) **Full Changelog**: https://github.com/nonebot/adapter-onebot/compare/v2.4.1...v2.4.2
nonebot/nonebot2 (nonebot2) ### [`v2.2.1`](https://togithub.com/nonebot/nonebot2/releases/tag/v2.2.1): 🌈🥣⚪ [Compare Source](https://togithub.com/nonebot/nonebot2/compare/v2.2.0...v2.2.1) ##### 🚀 新功能 - Feature: 优化 pydantic 兼容函数 `model_dump` 和 `type_validate_json` [@​MingxuanGame](https://togithub.com/MingxuanGame) ([#​2579](https://togithub.com/nonebot/nonebot2/pull/2579)) ##### 🐛 Bug 修复 - Fix: 修改遗漏的过时 Pydantic 方法 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​2577](https://togithub.com/nonebot/nonebot2/pull/2577)) - Fix: `Message.__contains__()` 未考虑 `bool(MessageSegment)` 存在 False 情况导致的异常结果 [@​lgc2333](https://togithub.com/lgc2333) ([#​2572](https://togithub.com/nonebot/nonebot2/pull/2572)) ##### 📝 文档 - Docs: 更新 Session Expire Timeout​ 文档 [@​MingxuanGame](https://togithub.com/MingxuanGame) ([#​2585](https://togithub.com/nonebot/nonebot2/pull/2585)) - Docs: 添加适配器测试注意事项 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​2570](https://togithub.com/nonebot/nonebot2/pull/2570)) ##### 💫 杂项 - Plugin: 修改 phigros 相关内容 [@​XTxiaoting14332](https://togithub.com/XTxiaoting14332) ([#​2578](https://togithub.com/nonebot/nonebot2/pull/2578)) ##### 🍻 插件发布 - Plugin: 运行状态 [@​noneflow](https://togithub.com/noneflow) ([#​2587](https://togithub.com/nonebot/nonebot2/pull/2587)) - Plugin: nonebot-plugin-bf1marneserverlist [@​noneflow](https://togithub.com/noneflow) ([#​2584](https://togithub.com/nonebot/nonebot2/pull/2584)) - Plugin: splatoon3游戏nso查询 [@​noneflow](https://togithub.com/noneflow) ([#​2576](https://togithub.com/nonebot/nonebot2/pull/2576)) - Plugin: Chikari_yinpa [@​noneflow](https://togithub.com/noneflow) ([#​2573](https://togithub.com/nonebot/nonebot2/pull/2573))
pypa/gh-action-pypi-publish (pypa/gh-action-pypi-publish) ### [`v1.8.14`](https://togithub.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.14) [Compare Source](https://togithub.com/pypa/gh-action-pypi-publish/compare/v1.8.13...v1.8.14) #### 🛠️ Internal Dependencies Nothing changed feature-wise. The only notable update is that the underlying container runtime now uses Python 3.12 and pip has been updated to v24.0 there. This is should go unnoticed in terms of behavior. It's just a bit of maintenance burden to be done occasionally by [@​webknjaz](https://togithub.com/webknjaz)[💰](https://togithub.com/sponsors/webknjaz). *Enjoy!* **🪞 Full Diff**: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.13...v1.8.14 **🧔‍♂️ Release Manager:** [@​webknjaz 🇺🇦](https://togithub.com/sponsors/webknjaz) ### [`v1.8.13`](https://togithub.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.13) [Compare Source](https://togithub.com/pypa/gh-action-pypi-publish/compare/v1.8.12...v1.8.13) #### 🐛 What's Fixed This action is now able to consume and publish distribution packages with `Metadata-Version: 2.3` embedded. #### 🛠️ Internal Dependencies [@​SigureMo](https://togithub.com/SigureMo)[💰](https://togithub.com/sponsors/SigureMo) sent us a bump of `pkginfo` version to version 1.10.0 in [#​219](https://togithub.com/pypa/gh-action-pypi-publish/issues/219). It's a transitive dependency for us and is not an API-level change but upgrading it has a side effect of letting Twine recognize distribution packages [declaring `Metadata-Version: 2.3`](https://packaging.python.org/en/latest/specifications/core-metadata/). In particular, it is known to affect distributions built with `Maturin >= 1.5.0`. Following that, [@​webknjaz](https://togithub.com/webknjaz)[💰](https://togithub.com/sponsors/webknjaz) upgraded other transitive and direct dependency pins, including, among others, the following notable bumps: - `cryptography == 42.0.5` - `id == 1.3.0` - `readme-renderer == 43.0` - `Twine == 5.0.0` #### 💪 New Contributors [@​SigureMo](https://togithub.com/SigureMo) made their first contribution in [https://github.com/pypa/gh-action-pypi-publish/pull/219](https://togithub.com/pypa/gh-action-pypi-publish/pull/219) **🪞 Full Diff**: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.12...v1.8.13 **🧔‍♂️ Release Manager:** [@​webknjaz 🇺🇦](https://togithub.com/sponsors/webknjaz) ### [`v1.8.12`](https://togithub.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.12) [Compare Source](https://togithub.com/pypa/gh-action-pypi-publish/compare/v1.8.11...v1.8.12) #### 💅 Cosmetic Output Improvements [@​woodruffw](https://togithub.com/woodruffw)[💰](https://togithub.com/sponsors/woodruffw) replaced the notice annotations with simplified debug messages related to authentication methanism selection via [#​196](https://togithub.com/pypa/gh-action-pypi-publish/issues/196). The also improved the error clarity during OIDC exchange on PRs from forks via [#​203](https://togithub.com/pypa/gh-action-pypi-publish/issues/203). #### 📝 What's Documented [@​virtuald](https://togithub.com/virtuald)[💰](https://togithub.com/sponsors/virtuald) updated the docs and pointer messages were updated to mention that reusable workflows aren't supported right now in [#​186](https://togithub.com/pypa/gh-action-pypi-publish/issues/186) and [@​xuanzhi33](https://togithub.com/xuanzhi33)[💰](https://togithub.com/sponsors/xuanzhi33) later corrected the markdown syntax there via [#​216](https://togithub.com/pypa/gh-action-pypi-publish/issues/216). #### 🛠️ Internal Dependencies - pre-commit linters got autoupdated @​ [#​204](https://togithub.com/pypa/gh-action-pypi-publish/issues/204) - Cryptography was bumped from 41.0.6 to 42.0.4 @​ [#​210](https://togithub.com/pypa/gh-action-pypi-publish/issues/210), [#​213](https://togithub.com/pypa/gh-action-pypi-publish/issues/213) and [#​214](https://togithub.com/pypa/gh-action-pypi-publish/issues/214) #### ⚙️ Secret Stuff [@​woodruffw](https://togithub.com/woodruffw) proactively updated the OIDC minting API endpoint used during the exchange via [#​206](https://togithub.com/pypa/gh-action-pypi-publish/issues/206). Nothing you should be too concerned about, promise! #### 💪 New Contributors - [@​virtuald](https://togithub.com/virtuald) made their first contribution in [https://github.com/pypa/gh-action-pypi-publish/pull/186](https://togithub.com/pypa/gh-action-pypi-publish/pull/186) - [@​xuanzhi33](https://togithub.com/xuanzhi33) made their first contribution in [https://github.com/pypa/gh-action-pypi-publish/pull/216](https://togithub.com/pypa/gh-action-pypi-publish/pull/216) **🪞 Full Diff**: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.11...v1.8.12 **:man_beard: Release Manager:** [@​webknjaz 🇺🇦](https://togithub.com/sponsors/webknjaz)

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.