Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 28 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Tracker = "https://github.com/oxsecurity/MaskerLogger/issues"
packages = [{include = "maskerlogger"}]

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
pytest = "^9.0.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Pytest Upgrade: Major Version Mismatch

The PR claims to bump pytest to version 8.4.2, but the actual change updates it to ^9.0.0. This major version mismatch skips version 8.x entirely and may introduce breaking changes that weren't accounted for in the PR review. The version constraint should match the intended upgrade described in the PR title and description.

Fix in Cursor Fix in Web

pytest-cov = "^4.1.0"
ruff = "^0.1.0"
pre-commit = "^3.5.0"
Expand Down