← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~alvarocs/lp-signing/+git/lp-signing-1:update-immutables into lp-signing:master

 

Alvaro Crespo Serrano has proposed merging ~alvarocs/lp-signing/+git/lp-signing-1:update-immutables into lp-signing:master.

Commit message:
Update immutables to 0.21.0 version

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~alvarocs/lp-signing/+git/lp-signing-1/+merge/488769

Jenkins started failing on the lp-signing-build-charm job after the base image moved to Noble / Python 3.12. The failure happens during make publish-tarball, when pip tries to build a wheel for immutables 0.19

https://jenkins.ols.ps5.canonical.com/job/lp-signing-build-charm/195/console
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~alvarocs/lp-signing/+git/lp-signing-1:update-immutables into lp-signing:master.
diff --git a/requirements.txt b/requirements.txt
index 31068dd..155b719 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,7 +13,7 @@ Flask-Storm==1.0.0
 future==1.0
 gunicorn==20.1.0
 idna==3.10
-immutables==0.19.0
+immutables==0.21.0
 iso8601==0.1.12
 itsdangerous==2.2.0
 Jinja2==3.1.6

Follow ups