Bump the development-version-updates group with 7 updates#252
Merged
github-actions[bot] merged 1 commit intomainfrom Jun 23, 2025
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the development-version-updates group with 7 updates:
7.2.07.3.08.4.08.4.14.26.04.27.06.0.06.1.02.13.02.14.03.3.23.4.02.19.12.19.2Updates
flake8from 7.2.0 to 7.3.0Commits
c48217eRelease 7.3.0f9e0f33Merge pull request #1986 from PyCQA/document-f5426bcdb62document F54270a15b8Merge pull request #1985 from PyCQA/upgrade-deps4941a3eupgrade pyflakes / pycodestyle23e4005Merge pull request #1983 from PyCQA/py314019424badd support for t-strings6b6f3d5Merge pull request #1980 from PyCQA/asottile-patch-18dfa669add rtd sphinx configce34111Merge pull request #1976 from PyCQA/document-f824Updates
pytestfrom 8.4.0 to 8.4.1Release notes
Sourced from pytest's releases.
Commits
8d99211Prepare release version 8.4.15dc5880docs: update pytest.ini addopts example to use separate -p entries (#13529) (...d0c7ed0Reintroduce PytestReturnNotNoneWarning (#13495) (#13527)a1b3a78Fix compatibility with Twisted 25 (#13502) (#13531)4c161abpytester: avoid unraisableexception gc collects in inline runs to speed up te...a86ee09Fix typo in parametrize.rst (#13514) (#13516)1a0581bRemove outdated warning about faulthandler_timeout on Windows (#13492) (#13493)4e631a7Merge pull request #13486 from hosmir/fixtypo (#13487)b49745efix: support TerminalReporter.isatty being called (#13462) (#13483)cc5ceedRELEASING: remove pytest mailing list (#13472) (#13473)Updates
toxfrom 4.26.0 to 4.27.0Release notes
Sourced from tox's releases.
Changelog
Sourced from tox's changelog.
Commits
3eb6376release 4.27.05077e20Improve logging of environment variables (#3543)e243a3a[pre-commit.ci] pre-commit autoupdate (#3546)c5dccb8Fix dependency-group name normalization (#3540)7ed917b[pre-commit.ci] pre-commit autoupdate (#3541)3ad56f0[pre-commit.ci] pre-commit autoupdate (#3538)9918775[pre-commit.ci] pre-commit autoupdate (#3536)b244a59Add security policy (#3535)c04567aFeat: include free_threaded flag in result-json (#3534)Updates
cachetoolsfrom 6.0.0 to 6.1.0Changelog
Sourced from cachetools's changelog.
Commits
bb6d71aRelease v6.1.0.77a9c59Fix #260: Use LFUCache implementation based on Blake Reid's "cacheing" library.b1d4eb2Bump codecov/codecov-action from 5.4.2 to 5.4.3820b154Refactor@cachedmethodunit tests.Updates
pycodestylefrom 2.13.0 to 2.14.0Changelog
Sourced from pycodestyle's changelog.
Commits
814a0d1Release 2.14.08621e31fix false positive with TypeVar defaults with more than one argument292cdd0Merge pull request #1285 from PyCQA/sphinx-config46bc333add sphinx configuration for rtfda986384[pre-commit.ci] pre-commit autoupdatec85e740Merge pull request #1283 from PyCQA/py314ae41b34updates for python 3.1434fc7f0Merge pull request #1280 from PyCQA/pre-commit-ci-update-config7182ac8[pre-commit.ci] auto fixes from pre-commit.com hooks1845a92[pre-commit.ci] pre-commit autoupdateUpdates
pyflakesfrom 3.3.2 to 3.4.0Changelog
Sourced from pyflakes's changelog.
Commits
59ec459Release 3.4.0e5d4ba1updates for python 3.14 (#842)Updates
pygmentsfrom 2.19.1 to 2.19.2Release notes
Sourced from pygments's releases.
Changelog
Sourced from pygments's changelog.
Commits
cfca62ePrepare v2.19.2 release.6688300Disable pyodide (currently broken.)66997c3Update ruff version.94dda77Update CHANGES.26634c8Merge pull request #2882 from thavelick/fix_lua_runaway_regexb6a51ecfix lua regex causing runaway backtracking.edef94dInvestigation for #2839.fb6a00eMerge pull request #2837 from dlazin/sql-cleanupbf7aa23Clean up sql.pyDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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