Skip to content

Bump the development-version-updates group with 7 updates#252

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/development-version-updates-1920d142e4
Jun 23, 2025
Merged

Bump the development-version-updates group with 7 updates#252
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/development-version-updates-1920d142e4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2025

Bumps the development-version-updates group with 7 updates:

Package From To
flake8 7.2.0 7.3.0
pytest 8.4.0 8.4.1
tox 4.26.0 4.27.0
cachetools 6.0.0 6.1.0
pycodestyle 2.13.0 2.14.0
pyflakes 3.3.2 3.4.0
pygments 2.19.1 2.19.2

Updates flake8 from 7.2.0 to 7.3.0

Commits

Updates pytest from 8.4.0 to 8.4.1

Release notes

Sourced from pytest's releases.

8.4.1

pytest 8.4.1 (2025-06-17)

Bug fixes

  • #13461: Corrected _pytest.terminal.TerminalReporter.isatty to support being called as a method. Before it was just a boolean which could break correct code when using -o log_cli=true).

  • #13477: Reintroduced pytest.PytestReturnNotNoneWarning{.interpreted-text role="class"} which was removed by accident in pytest [8.4]{.title-ref}.

    This warning is raised when a test functions returns a value other than None, which is often a mistake made by beginners.

    See return-not-none{.interpreted-text role="ref"} for more information.

  • #13497: Fixed compatibility with Twisted 25+.

Improved documentation

  • #13492: Fixed outdated warning about faulthandler not working on Windows.
Commits

Updates tox from 4.26.0 to 4.27.0

Release notes

Sourced from tox's releases.

4.27.0

What's Changed

Full Changelog: tox-dev/tox@4.26.0...4.27.0

Changelog

Sourced from tox's changelog.

v4.27.0 (2025-06-17)

Features - 4.27.0

- Add ``free_threaded`` flag to to ``"python"`` entries in json output of ``--result-json``. (:issue:`3534`)

Bugfixes - 4.27.0

  • Fix dependency-group name normalization. (:issue:3539)
  • Improves logging of environment variables by sorting them by key and redacting the values for the ones that are likely to contain secrets. (:issue:3542)
Commits

Updates cachetools from 6.0.0 to 6.1.0

Changelog

Sourced from cachetools's changelog.

v6.1.0 (2025-06-16)

  • Improve LFUCache insertion performance by switching to an implementation based on the cacheing <https://pypi.org/project/cacheing/>_ library.

  • Update CI environment.

Commits

Updates pycodestyle from 2.13.0 to 2.14.0

Changelog

Sourced from pycodestyle's changelog.

2.14.0 (2025-06-20)

Changes:

  • Add support for python 3.14. PR #1283.
  • Fix false positive for TypeVar defaults with more than one argument. PR #1286.
Commits
  • 814a0d1 Release 2.14.0
  • 8621e31 fix false positive with TypeVar defaults with more than one argument
  • 292cdd0 Merge pull request #1285 from PyCQA/sphinx-config
  • 46bc333 add sphinx configuration for rtfd
  • a986384 [pre-commit.ci] pre-commit autoupdate
  • c85e740 Merge pull request #1283 from PyCQA/py314
  • ae41b34 updates for python 3.14
  • 34fc7f0 Merge pull request #1280 from PyCQA/pre-commit-ci-update-config
  • 7182ac8 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 1845a92 [pre-commit.ci] pre-commit autoupdate
  • See full diff in compare view

Updates pyflakes from 3.3.2 to 3.4.0

Changelog

Sourced from pyflakes's changelog.

3.4.0 (2025-06-20)

  • Add support for python 3.14
  • Add "t-string is missing placeholders" error
  • Fix annotation erroneously causing a name to be defined with from __future__ import annotations
  • Add support for always-deferred annotations (PEP 749)
Commits

Updates pygments from 2.19.1 to 2.19.2

Release notes

Sourced from pygments's releases.

2.19.2

  • Lua: Fix regression introduced in 2.19.0 (#2882, #2839)
Changelog

Sourced from pygments's changelog.

Version 2.19.2

(released June 21st, 2025)

  • Lua: Fix regression introduced in 2.19.0 (#2882, #2839)
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 development-version-updates group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [flake8](https://github.com/pycqa/flake8) | `7.2.0` | `7.3.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.4.0` | `8.4.1` |
| [tox](https://github.com/tox-dev/tox) | `4.26.0` | `4.27.0` |
| [cachetools](https://github.com/tkem/cachetools) | `6.0.0` | `6.1.0` |
| [pycodestyle](https://github.com/PyCQA/pycodestyle) | `2.13.0` | `2.14.0` |
| [pyflakes](https://github.com/PyCQA/pyflakes) | `3.3.2` | `3.4.0` |
| [pygments](https://github.com/pygments/pygments) | `2.19.1` | `2.19.2` |


Updates `flake8` from 7.2.0 to 7.3.0
- [Commits](PyCQA/flake8@7.2.0...7.3.0)

Updates `pytest` from 8.4.0 to 8.4.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.4.0...8.4.1)

Updates `tox` from 4.26.0 to 4.27.0
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.26.0...4.27.0)

Updates `cachetools` from 6.0.0 to 6.1.0
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v6.0.0...v6.1.0)

Updates `pycodestyle` from 2.13.0 to 2.14.0
- [Release notes](https://github.com/PyCQA/pycodestyle/releases)
- [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt)
- [Commits](PyCQA/pycodestyle@2.13.0...2.14.0)

Updates `pyflakes` from 3.3.2 to 3.4.0
- [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst)
- [Commits](PyCQA/pyflakes@3.3.2...3.4.0)

Updates `pygments` from 2.19.1 to 2.19.2
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.19.1...2.19.2)

---
updated-dependencies:
- dependency-name: flake8
  dependency-version: 7.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-version-updates
- dependency-name: pytest
  dependency-version: 8.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-version-updates
- dependency-name: tox
  dependency-version: 4.27.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-version-updates
- dependency-name: cachetools
  dependency-version: 6.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: development-version-updates
- dependency-name: pycodestyle
  dependency-version: 2.14.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: development-version-updates
- dependency-name: pyflakes
  dependency-version: 3.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: development-version-updates
- dependency-name: pygments
  dependency-version: 2.19.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-version-updates
...

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 Jun 23, 2025
@github-actions github-actions bot enabled auto-merge June 23, 2025 12:46
@github-actions github-actions bot merged commit fb5eb9e into main Jun 23, 2025
3 of 4 checks passed
@github-actions github-actions bot deleted the dependabot/pip/development-version-updates-1920d142e4 branch June 23, 2025 12:47
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.

0 participants