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
17 changes: 9 additions & 8 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 @@ -24,7 +24,7 @@ pytest = "^7.1.3"
pytest-cov = "^4.0.0"
parameterized = "^0.8.1"
tox = "^3.26.0"
urllib3 = "^1.26.12"
urllib3 = ">=1.26.12,<3.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 updated version constraint now allows versions starting from 1.26.12, which could potentially include versions older than the target 2.0.7 upgrade. Consider updating the lower bound to 2.0.7 if that is the intended minimum version, or provide documentation on why the lower bound remains at 1.26.12.

Copilot uses AI. Check for mistakes.
flake8 = "^5"
mock = ">=4.0.3,<6.0.0"
responses = ">=0.22,<0.24"
Expand Down