Skip to content

chore(deps): bump soupsieve from 2.8 to 2.9 - #590

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/soupsieve-2.9
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/soupsieve-2.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 18, 2026

Copy link
Copy Markdown
Contributor

Bumps soupsieve from 2.8 to 2.9.

Release notes

Sourced from soupsieve's releases.

2.9

  • NEW: Drop Python 3.9 support.
  • NEW: Lazy compile selector patterns to improve initial import speed.
  • FIX: Correct :nth-child/:nth-of-type (and -last- variants) for An+B values whose sequence steps onto index 0 or onto the last child (e.g. :nth-child(2n-2), :nth-child(n-1), :nth-child(n+5)), which previously matched the wrong elements or nothing at all (@​gaoflow).
  • FIX: More efficient CSS ID matching (@​kaimandalic).
  • FIX: Fix inefficient trimming of comments and white space (@​kaimandalic).

2.8.4

  • FIX: Fix another inefficient attribute pattern (@​mauriceng98).
  • FIX: Limit total number of selectors processed in a pattern to prevent massive selector requests (@​mauriceng98).

2.8.3

  • FIX: Fix inefficient attribute pattern.

2.8.2

  • FIX: Ensure custom selectors or namespace dictionaries reject non-string keys (@​mundanevision20).
  • FIX: Fix handling of :in-range and :out-of-range with end of year weeks (@​mundanevision20).
  • FIX: Fix a potential infinite loop in the pretty printing debug function (@​mundanevision20).

2.8.1

  • FIX: Changes in tests to accommodate latest Python HTML parser changes.
Commits
  • 8763f91 Format changelog message
  • cf198fc Fix inefficient trimming of comments and white space
  • ce44e49 Merge commit from fork
  • 751c57b Fix :nth-child/:nth-of-type matching for An+B index boundaries (#297)
  • 08e9ede Drop Python 3.9
  • d6e6830 Rework selector mapping
  • d2d1581 Utilize property for accessing lazy regular expression pattern
  • b8701de Build patterns and regexes lazily in css_parser (#296)
  • 28108ab Limit excessive selectors
  • ef18872 Fix test for Windows
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [soupsieve](https://github.com/facelessuser/soupsieve) from 2.8 to 2.9.
- [Release notes](https://github.com/facelessuser/soupsieve/releases)
- [Commits](facelessuser/soupsieve@2.8...2.9)

---
updated-dependencies:
- dependency-name: soupsieve
  dependency-version: '2.9'
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file minor python:uv Pull requests that update python:uv code labels Sep 18, 2026
@codecov

codecov Bot commented Sep 18, 2026

Copy link
Copy Markdown

❌ 8 Tests Failed:

Tests completed Failed Passed Skipped
42 8 34 6
View the top 3 failed test(s) by shortest run time
tests.parsers.test_twitter::test_repost
Stack Traces | 0.03s run time
tests/parsers/test_twitter.py:99: in test_repost
    result = await parser.parse(keyword, searched)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.../nonebot_plugin_parser/parsers/base.py:89: in parse
    return await self._handlers[keyword](self, searched)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.../nonebot_plugin_parser/parsers/twitter.py:63: in _parse
    return await self.parse_by_vxapi(url)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.../nonebot_plugin_parser/parsers/twitter.py:71: in parse_by_vxapi
    response.raise_for_status()
.venv/lib/python3.14.../site-packages/httpx/_models.py:829: in raise_for_status
    raise HTTPStatusError(message, request=request, response=self)
E   httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://api.vxtwitter..../matcha__ore_p/status/2025067664830497203'
E   For more information check: https://developer.mozilla..../HTTP/Status/403
tests.parsers.test_twitter::test_gif
Stack Traces | 0.038s run time
tests/parsers/test_twitter.py:84: in test_gif
    await asyncio.gather(*[parse_gif(url) for url in urls])
tests/parsers/test_twitter.py:75: in parse_gif
    result = await parser.parse(keyword, searched)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.../nonebot_plugin_parser/parsers/base.py:89: in parse
    return await self._handlers[keyword](self, searched)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.../nonebot_plugin_parser/parsers/twitter.py:63: in _parse
    return await self.parse_by_vxapi(url)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.../nonebot_plugin_parser/parsers/twitter.py:71: in parse_by_vxapi
    response.raise_for_status()
.venv/lib/python3.14.../site-packages/httpx/_models.py:829: in raise_for_status
    raise HTTPStatusError(message, request=request, response=self)
E   httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://api.vxtwitter..../Dithmenos9/status/1966798448499286345'
E   For more information check: https://developer.mozilla..../HTTP/Status/403
tests.parsers.test_twitter::test_video
Stack Traces | 0.04s run time
tests/parsers/test_twitter.py:31: in test_video
    await asyncio.gather(*[parse_video(url) for url in urls])
tests/parsers/test_twitter.py:21: in parse_video
    result = await parser.parse(keyword, searched)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.../nonebot_plugin_parser/parsers/base.py:89: in parse
    return await self._handlers[keyword](self, searched)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.../nonebot_plugin_parser/parsers/twitter.py:63: in _parse
    return await self.parse_by_vxapi(url)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.../nonebot_plugin_parser/parsers/twitter.py:71: in parse_by_vxapi
    response.raise_for_status()
.venv/lib/python3.14.../site-packages/httpx/_models.py:829: in raise_for_status
    raise HTTPStatusError(message, request=request, response=self)
E   httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://api.vxtwitter..../Fortnite/status/1904171341735178552'
E   For more information check: https://developer.mozilla..../HTTP/Status/403
tests.parsers.test_twitter::test_img
Stack Traces | 0.153s run time
tests/parsers/test_twitter.py:57: in test_img
    await asyncio.gather(*[parse_img(url) for url in urls])
tests/parsers/test_twitter.py:49: in parse_img
    result = await parser.parse(keyword, searched)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.../nonebot_plugin_parser/parsers/base.py:89: in parse
    return await self._handlers[keyword](self, searched)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.../nonebot_plugin_parser/parsers/twitter.py:63: in _parse
    return await self.parse_by_vxapi(url)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.../nonebot_plugin_parser/parsers/twitter.py:71: in parse_by_vxapi
    response.raise_for_status()
.venv/lib/python3.14.../site-packages/httpx/_models.py:829: in raise_for_status
    raise HTTPStatusError(message, request=request, response=self)
E   httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://api.vxtwitter..../chitose_yoshino/status/1841416254810378314'
E   For more information check: https://developer.mozilla..../HTTP/Status/403
tests.parsers.test_bilibili_need_ck::test_no_audio_video
Stack Traces | 0.386s run time
tests/parsers/test_bilibili_need_ck.py:74: in test_no_audio_video
    video_url, audio_url = await parser.extract_download_urls(bvid="BV1gRjMziELt")
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.../parsers/bilibili/__init__.py:327: in extract_download_urls
    download_url_data = await video.get_download_url(page_index=page_index)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.14............/site-packages/bilibili_api/video.py:492: in get_download_url
    cid = await self.__get_cid_by_index(page_index)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.14............/site-packages/bilibili_api/video.py:410: in __get_cid_by_index
    info = await self.__get_info_cached()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.14............/site-packages/bilibili_api/video.py:311: in __get_info_cached
    return await self.get_info()
           ^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.14............/site-packages/bilibili_api/video.py:247: in get_info
    await Api(**api, credential=self.credential).update_params(**params).result
.venv/lib/python3.14.../bilibili_api/utils/network.py:2393: in result
    return await self.request()
           ^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.14.../bilibili_api/utils/network.py:2385: in request
    raise e
.venv/lib/python3.14.../bilibili_api/utils/network.py:2376: in request
    return await self._request(raw=raw, byte=byte)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.14.../bilibili_api/utils/network.py:2342: in _request
    ret = self._process_response(resp=resp, raw=raw)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.14.../bilibili_api/utils/network.py:2280: in _process_response
    raise NetworkException(resp.code, resp.utf8_text())
E   bilibili_api.exceptions.NetworkException.NetworkException: 网络错误,状态码:412 - <!DOCTYPE html>
E   <html lang="zh-cn">
E   
E   <head>
E       <meta http-equiv="Access-Control-Allow-Origin" content="*" />
E       <meta http-equiv="Page-Enter" content="blendTrans(Duration=0.5)">
E       <meta http-equiv="Page-Exit" content="blendTrans(Duration=0.5)">
E       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
E       <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
E       <meta name="spm_prefix" content="333.937">
E       <title>出错啦! - bilibili.com</title>
E       <link rel="shortcut icon" href="//static.hdslb.com/images/favicon.ico">
E       <script type="text/javascript" src="//s1.hdslb..../js/jquery/jquery1.7.2.min.js"></script>
E       <style>
E           body {
E             margin: 0;
E             padding: 0;
E             width: 100vw;
E             height: 100vh;
E           }
E          .error-container {
E             height: 100%;
E             width: 100%;
E             display: flex;
E             justify-content: center;
E             align-items: center;
E           }
E           .captcha-content {
E             text-align: center;
E           }
E           .txt-wrap {
E             margin-top: 15px;
E             font-size: 12px;
E             line-height: 22px;
E             color: #999;
E             text-align: left;
E           }
E           .txt-item.err-code {
E             font-size: 28px;
E             font-weight: 700;
E             text-align: center;
E             color: #4c93ff;
E             margin-top: 16px;
E           }
E           
E           .captcha-img {
E             width: 160px;
E             height: 160px;
E             margin: auto;
E             background: url('https://i0.hdslb..../jinkela/long/412/%E9%A1%B5%E9%9D%A2%E7%8A%B6%E6%80%81%E5%9B%BE.png') no-repeat center / cover;
E           }
E           .err-text {
E             color: #03a9f4;
E           }
E           .err-default {
E             font-size: 16px;
E             margin-top: 10px;
E           }
E         </style>
E   </head>
E   
E   <body>
E       <noscript>
E             <strong>抱歉!我们需要允许JavaScript才能够正常运行。请打开后重试~</strong>
E             <strong>错误:412</strong>
E         </noscript>
E         <div class="error-container">
E           <div class="captcha-content">
E             <div class="captcha-img"></div>
E             <div class="txt-item err-code">错误号: 412</div>
E             <div class="txt-item err-text"></div>
E             <div class="txt-item err-default">由于触发哔哩哔哩安全风控策略,该次访问请求被拒绝。 
E               <div class="txt-item">The request was rejected because of the bilibili security control policy.</div>
E             </div>
E             <div class="txt-wrap">
E               <div class="txt-item datetime_now"></div>
E               <div class="txt-item user_url"></div>
E               <div class="txt-item user_ip"></div>
E               <div class="txt-item user_id"></div>
E             </div>
E             <div class="check-input">
E                 <div class="title"></div>
E                 <div class="box-pic"></div>
E                 <div class="box"></div>
E                 <div class="state"></div>
E             </div>
E         </div>
E       </div>
E       <script type="text/javascript" charset="utf-8" src="//security.bilibili..../static/js/sha256.min.js"></script>
E       <script type="text/javascript" charset="utf-8" src="//security.bilibili..../static/js/js.cookie.min.js"></script>
E       <script type="text/javascript" charset="utf-8" src="//security.bilibili..../static/js/412.js"></script>
E   </body>
E   </html>。
tests.parsers.test_bilibili_need_ck::test_max_size_video
Stack Traces | 0.39s run time
tests/parsers/test_bilibili_need_ck.py:58: in test_max_size_video
    _, audio_url = await parser.extract_download_urls(bvid=bvid)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.../parsers/bilibili/__init__.py:327: in extract_download_urls
    download_url_data = await video.get_download_url(page_index=page_index)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.14............/site-packages/bilibili_api/video.py:492: in get_download_url
    cid = await self.__get_cid_by_index(page_index)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.14............/site-packages/bilibili_api/video.py:410: in __get_cid_by_index
    info = await self.__get_info_cached()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.14............/site-packages/bilibili_api/video.py:311: in __get_info_cached
    return await self.get_info()
           ^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.14............/site-packages/bilibili_api/video.py:247: in get_info
    await Api(**api, credential=self.credential).update_params(**params).result
.venv/lib/python3.14.../bilibili_api/utils/network.py:2393: in result
    return await self.request()
           ^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.14.../bilibili_api/utils/network.py:2385: in request
    raise e
.venv/lib/python3.14.../bilibili_api/utils/network.py:2376: in request
    return await self._request(raw=raw, byte=byte)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.14.../bilibili_api/utils/network.py:2342: in _request
    ret = self._process_response(resp=resp, raw=raw)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.14.../bilibili_api/utils/network.py:2280: in _process_response
    raise NetworkException(resp.code, resp.utf8_text())
E   bilibili_api.exceptions.NetworkException.NetworkException: 网络错误,状态码:412 - <!DOCTYPE html>
E   <html lang="zh-cn">
E   
E   <head>
E       <meta http-equiv="Access-Control-Allow-Origin" content="*" />
E       <meta http-equiv="Page-Enter" content="blendTrans(Duration=0.5)">
E       <meta http-equiv="Page-Exit" content="blendTrans(Duration=0.5)">
E       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
E       <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
E       <meta name="spm_prefix" content="333.937">
E       <title>出错啦! - bilibili.com</title>
E       <link rel="shortcut icon" href="//static.hdslb.com/images/favicon.ico">
E       <script type="text/javascript" src="//s1.hdslb..../js/jquery/jquery1.7.2.min.js"></script>
E       <style>
E           body {
E             margin: 0;
E             padding: 0;
E             width: 100vw;
E             height: 100vh;
E           }
E          .error-container {
E             height: 100%;
E             width: 100%;
E             display: flex;
E             justify-content: center;
E             align-items: center;
E           }
E           .captcha-content {
E             text-align: center;
E           }
E           .txt-wrap {
E             margin-top: 15px;
E             font-size: 12px;
E             line-height: 22px;
E             color: #999;
E             text-align: left;
E           }
E           .txt-item.err-code {
E             font-size: 28px;
E             font-weight: 700;
E             text-align: center;
E             color: #4c93ff;
E             margin-top: 16px;
E           }
E           
E           .captcha-img {
E             width: 160px;
E             height: 160px;
E             margin: auto;
E             background: url('https://i0.hdslb..../jinkela/long/412/%E9%A1%B5%E9%9D%A2%E7%8A%B6%E6%80%81%E5%9B%BE.png') no-repeat center / cover;
E           }
E           .err-text {
E             color: #03a9f4;
E           }
E           .err-default {
E             font-size: 16px;
E             margin-top: 10px;
E           }
E         </style>
E   </head>
E   
E   <body>
E       <noscript>
E             <strong>抱歉!我们需要允许JavaScript才能够正常运行。请打开后重试~</strong>
E             <strong>错误:412</strong>
E         </noscript>
E         <div class="error-container">
E           <div class="captcha-content">
E             <div class="captcha-img"></div>
E             <div class="txt-item err-code">错误号: 412</div>
E             <div class="txt-item err-text"></div>
E             <div class="txt-item err-default">由于触发哔哩哔哩安全风控策略,该次访问请求被拒绝。 
E               <div class="txt-item">The request was rejected because of the bilibili security control policy.</div>
E             </div>
E             <div class="txt-wrap">
E               <div class="txt-item datetime_now"></div>
E               <div class="txt-item user_url"></div>
E               <div class="txt-item user_ip"></div>
E               <div class="txt-item user_id"></div>
E             </div>
E             <div class="check-input">
E                 <div class="title"></div>
E                 <div class="box-pic"></div>
E                 <div class="box"></div>
E                 <div class="state"></div>
E             </div>
E         </div>
E       </div>
E       <script type="text/javascript" charset="utf-8" src="//security.bilibili..../static/js/sha256.min.js"></script>
E       <script type="text/javascript" charset="utf-8" src="//security.bilibili..../static/js/js.cookie.min.js"></script>
E       <script type="text/javascript" charset="utf-8" src="//security.bilibili..../static/js/412.js"></script>
E   </body>
E   </html>。
tests.parsers.test_bilibili::test_dynamic
Stack Traces | 0.475s run time
tests/parsers/test_bilibili.py:130: in test_dynamic
    await asyncio.gather(*[test_parse_dynamic(dynamic_url) for dynamic_url in dynamic_urls])
tests/parsers/test_bilibili.py:121: in test_parse_dynamic
    result = await parser.parse_dynamic_or_opus(dynamic_id)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.../parsers/bilibili/__init__.py:180: in parse_dynamic_or_opus
    if await dynamic.is_article():
       ^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.14....../site-packages/bilibili_api/dynamic.py:788: in is_article
    await self.get_info()
.venv/lib/python3.14....../site-packages/bilibili_api/dynamic.py:757: in get_info
    await Api(**api, credential=self.credential)
.venv/lib/python3.14.../bilibili_api/utils/network.py:2393: in result
    return await self.request()
           ^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.14.../bilibili_api/utils/network.py:2383: in request
    raise e
.venv/lib/python3.14.../bilibili_api/utils/network.py:2376: in request
    return await self._request(raw=raw, byte=byte)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.14.../bilibili_api/utils/network.py:2342: in _request
    ret = self._process_response(resp=resp, raw=raw)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.14.../bilibili_api/utils/network.py:2312: in _process_response
    raise ResponseCodeException(code, msg, resp_data)
E   bilibili_api.exceptions.ResponseCodeException.ResponseCodeException: 接口返回错误代码:-352,信息:-352。
E   {'code': -352, 'message': '-352', 'ttl': 1}
tests.parsers.test_weibo::test_repost
Stack Traces | 0.67s run time
tests/parsers/test_weibo.py:60: in test_repost
    await asyncio.gather(*[parse_repost(url) for url in urls])
tests/parsers/test_weibo.py:46: in parse_repost
    parse_result = await parser.parse(keyword, searched)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.../nonebot_plugin_parser/parsers/base.py:89: in parse
    return await self._handlers[keyword](self, searched)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.../parsers/weibo/__init__.py:50: in _parse_m_weibo_cn
    return await self.parse_weibo_id(wid)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.../parsers/weibo/__init__.py:193: in parse_weibo_id
    weibo_data = common.decoder.decode(response.content).data
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E   msgspec.ValidationError: Object missing required field `data`

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

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 minor python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants