chore(deps): update dependency cryptography to v49 #35
No reviewers
Labels
No labels
area:ai
area:ci-cd
area:notifications
area:observability
area:public-pages
backlog
bug
duplicate
enhancement
help wanted
invalid
question
type:decision
type:feature
type:infra
type:maintenance
type:security
v1.0.1
v1.1.0
v1.2.0
v1.3.0
v2.0.0
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
rbrooks/WeatherBot!35
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/cryptography-49.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==44.0.3→==49.0.0Release Notes
pyca/cryptography (cryptography)
v49.0.0Compare Source
v48.0.1Compare Source
v48.0.0Compare Source
v47.0.0Compare Source
v46.0.7Compare Source
v46.0.6Compare Source
v46.0.5Compare Source
v46.0.4Compare Source
v46.0.3Compare Source
v46.0.2Compare Source
v46.0.1Compare Source
v46.0.0Compare Source
v45.0.7Compare Source
v45.0.6Compare Source
v45.0.5Compare Source
v45.0.4Compare Source
v45.0.3Compare Source
v45.0.2Compare Source
v45.0.1Compare Source
v45.0.0Compare Source
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.
Root cause (reproduced in a Python 3.12 container)
cryptography==49.0.0can't install on currentmain—ResolutionImpossibleat thepip installstep (matches CI's ~1m13s early failure):cryptography 49 requires cffi ≥2, but pinned timezonefinder 6.5.3 caps cffi <2. Fix: bump timezonefinder → 8.2.5 (#37) in the same change — it drops the cffi<2 cap.
This bump is also exactly what #31 needs: authlib 1.7.2 → joserfc → cryptography ≥45. Recommend landing #31 + #35 + #37 together.
(Note: the branch was updated with current
mainduring review, which is why CI re-ran and failed here at install.)Superseded by #126 — the cryptography 49 bump lands there as part of a single CI-green consolidated dependency refresh (it needs timezonefinder 8 and the authlib bump to resolve, so it can't go alone). #126 is verified green on the Forgejo runner. Closing as superseded; the bump is preserved in #126.
Pull request closed