Skip to content
Merged
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
10 changes: 5 additions & 5 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 @@ -26,7 +26,7 @@ parameterized = "^0.8.1"
tox = "^3.26.0"
urllib3 = "^1.26.12"
flake8 = "^5"
mock = "^4.0.3"
mock = ">=4.0.3,<6.0.0"
Copy link

Copilot AI Jun 3, 2025

Choose a reason for hiding this comment

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

The lower bound remains at 4.0.3, so projects may still install earlier 4.x versions. To ensure users get the new 5.2.0 release, bump the lower bound to >=5.2.0,<6.0.0.

Suggested change
mock = ">=4.0.3,<6.0.0"
mock = ">=5.2.0,<6.0.0"

Copilot uses AI. Check for mistakes.
responses = ">=0.22,<0.24"
ipdb = "^0.13.13"

Expand Down