Skip to content

Bump the dev group across 1 directory with 5 updates#6

Merged
taminomara merged 1 commit intomainfrom
dependabot/pip/dev-0575dd2835
Sep 27, 2025
Merged

Bump the dev group across 1 directory with 5 updates#6
taminomara merged 1 commit intomainfrom
dependabot/pip/dev-0575dd2835

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2025

Bumps the dev group with 5 updates in the / directory:

Package From To
pytest-cov 6.2.1 7.0.0
pyright 1.1.404 1.1.405
pytest-regressions 2.8.1 2.8.3
beautifulsoup4 4.13.4 4.14.0
furo 2025.7.19 2025.9.25

Updates pytest-cov from 6.2.1 to 7.0.0

Changelog

Sourced from pytest-cov's changelog.

7.0.0 (2025-09-09)

  • Dropped support for subprocesses measurement.

    It was a feature added long time ago when coverage lacked a nice way to measure subprocesses created in tests. It relied on a .pth file, there was no way to opt-out and it created bad interations with coverage's new patch system <https://coverage.readthedocs.io/en/latest/config.html#run-patch>_ added in 7.10 <https://coverage.readthedocs.io/en/7.10.6/changes.html#version-7-10-0-2025-07-24>_.

    To migrate to this release you might need to enable the suprocess patch, example for .coveragerc:

    .. code-block:: ini

    [run] patch = subprocess

    This release also requires at least coverage 7.10.6.

  • Switched packaging to have metadata completely in pyproject.toml and use hatchling <https://pypi.org/project/hatchling/>_ for building. Contributed by Ofek Lev in [#551](https://github.com/pytest-dev/pytest-cov/issues/551) <https://github.com/pytest-dev/pytest-cov/pull/551>_ with some extras in [#716](https://github.com/pytest-dev/pytest-cov/issues/716) <https://github.com/pytest-dev/pytest-cov/pull/716>_.

  • Removed some not really necessary testing deps like six.

6.3.0 (2025-09-06)

  • Added support for markdown reports. Contributed by Marcos Boger in [#712](https://github.com/pytest-dev/pytest-cov/issues/712) <https://github.com/pytest-dev/pytest-cov/pull/712>_ and [#714](https://github.com/pytest-dev/pytest-cov/issues/714) <https://github.com/pytest-dev/pytest-cov/pull/714>_.
  • Fixed some formatting issues in docs. Anonymous contribution in [#706](https://github.com/pytest-dev/pytest-cov/issues/706) <https://github.com/pytest-dev/pytest-cov/pull/706>_.
Commits
  • 224d896 Bump version: 6.3.0 → 7.0.0
  • 73424e3 Cleanup the docs a bit.
  • 36f1cc2 Bump pins in template.
  • f299c59 Bump the github-actions group with 2 updates
  • 25f0b2e Update docs/config.rst
  • bb23eac Improve configuration docs
  • a19531e Switch from build/pre-commit to uv/prek - this should make this faster.
  • 82f9993 Update changelog.
  • 211b5cd Fix links.
  • 97aadd7 Update some ci config, reformat and apply some lint fixes.
  • Additional commits viewable in compare view

Updates pyright from 1.1.404 to 1.1.405

Commits

Updates pytest-regressions from 2.8.1 to 2.8.3

Changelog

Sourced from pytest-regressions's changelog.

2.8.3

2025-09-05

  • [#197](https://github.com/ESSS/pytest-regressions/issues/197) <https://github.com/ESSS/pytest-regressions/issues/197>__: Fixed support for pandas.CategoricalDtype, regressed in 2.8.1.

2.8.2

2025-08-13

  • [#200](https://github.com/ESSS/pytest-regressions/issues/200) <https://github.com/ESSS/pytest-regressions/issues/200>__: Reintroduced support for datetime columns in dataframe_regression.
Commits
  • 0915c70 Release 2.8.3
  • 7cd2e54 Fix support for pandas.CategoricalDtype (#205)
  • 1a5a574 Bump pypa/gh-action-pypi-publish in /.github/workflows (#204)
  • 36b9136 Bump actions/checkout from 4 to 5 in the github-actions group (#203)
  • f8da4be Merge pull request #202 from ESSS/release-2.8.2
  • def0ecc Release 2.8.2
  • 4ffdc2e Reintroduce datetime dtype in dataframe regression (#200) (#201)
  • bc0c0cc Bump actions/download-artifact from 4 to 5 in the github-actions group (#198)
  • e5ae5b7 [pre-commit.ci] pre-commit autoupdate (#199)
  • 22360ac Merge pull request #196 from ESSS/release-2.8.1
  • See full diff in compare view

Updates beautifulsoup4 from 4.13.4 to 4.14.0

Updates furo from 2025.7.19 to 2025.9.25

Changelog

Sourced from furo's changelog.

Changelog

2025.09.25 -- Gleaming Green

  • Change the dark mode code back to native.

2025.07.19 -- Frozen Flame

  • ✨ Switch to accessible-pygments themes
  • ✨ Prefetch the sidebar logos
  • ✨ Fix flickering header drop shadow on Safari
  • Add rel=edit attribute to "Edit this page" link/icon
  • Bump NodeJS and npm dependency versions
  • Bump Saas & Webpack major versions
  • Improve current page detection to be resilient to sticky elements above header
  • Modernise Sass and use @use + @forward
  • Remove top of code border-radius with captions
  • Remove "debug printf" for headerTop value
  • Use distinct images for light and dark mode in the documentation
  • Use the modern Saas Modules

2024.08.06 -- Energetic Eminence

  • ✨ Add support for Sphinx 8
  • ✨ Add smoother transitions between breakpoints
  • Increase specificity of table-wrapper selector
  • Avoid page breaks inside paragraphs

2024.07.18 -- Dull Denim

  • Improve how icons are handled and aligned.
  • Improve scroll event handler.
  • Hide the copybutton by default.
  • Fix source_view_link configuration handling.
  • Fix close tag on pencil icon.

2024.05.06 -- Cheerful Cerulean

  • ✨ Add new custom icons for auto mode, reflecting the currently active theme.

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.2.1` | `7.0.0` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.404` | `1.1.405` |
| [pytest-regressions](https://github.com/ESSS/pytest-regressions) | `2.8.1` | `2.8.3` |
| [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.13.4` | `4.14.0` |
| [furo](https://github.com/pradyunsg/furo) | `2025.7.19` | `2025.9.25` |



Updates `pytest-cov` from 6.2.1 to 7.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v6.2.1...v7.0.0)

Updates `pyright` from 1.1.404 to 1.1.405
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.404...v1.1.405)

Updates `pytest-regressions` from 2.8.1 to 2.8.3
- [Release notes](https://github.com/ESSS/pytest-regressions/releases)
- [Changelog](https://github.com/ESSS/pytest-regressions/blob/master/CHANGELOG.rst)
- [Commits](ESSS/pytest-regressions@v2.8.1...v2.8.3)

Updates `beautifulsoup4` from 4.13.4 to 4.14.0

Updates `furo` from 2025.7.19 to 2025.9.25
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](pradyunsg/furo@2025.07.19...2025.09.25)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: pyright
  dependency-version: 1.1.405
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: pytest-regressions
  dependency-version: 2.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: beautifulsoup4
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: furo
  dependency-version: 2025.9.25
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 27, 2025
@github-actions
Copy link

github-actions bot commented Sep 27, 2025

PR Preview Action v1.6.2
Preview removed because the pull request was closed.
2025-09-27 23:35 UTC

@taminomara taminomara merged commit 604e126 into main Sep 27, 2025
7 checks passed
@taminomara taminomara deleted the dependabot/pip/dev-0575dd2835 branch September 27, 2025 23:35
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments