Skip to content

deps(deps-dev): bump the python-development group with 3 updates#207

Merged
d3rky merged 1 commit intomainfrom
dependabot/uv/python-development-53e78a02ea
Feb 10, 2026
Merged

deps(deps-dev): bump the python-development group with 3 updates#207
d3rky merged 1 commit intomainfrom
dependabot/uv/python-development-53e78a02ea

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps the python-development group with 3 updates: ipython, pyfakefs and ruff.

Updates ipython from 9.9.0 to 9.10.0

Commits

Updates pyfakefs from 6.0.0 to 6.1.0

Release notes

Sourced from pyfakefs's releases.

pyfakefs release version 6.1.0

  • changes back-link references to weak references
  • minor bugfixes
  • see the release notes for a list of changes
Changelog

Sourced from pyfakefs's changelog.

Version 6.1.0 (2026-02-06)

Changes back-link references to weak references.

Changes

  • added more support for PyPy 3
  • Caution: many back-link references have been replaced by weak references; this may have unwanted consequences (crashes) for some untested workflows

Infrastructure

  • added PyPy 3.11 to CI, added PyPy builds for all OSes
  • use only pyproject.toml for dependencies, moved tox configuration into pyproject.toml

Fixes

  • fixed a problem accessing size from a FakeFileWrapper object (see #1276)
  • fixed a problem with readable raising an error on a file object. (see #1265)
  • avoid memory accumulation in consecutive tests by using weak references (see #1267)
Commits
  • bd589e1 Release 6.1.0
  • 7ca6745 Make FakeFileWrapper.size a property
  • ac6e70b [pre-commit.ci] pre-commit autoupdate
  • f81c397 Replace backlink refs with weakrefs
  • c395cfa [pre-commit.ci] pre-commit autoupdate
  • b49f7f0 Consolidate dependencies
  • 9f6d8bc 1265 iounsupportedoperation file is not open for reading on iotextiowrapper (...
  • 2487a3c [pre-commit.ci] pre-commit autoupdate
  • a3685da Run PyPy tests for all OSes
  • bca6b9f [pre-commit.ci] auto fixes from pre-commit.com hooks
  • Additional commits viewable in compare view

Updates ruff from 0.14.14 to 0.15.0

Release notes

Sourced from ruff's releases.

0.15.0

Release Notes

Released on 2026-02-03.

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

  • Ruff now formats your code according to the 2026 style guide. See the formatter section below or in the blog post for a detailed list of changes.

  • The linter now supports block suppression comments. For example, to suppress N803 for all parameters in this function:

    # ruff: disable[N803]
    def foo(
        legacyArg1,
        legacyArg2,
        legacyArg3,
        legacyArg4,
    ): ...
    # ruff: enable[N803]

    See the documentation for more details.

  • The ruff:alpine Docker image is now based on Alpine 3.23 (up from 3.21).

  • The ruff:debian and ruff:debian-slim Docker images are now based on Debian 13 "Trixie" instead of Debian 12 "Bookworm."

  • Binaries for the ppc64 (64-bit big-endian PowerPC) architecture are no longer included in our releases. It should still be possible to build Ruff manually for this platform, if needed.

  • Ruff now resolves all extended configuration files before falling back on a default Python version.

Stabilization

The following rules have been stabilized and are no longer in preview:

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.0

Released on 2026-02-03.

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

  • Ruff now formats your code according to the 2026 style guide. See the formatter section below or in the blog post for a detailed list of changes.

  • The linter now supports block suppression comments. For example, to suppress N803 for all parameters in this function:

    # ruff: disable[N803]
    def foo(
        legacyArg1,
        legacyArg2,
        legacyArg3,
        legacyArg4,
    ): ...
    # ruff: enable[N803]

    See the documentation for more details.

  • The ruff:alpine Docker image is now based on Alpine 3.23 (up from 3.21).

  • The ruff:debian and ruff:debian-slim Docker images are now based on Debian 13 "Trixie" instead of Debian 12 "Bookworm."

  • Binaries for the ppc64 (64-bit big-endian PowerPC) architecture are no longer included in our releases. It should still be possible to build Ruff manually for this platform, if needed.

  • Ruff now resolves all extended configuration files before falling back on a default Python version.

Stabilization

The following rules have been stabilized and are no longer in preview:

... (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 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Feb 9, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 9, 2026 08:32
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 9, 2026
@dependabot dependabot bot requested review from alephsur and d3rky February 9, 2026 08:32
@dependabot dependabot bot added the python:uv Pull requests that update python:uv code label Feb 9, 2026
Bumps the python-development group with 3 updates: [ipython](https://github.com/ipython/ipython), [pyfakefs](https://github.com/pytest-dev/pyfakefs) and [ruff](https://github.com/astral-sh/ruff).

Updates `ipython` from 9.9.0 to 9.10.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@9.9.0...9.10.0)

Updates `pyfakefs` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/pytest-dev/pyfakefs/releases)
- [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md)
- [Commits](pytest-dev/pyfakefs@v6.0.0...v6.1.0)

Updates `ruff` from 0.14.14 to 0.15.0
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.14.14...0.15.0)

---
updated-dependencies:
- dependency-name: ipython
  dependency-version: 9.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-development
- dependency-name: pyfakefs
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-development
- dependency-name: ruff
  dependency-version: 0.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-development
...

Signed-off-by: dependabot[bot] <support@github.com>
@d3rky d3rky force-pushed the dependabot/uv/python-development-53e78a02ea branch from ac27dad to bdd7ac5 Compare February 10, 2026 11:11
@sonarqubecloud
Copy link

@d3rky d3rky merged commit 1587b9e into main Feb 10, 2026
3 checks passed
@d3rky d3rky deleted the dependabot/uv/python-development-53e78a02ea branch February 10, 2026 11:15
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant