-
Notifications
You must be signed in to change notification settings - Fork 64
build(deps-dev): Update pytest requirement from <9.0,>=7.2 to >=7.2,<10.0 #175
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
Merged
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
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.2.0...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Owner
|
@dependabot merge
…On Sun, Jan 25, 2026 at 8:34 PM dependabot[bot] ***@***.***> wrote:
Updates the requirements on pytest <https://github.com/pytest-dev/pytest>
to permit the latest version.
Release notes
*Sourced from pytest's releases
<https://github.com/pytest-dev/pytest/releases>.*
9.0.2 pytest 9.0.2 (2025-12-06) Bug fixes
-
#13896 <https://redirect.github.com/pytest-dev/pytest/issues/13896>:
The terminal progress feature added in pytest 9.0.0 has been disabled by
default, except on Windows, due to compatibility issues with some terminal
emulators.
You may enable it again by passing -p terminalprogress. We may enable
it by default again once compatibility improves in the future.
Additionally, when the environment variable TERM is dumb, the escape
codes are no longer emitted, even if the plugin is enabled.
-
#13904 <https://redirect.github.com/pytest-dev/pytest/issues/13904>:
Fixed the TOML type of the tmp_path_retention_count settings in the
API reference from number to string.
-
#13946 <https://redirect.github.com/pytest-dev/pytest/issues/13946>:
The private config.inicfg attribute was changed in a breaking manner
in pytest 9.0.0. Due to its usage in the ecosystem, it is now restored to
working order using a compatibility shim. It will be deprecated in pytest
9.1 and removed in pytest 10.
-
#13965 <https://redirect.github.com/pytest-dev/pytest/issues/13965>:
Fixed quadratic-time behavior when handling unittest subtests in
Python 3.10.
Improved documentation
- #4492 <https://redirect.github.com/pytest-dev/pytest/issues/4492>:
The API Reference now contains cross-reference-able documentation of pytest's
command-line flags <command-line-flags>.
Commits
- 3d10b51
<pytest-dev/pytest@3d10b51>
Prepare release version 9.0.2
- 188750b
<pytest-dev/pytest@188750b>
Merge pull request #14030
<https://redirect.github.com/pytest-dev/pytest/issues/14030> from
pytest-dev/patchback/backports/9.0.x/1e4b01d1f...
- b7d7bef
<pytest-dev/pytest@b7d7bef>
Merge pull request #14014
<https://redirect.github.com/pytest-dev/pytest/issues/14014> from
bluetech/compat-note
- bd08e85
<pytest-dev/pytest@bd08e85>
Merge pull request #14013
<https://redirect.github.com/pytest-dev/pytest/issues/14013> from
pytest-dev/patchback/backports/9.0.x/922b60377...
- bc78386
<pytest-dev/pytest@bc78386>
Add CLI options reference documentation (#13930
<https://redirect.github.com/pytest-dev/pytest/issues/13930>)
- 5a4e398
<pytest-dev/pytest@5a4e398>
Fix docs typo (#14005
<https://redirect.github.com/pytest-dev/pytest/issues/14005>) (#14008
<https://redirect.github.com/pytest-dev/pytest/issues/14008>)
- d7ae6df
<pytest-dev/pytest@d7ae6df>
Merge pull request #14006
<https://redirect.github.com/pytest-dev/pytest/issues/14006> from
pytest-dev/maintenance/update-plugin-list-tmpl...
- 556f6a2
<pytest-dev/pytest@556f6a2>
pre-commit: fix rst-lint after new release (#13999
<https://redirect.github.com/pytest-dev/pytest/issues/13999>) (#14001
<https://redirect.github.com/pytest-dev/pytest/issues/14001>)
- c60fbe6
<pytest-dev/pytest@c60fbe6>
Fix quadratic-time behavior when handling unittest subtests in Python
3.10 ...
- 73d9b01
<pytest-dev/pytest@73d9b01>
Merge pull request #13995
<https://redirect.github.com/pytest-dev/pytest/issues/13995> from
nicoddemus/patchback/backports/9.0.x/1b5200c0f...
- Additional commits viewable in compare view
<pytest-dev/pytest@7.2.0...9.0.2>
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 this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#175
Commit Summary
- 416f059
<416f059>
build(deps-dev): Update pytest requirement
File Changes
(1 file <https://github.com/beaufour/flickr-download/pull/175/files>)
- *M* pyproject.toml
<https://github.com/beaufour/flickr-download/pull/175/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711>
(4)
Patch Links:
- https://github.com/beaufour/flickr-download/pull/175.patch
- https://github.com/beaufour/flickr-download/pull/175.diff
—
Reply to this email directly, view it on GitHub
<#175>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB2POP7UXWDBND6WUG3SSL4IVVI5AVCNFSM6AAAAACS3KZZNKVHI2DSMVQWIX3LMV43ASLTON2WKOZTHA2TIMJZGAZDGMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Contributor
Author
|
Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details. |
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
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.
Updates the requirements on pytest to permit the latest version.
Release notes
Sourced from pytest's releases.
Commits
3d10b51Prepare release version 9.0.2188750bMerge pull request #14030 from pytest-dev/patchback/backports/9.0.x/1e4b01d1f...b7d7befMerge pull request #14014 from bluetech/compat-notebd08e85Merge pull request #14013 from pytest-dev/patchback/backports/9.0.x/922b60377...bc78386Add CLI options reference documentation (#13930)5a4e398Fix docs typo (#14005) (#14008)d7ae6dfMerge pull request #14006 from pytest-dev/maintenance/update-plugin-list-tmpl...556f6a2pre-commit: fix rst-lint after new release (#13999) (#14001)c60fbe6Fix quadratic-time behavior when handlingunittestsubtests in Python 3.10 ...73d9b01Merge pull request #13995 from nicoddemus/patchback/backports/9.0.x/1b5200c0f...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 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)