-
-
Notifications
You must be signed in to change notification settings - Fork 73
build(deps-dev): bump the development-dependencies group across 1 directory with 19 updates #1190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
dependabot
wants to merge
1
commit into
main
from
dependabot/pip/development-dependencies-f729f1f5d7
Closed
build(deps-dev): bump the development-dependencies group across 1 directory with 19 updates #1190
dependabot
wants to merge
1
commit into
main
from
dependabot/pip/development-dependencies-f729f1f5d7
Conversation
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
…ectory with 19 updates Bumps the development-dependencies group with 19 updates in the / directory: | Package | From | To | | --- | --- | --- | | [commitizen](https://github.com/commitizen-tools/commitizen) | `4.4.1` | `4.8.2` | | [mypy](https://github.com/python/mypy) | `1.15.0` | `1.16.0` | | [types-mock](https://github.com/typeshed-internal/stub_uploader) | `5.2.0.20250306` | `5.2.0.20250516` | | [types-pyyaml](https://github.com/typeshed-internal/stub_uploader) | `6.0.12.20250326` | `6.0.12.20250516` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.5` | `8.4.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.0.0` | `6.1.1` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.0` | `3.14.1` | | [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) | `2.3.1` | `2.4.0` | | [setuptools](https://github.com/pypa/setuptools) | `78.1.0` | `80.9.0` | | [argcomplete](https://github.com/kislyuk/argcomplete) | `3.5.3` | `3.6.2` | | [coverage](https://github.com/nedbat/coveragepy) | `7.8.0` | `7.8.2` | | decli | `0.6.2` | `0.6.3` | | [exceptiongroup](https://github.com/agronholm/exceptiongroup) | `1.2.2` | `1.3.0` | | [identify](https://github.com/pre-commit/identify) | `2.6.9` | `2.6.12` | | [mypy-extensions](https://github.com/python/mypy_extensions) | `1.0.0` | `1.1.0` | | [pluggy](https://github.com/pytest-dev/pluggy) | `1.5.0` | `1.6.0` | | [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) | `3.0.50` | `3.0.51` | | [pyflakes](https://github.com/PyCQA/pyflakes) | `3.3.1` | `3.3.2` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.29.3` | `20.31.2` | Updates `commitizen` from 4.4.1 to 4.8.2 - [Release notes](https://github.com/commitizen-tools/commitizen/releases) - [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md) - [Commits](commitizen-tools/commitizen@v4.4.1...v4.8.2) Updates `mypy` from 1.15.0 to 1.16.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.16.0) Updates `types-mock` from 5.2.0.20250306 to 5.2.0.20250516 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `types-pyyaml` from 6.0.12.20250326 to 6.0.12.20250516 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `pytest` from 8.3.5 to 8.4.0 - [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.3.5...8.4.0) Updates `pytest-cov` from 6.0.0 to 6.1.1 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.0.0...v6.1.1) Updates `pytest-mock` from 3.14.0 to 3.14.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.14.0...v3.14.1) Updates `pytest-timeout` from 2.3.1 to 2.4.0 - [Commits](pytest-dev/pytest-timeout@2.3.1...2.4.0) Updates `setuptools` from 78.1.0 to 80.9.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v78.1.0...v80.9.0) Updates `argcomplete` from 3.5.3 to 3.6.2 - [Release notes](https://github.com/kislyuk/argcomplete/releases) - [Changelog](https://github.com/kislyuk/argcomplete/blob/main/Changes.rst) - [Commits](kislyuk/argcomplete@v3.5.3...v3.6.2) Updates `coverage` from 7.8.0 to 7.8.2 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.8.0...7.8.2) Updates `decli` from 0.6.2 to 0.6.3 Updates `exceptiongroup` from 1.2.2 to 1.3.0 - [Release notes](https://github.com/agronholm/exceptiongroup/releases) - [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst) - [Commits](agronholm/exceptiongroup@1.2.2...1.3.0) Updates `identify` from 2.6.9 to 2.6.12 - [Commits](pre-commit/identify@v2.6.9...v2.6.12) Updates `mypy-extensions` from 1.0.0 to 1.1.0 - [Commits](python/mypy_extensions@1.0.0...1.1.0) Updates `pluggy` from 1.5.0 to 1.6.0 - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pluggy@1.5.0...1.6.0) Updates `prompt-toolkit` from 3.0.50 to 3.0.51 - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases) - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/main/CHANGELOG) - [Commits](prompt-toolkit/python-prompt-toolkit@3.0.50...3.0.51) Updates `pyflakes` from 3.3.1 to 3.3.2 - [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst) - [Commits](PyCQA/pyflakes@3.3.1...3.3.2) Updates `virtualenv` from 20.29.3 to 20.31.2 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.29.3...20.31.2) --- updated-dependencies: - dependency-name: commitizen dependency-version: 4.8.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: types-mock dependency-version: 5.2.0.20250516 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: types-pyyaml dependency-version: 6.0.12.20250516 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: pytest-cov dependency-version: 6.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: pytest-mock dependency-version: 3.14.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: pytest-timeout dependency-version: 2.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: setuptools dependency-version: 80.9.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: argcomplete dependency-version: 3.6.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: coverage dependency-version: 7.8.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: decli dependency-version: 0.6.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: exceptiongroup dependency-version: 1.3.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: identify dependency-version: 2.6.12 dependency-type: indirect update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: mypy-extensions dependency-version: 1.1.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: pluggy dependency-version: 1.6.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: prompt-toolkit dependency-version: 3.0.51 dependency-type: indirect update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: pyflakes dependency-version: 3.3.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: virtualenv dependency-version: 20.31.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Looks like these dependencies are no longer updatable, so this is no longer needed. |
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
0 participants
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-dependencies group with 19 updates in the / directory:
4.4.1
4.8.2
1.15.0
1.16.0
5.2.0.20250306
5.2.0.20250516
6.0.12.20250326
6.0.12.20250516
8.3.5
8.4.0
6.0.0
6.1.1
3.14.0
3.14.1
2.3.1
2.4.0
78.1.0
80.9.0
3.5.3
3.6.2
7.8.0
7.8.2
0.6.2
0.6.3
1.2.2
1.3.0
2.6.9
2.6.12
1.0.0
1.1.0
1.5.0
1.6.0
3.0.50
3.0.51
3.3.1
3.3.2
20.29.3
20.31.2
Updates
commitizen
from 4.4.1 to 4.8.2Release notes
Sourced from commitizen's releases.
... (truncated)
Changelog
Sourced from commitizen's changelog.
... (truncated)
Commits
a8094ae
bump: version 4.8.1 → 4.8.27fd6ce3
refactor(check): simplify codefe72043
refactor(check): remove unnecessary variableba57182
bump: version 4.8.0 → 4.8.1d0c2674
refactor(customize): improve code readability10581b3
test(changelog): code cleanup and better type225fd76
bump: version 4.7.2 → 4.8.0dbdfa60
docs(cli/screenshots): update CLI screenshots87873f9
feat(cli): add --tag-format argument to changelog commande3b4465
docs(bug_report): add fallback command if cz version --report is not availableUpdates
mypy
from 1.15.0 to 1.16.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
9e72e96
Update version to 1.16.08fe719f
Add changelog for 1.16 (#19138)2a036e7
Revert "Infer correct types with overloads ofType[Guard | Is]
(#19161)b6da4fc
Allow enum members to have type objects as values (#19160)334469f
[mypyc] Improve documentation of native and non-native classes (#19154)a499d9f
Document --allow-redefinition-new (#19153)96525a2
Merge commit '9e45dadcf6d8dbab36f83d9df94a706c0b4f9207' into release-1.169e45dad
Clear more data in TypeChecker.reset() instead of asserting (#19087)772cd0c
Add --strict-bytes to --strict (#19049)0b65f21
Admit that Final variables are never redefined (#19083)Updates
types-mock
from 5.2.0.20250306 to 5.2.0.20250516Commits
Updates
types-pyyaml
from 6.0.12.20250326 to 6.0.12.20250516Commits
Updates
pytest
from 8.3.5 to 8.4.0Release notes
Sourced from pytest's releases.
... (truncated)
Commits
315b3ae
Prepare release version 8.4.01498ba3
Merge pull request #13467 from pytest-dev/towncrier-createe4389ac
Remove resultlog from the docs (#13465)64b2301
scripts/release: add missingbuild
totowncrier
call4c205cf
testing/plugins_integration: update Django (#13463)4dcbcc9
Merge pull request #13458 from pytest-dev/dup-param-error5293016
Merge pull request #13459 from pytest-dev/pyright-minor-fixes7a48181
Add pyright configuration9fc6db9
pytester: avoid confusingx
self parameter9aa198b
mark/expression: fix self -> clsUpdates
pytest-cov
from 6.0.0 to 6.1.1Changelog
Sourced from pytest-cov's changelog.
Commits
9463242
Bump version: 6.1.0 → 6.1.17f2781b
Update changelog.a59548f
Allow the context plugin to check if the controller is running or not. Fixes ...10f8cde
Bump version: 6.0.0 → 6.1.010b14af
Update changelog.aa57aed
Refactor a bit the internals to be a bit less boilerplatey and have more clar...e760099
Make sure the CLI precision is used when creating report. Fixes #674.44540e1
Remove unnecessary CovFailUnderWarning. Closes #675.204af14
Update changelog.089e7bb
Upgrade ruff.Updates
pytest-mock
from 3.14.0 to 3.14.1Release notes
Sourced from pytest-mock's releases.
Changelog
Sourced from pytest-mock's changelog.
Commits
34dd61a
Release 3.14.1299adb9
Add support for Python 3.14 (#503)f5fcef7
[pre-commit.ci] pre-commit autoupdate (#504)bae64d8
[pre-commit.ci] pre-commit autoupdate (#502)824f334
[pre-commit.ci] pre-commit autoupdate (#501)db1add6
[pre-commit.ci] pre-commit autoupdate (#500)48ac874
[pre-commit.ci] pre-commit autoupdate (#499)fe7ad9a
[pre-commit.ci] pre-commit autoupdate (#498)7857e60
[pre-commit.ci] pre-commit autoupdate (#497)a8b97ea
[pre-commit.ci] pre-commit autoupdate (#496)Updates
pytest-timeout
from 2.3.1 to 2.4.0Commits
ddabc93
Add python 3.13617b1b6
Prepare release2e96621
Change error message to clearly relate it to pytest-timeout (#180)733b26b
Update changelogfa5fd45
Add support sys.monitoring3d41ba8
Update README.rst with pytest-xdist 3.0.2 news935f51c
Add missing Python 3.12 trove classifierUpdates
setuptools
from 78.1.0 to 80.9.0Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
9c4d383
Bump version: 80.8.0 → 80.9.005cb3c8
Merge pull request #5014 from pypa/debt/pkg_resources-deadline3b0bf5b
Adjust ignore9c28cdf
Set a deadline for the removal of pkg_resources later this year (December).a3bfef9
Merge pull request #5013 from DimitriPapadopoulos/ISC64bf9d0
Enforce ruff/flake8-implicit-str-concat rules (ISC)3250c25
Fix broken link in docs (#4947)5ccf50e
Merge pull request #5006 from pypa/feature/remove-more-pkg_resources134e587
Suppress nitpicky typecheck in pyright.0bf2663
Add news fragment.Updates
argcomplete
from 3.5.3 to 3.6.2Release notes
Sourced from argcomplete's releases.
Changelog
Sourced from argcomplete's changelog.
Commits
a0143a9
v3.6.22e5d43e
Reformat file with ruff83d36c5
Revert "zsh: skip repeat Python runs in the same completion run"a70ff6a
v3.6.1d0ab3cc
Fix error when SHELL is not set85cd609
Add homebrew install dir to user fpath on macosaa43bfb
Update shell_integration.py to support spaces in script file path. (#525)86eafb2
Fix completion when wordbreak is first character (#526)bb8d688
Update intersphinx config962a3ed
v3.6.0Updates
coverage
from 7.8.0 to 7.8.2Changelog
Sourced from coverage's changelog.
Commits
51ab2e5
build: have to keep expected dist counts in syncbe7bbf2
docs: sample HTML for 7.8.23cee850
docs: prep for 7.8.239bc6b0
docs: provide more details if the kit matrix is edited.a608fb3
build: add support for Windows arm64 (#1972)2fe6225
build: runtox lint
if actions have changed3d93a78
docs: docs need scriv for making github releases0c443a2
build: bump version to 7.8.2ed98b87
docs: sample HTML for 7.8.1b98bc9b
docs: prep for 7.8.1Updates
decli
from 0.6.2 to 0.6.3Updates
exceptiongroup
from 1.2.2 to 1.3.0Release notes
Sourced from exceptiongroup's releases.
Changelog
Sourced from exceptiongroup's changelog.
... (truncated)
Commits
77fba8a
Added the release version5e153aa
Revert "Migrated test dependencies to dependency groups"5000bfe
Migrated tox configuration to native TOML427220d
Updated pytest options4ca264f
Migrated test dependencies to dependency groups163c3a8
Marked test_exceptions_mutate_original_sequence as xfail on pypy3.11a176574
Always create the exceptions tuple at init and return it from the exceptions ...550b796
Added BaseExceptionGroup.init, following CPython (#142)2a84dfd
Added typevar defaults to (Base)ExceptionGroup (#147)fb9133b
[pre-commit.ci] pre-commit autoupdate (#145)Updates
identify
from 2.6.9 to 2.6.12Commits
51e358d
v2.6.1200310d3
Merge pull request #519 from energyworldnet/feature/msbuilda604a3a
Drop ambiguous .proj extensionbdd2643
v2.6.11d084242
Merge remote-tracking branch 'energyworldnet/feature/xslt'f794709
Merge pull request #518 from pre-commit/mxr-patch-1a8cce72
Identify XSLT files4cf2cc0
Identify common MSBuild files4e55b74
Add support for.sqlfluff
e200468
v2.6.10Updates
mypy-extensions
from 1.0.0 to 1.1.0Commits
70d9435
remove dev from version8d272bb
Switch build-backend to flit_core + use License-Expression for project metada...1b46102
Bump dev version to 1.1.0-dev (#57)400534f
Deprecate mypy_extensions.NoReturn (#56)23fbfa5
Update flake8 to 7.1.1 (#54)9ddbb08
Cleanup tests (#55)6d9c7b7
Move metadata to pyproject + drop Python 3.7 (#53)812066c
[pre-commit.ci] pre-commit autoupdate (#49)9dd6d98
Add support for Python 3.12 (#48)e0c6670
Deprecatemypy_extensions.TypedDict
(#47)Updates
pluggy
from 1.5.0 to 1.6.0Changelog
Sourced from pluggy's changelog.
Commits
fd08ab5
Preparing release 1.6.0c240362
[pre-commit.ci] pre-commit autoupdate (#578)0ceb558
Merge pull request #546 from RonnyPfannschmidt/ronny/hookwrapper-wrap-legacy1f4872e
[pre-commit.ci] auto fixes from pre-commit.com hooks4be0c55
add changelog615c6c5
Merge branch 'main' into hookwrapper-wrap-legacy2acc644
[pre-commit.ci] pre-commit autoupdate (#577)ea5ada0
[pre-commit.ci] pre-commit autoupdate (#576)dfd250b
[pre-commit.ci] pre-commit autoupdate (#575)1e1862f
[pre-commit.ci] pre-commit autoupdate (#574)Updates
prompt-toolkit
from 3.0.50 to 3.0.51Release notes
Sourced from prompt-toolkit's releases.
Changelog
Sourced from prompt-toolkit's changelog.
Commits
d997aab
Release 3.0.5188a011c
Use pyproject.toml instead of setup.py and uv(x) in GitHub workflow. (#1984)68e3c39
Use importlib.metadata to obtain the version in init.py (#1983)75786f6
Fix edge case with leading line ending in 'split_lines'. (#1982)Updates
pyflakes
from 3.3.1 to 3.3.2Changelog
Sourced from pyflakes's changelog.
Commits
78ee531
Release 3.3.29228d60
global / nonlocal can also appear in class bodies (#836)Updates
virtualenv
from 20.29.3 to 20.31.2Release notes
Sourced from virtualenv's releases.
Changelog
Sourced from virtualenv's changelog.
Commits
91cf771
release 20.31.29c4cd8e
Merge pull request #2884 from hroncok/wheel-option-backe9b6ba7
Merge pull request #2882 from pypa/release-20.31.171d6f0a
Update changelog.rst572aa23
release 20.31.1715268e
Merge pull request #2880 from gaborbernat/main472157d
Bump setuptools and pip