Conversation
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.3.5. - [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.4.4...8.3.5) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.3.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit cf963a9. Configure here.
| inflection = "^0.5.0" | ||
| mypy = "^1.0" | ||
| pytest = "^7.0" | ||
| pytest = ">=7,<9" |
There was a problem hiding this comment.
pytest-asyncio 0.21 incompatible with pytest 8
High Severity
The pytest 8.x update is incompatible with pytest-asyncio 0.21.x. Async tests in test/test_connection.py fail at collection time with an INTERNALERROR (AttributeError: 'Package' object has no attribute 'obj'). Compatibility with pytest 8.x requires pytest-asyncio 0.23.5+.
Reviewed by Cursor Bugbot for commit cf963a9. Configure here.


Bumps pytest from 7.4.4 to 8.3.5.
Release notes
Sourced from pytest's releases.
... (truncated)
Commits
b55ab2aPrepare release version 8.3.5e217726Added dedicated page about using types with pytest #12842 (#12963) (#13260)2fa3f83Add more resources and studies to flaky tests page in docs (#13250) (#13259)e5c2efeMerge pull request #13256 from webknjaz/maintenance/towncrier-bump (#13258)3419674Merge pull request #13187 from pytest-dev/patchback/backports/8.3.x/b4009b319...b75cfb1Add readline workaround for libedit (#13176)edbfff7doc: Clarify capturing .readouterr() return value (#13222) (#13225)2ebba00Merge pull request #13199 from jakkdl/tox_docs_no_fetch (#13200)eb6496bdoc: Change training to remote only (#13196) (#13197)78cf1f6ci: Bump build-and-inspect-python-package (#13188)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 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)Note
Medium Risk
Medium risk because this is a major
pytestupgrade andpluggyconstraint bump, which can change test discovery/behavior and potentially break CI even though it’s dev-only.Overview
Upgrades the dev dependency on
pytestfrom 7.4.4 to 8.3.5 (and relaxespyproject.tomlto>=7,<9).Regenerates
poetry.lockaccordingly, including bumpingpluggyto 1.5.0/updated constraints and adding azippmarker for older Python versions.Reviewed by Cursor Bugbot for commit cf963a9. Bugbot is set up for automated code reviews on this repo. Configure here.