Update all pinned dependency versions; fix cffi/cryptography conflict#334
Draft
Copilot wants to merge 2 commits intodependabot/pip/pip-d1091effbffrom
Draft
Update all pinned dependency versions; fix cffi/cryptography conflict#334Copilot wants to merge 2 commits intodependabot/pip/pip-d1091effbffrom
Copilot wants to merge 2 commits intodependabot/pip/pip-d1091effbffrom
Conversation
Critical fix: cffi 1.17.1→2.0.0 (required by cryptography 46.0.5) requirements.txt: - cffi 1.17.1→2.0.0, pycparser 2.22→3.0 - Pillow 10.4.0→12.1.1, qrcode 7.3.1→8.2 - pyopenssl 25.1.0→25.3.0, typing_extensions 4.14.1→4.15.0 - certifi 2025.7.14→2026.2.25, smbus2 0.4.3→0.6.0 requirements-raspi.txt: spidev 3.5→3.8 requirements-desktop.txt: - pygame 2.5.2→2.6.1, numpy 2.2.6→2.4.3 - opencv-python 4.12.0.88→4.13.0.92 tests/requirements.txt: - pytest 7.4.2→9.0.2, pytest-cov 4.1.0→7.0.0 - coverage 7.6.12→7.13.4, iniconfig 2.1.0→2.3.0 - packaging 25.0→26.0, exceptiongroup 1.3.0→1.3.1 - tomli 2.2.1→2.4.0, importlib-metadata 8.7.0→8.7.1 - typing-extensions 4.14.1→4.15.0 l10n/requirements-l10n.txt: Babel 2.16.0→2.18.0 Fix pytest 9 compat: update pytest_ignore_collect to use collection_path instead of deprecated path parameter Co-authored-by: 3rdIteration <2230318+3rdIteration@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update versions of requirements to resolve test failures
Update all pinned dependency versions; fix cffi/cryptography conflict
Mar 10, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
cryptography==46.0.5requirescffi>=2.0.0, but requirements pincffi==1.17.1, causing pip resolution failure in CI.Updated all pinned dependencies to latest across every requirements file:
cffi1.17.1→2.0.0,pycparser2.22→3.0,Pillow10.4.0→12.1.1,qrcode7.3.1→8.2,pyopenssl25.1.0→25.3.0,typing_extensions4.14.1→4.15.0,certifi2025.7.14→2026.2.25,smbus20.4.3→0.6.0spidev3.5→3.8pygame2.5.2→2.6.1,numpy2.2.6→2.4.3,opencv-python4.12.0.88→4.13.0.92pytest7.4.2→9.0.2,pytest-cov4.1.0→7.0.0,coverage7.6.12→7.13.4,iniconfig2.1.0→2.3.0,packaging25.0→26.0,exceptiongroup1.3.0→1.3.1,tomli2.2.1→2.4.0,importlib-metadata8.7.0→8.7.1,typing-extensions4.14.1→4.15.0Babel2.16.0→2.18.0pytest 9 removed support for the deprecated
path: py.path.localhook parameter. Fixedpytest_ignore_collectintests/screenshot_generator/conftest.pyto usecollection_path:No screenshots — dependency-only changes plus a one-line pytest hook fix.
This pull request is categorized as a:
Checklist
pytestand made sure all unit tests pass before sumbitting the PRIf you modified or added functionality/workflow, did you add new unit tests?
I have tested this PR on the following platforms/os:
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.