Skip to content

chore(deps-dev): update pytest-recording requirement from >=0.13 to >=0.13.4#127

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pytest-recording-gte-0.13.4
Open

chore(deps-dev): update pytest-recording requirement from >=0.13 to >=0.13.4#127
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pytest-recording-gte-0.13.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on pytest-recording to permit the latest version.

Release notes

Sourced from pytest-recording's releases.

Release 0.13.4

Fixed

  • AttributeError on Windows. #174
Changelog

Sourced from pytest-recording's changelog.

0.13.4_ - 2025-04-24

  • AttributeError on Windows. [#174](https://github.com/kiwicom/pytest-recording/issues/174)_

0.13.3_ - 2025-04-24

  • Limit generated cassette names to prevent OSError. [#172](https://github.com/kiwicom/pytest-recording/issues/172)_

0.13.2_ - 2024-07-09

  • Add lazy loading of VCR to reduce plugin overhead. [#145](https://github.com/kiwicom/pytest-recording/issues/145)_
  • Documentation improvements.

0.13.1_ - 2023-12-07

  • Add support for Python 3.12.
  • Add trove classifier for license.

0.13.0_ - 2023-08-01

  • Drop support for Python 3.5 and 3.6. [#97](https://github.com/kiwicom/pytest-recording/issues/97)_
  • Add support for VCR.py 5.0.0. [#118](https://github.com/kiwicom/pytest-recording/issues/118)_
  • Drop direct dependency on attrs.
  • Build: Switch the build backend to Hatch <https://hatch.pypa.io/>_.

0.12.2_ - 2023-02-16

  • Add support for Python 3.10 and 3.11. [#99](https://github.com/kiwicom/pytest-recording/issues/99)_

0.12.1_ - 2022-06-20

  • Allow block_network.allowed_hosts configuration via vcr_config fixture. [#82](https://github.com/kiwicom/pytest-recording/issues/82)_

0.12.0_ - 2021-07-08

Fixed


- Honor ``record_mode`` set via the ``vcr_config`` fixture or the ``vcr`` mark when ``block_network`` is applied. `[#68](https://github.com/kiwicom/pytest-recording/issues/68)`_

Changed

... (truncated)

Commits
  • c2d2db7 chore: Release 0.13.4
  • cf919c9 test: Run tests on Windows
  • b8b45b7 fix: Use fallback for max filename length on Windows
  • 8a7e19f docs: Update README.rst
  • 3ad7910 chore: Release 0.13.3
  • 9a6e12c docs: Add a note for package maintainers
  • a70532b chore: Revert "test: Disable pretty plugin in pytest"
  • 6b84832 chore(deps): update codecov/codecov-action action to v5.4.2
  • 460a7f9 test: Add long_cassette_name test
  • 9822a50 fix: Check default_cassette to prevent it from being too long.
  • Additional commits viewable in compare view

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)

View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

Updates the requirements on [pytest-recording](https://github.com/kiwicom/pytest-recording) to permit the latest version.
- [Release notes](https://github.com/kiwicom/pytest-recording/releases)
- [Changelog](https://github.com/kiwicom/pytest-recording/blob/master/docs/changelog.rst)
- [Commits](kiwicom/pytest-recording@v0.13.0...v0.13.4)

---
updated-dependencies:
- dependency-name: pytest-recording
  dependency-version: 0.13.4
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github

dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@sonarqubecloud

sonarqubecloud Bot commented Jul 1, 2026

Copy link
Copy Markdown

@YiWang24

YiWang24 commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

🔍 代码审查结果

总体评价: Dependabot 依赖版本更新,低风险变更

维度快照

维度 结论 问题数
安全 0
架构 0
质量 0
性能 0
测试 0

变更分析

变更内容: pyproject.tomlpytest-recording 版本从 >=0.13 更新至 >=0.13.4

影响范围: 仅开发测试依赖,不影响生产代码

版本更新内容 (0.13 → 0.13.4):

  • 0.13.4: 修复 Windows 上的 AttributeError
  • 0.13.3: 限制 cassette 文件名长度防止 OSError
  • 0.13.2: VCR 懒加载、文档改进
  • 0.13.1: 支持 Python 3.12

风险评估

无影响变更 — 纯开发依赖版本更新

✅ 亮点

  1. 小步快跑更新策略: 依赖版本小幅更新 (0.13 → 0.13.4),降低回归风险
  2. 修复已知问题: 新版本包含 Windows 兼容性修复,对跨平台开发友好
  3. CI 已通过: SonarQube Cloud 检查成功,代码质量无退化

结论

风险等级: 低 | 审查置信度: 高 | 结论: 可直接合入 ✅

依赖更新是常规维护,变更简单清晰,无生产代码影响,建议直接合并。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant