Skip to content

chore(deps): update dependency nonebot-plugin-htmlrender to >=0.8.1,<0.8.2 - #847

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nonebot-plugins
Closed

chore(deps): update dependency nonebot-plugin-htmlrender to >=0.8.1,<0.8.2#847
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nonebot-plugins

Conversation

@renovate

@renovate renovate Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
nonebot-plugin-htmlrender >=0.7.2,<0.8.0>=0.8.1,<0.8.2 age confidence

Release Notes

kexue-z/nonebot-plugin-htmlrender (nonebot-plugin-htmlrender)

v0.8.1

Compare Source

What's Changed

Full Changelog: kexue-z/nonebot-plugin-htmlrender@v0.7.2...v0.8.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 27, 2026
@codecov

codecov Bot commented Jul 27, 2026

Copy link
Copy Markdown

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
275 1 274 0
View the full list of 1 ❄️ flaky test(s)
tests.plugins.llm.test_data_source::test_model_config_defaults

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.308s run time
app = <nonebug.app.App object at 0x7f01b093bc50>

    def test_model_config_defaults(app: App):
        """模型配置的默认值:model 跟随 name,解析时按格式选取 base_url"""
        from src.plugins.llm.config import ModelConfig, ScopedConfig
    
        chat = ModelConfig(name="deepseek-chat")
        assert chat.model == "deepseek-chat"
        assert chat.capabilities == set()
    
        anthropic = ModelConfig(
            name="claude",
            provider="anthropic",
            model="claude-opus-5",
            capabilities={"vision"},
        )
        assert anthropic.model == "claude-opus-5"
        assert anthropic.capabilities == {"vision"}
    
        config = ScopedConfig(models=[chat, anthropic])
>       assert config.tool_notice_delay == 2.0
E       AssertionError: assert 10.0 == 2.0
E        +  where 10.0 = ScopedConfig(base_url='', api_key='', models=[ModelConfig(name='deepseek-chat', model='deepseek-chat', provider='chat'...ssm_max_image_bytes=10485760, zssm_max_resources=2, tts_base_url='', tts_access_token='', tts_model='', tts_timeout=60).tool_notice_delay

.../plugins/llm/test_data_source.py:97: AssertionError

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@renovate
renovate Bot force-pushed the renovate/nonebot-plugins branch from 9c502ef to d85175c Compare July 30, 2026 05:31
@renovate renovate Bot changed the title chore(deps): update dependency nonebot-plugin-parser to v2.6.7 chore(deps): update nonebot plugins Jul 30, 2026
@renovate
renovate Bot force-pushed the renovate/nonebot-plugins branch 9 times, most recently from bdc87a0 to 1cc7720 Compare August 3, 2026 08:53
@renovate
renovate Bot force-pushed the renovate/nonebot-plugins branch from 1cc7720 to 51a16d9 Compare August 3, 2026 11:04
@renovate renovate Bot changed the title chore(deps): update nonebot plugins chore(deps): update dependency nonebot-plugin-htmlrender to >=0.8.1,<0.8.2 Aug 3, 2026
@he0119 he0119 closed this Aug 3, 2026
@renovate

renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (>=0.8.1,<0.8.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate
renovate Bot deleted the renovate/nonebot-plugins branch August 3, 2026 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant