Skip to content

Commit 0d18e1d

Browse files
committed
Fixed backend deps
1 parent 037a43d commit 0d18e1d

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules
33
/core
44
/public
55
*.mo
6+
.mxdev_cache/

backend/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ constraint-dependencies = [
180180
"orderedmultidict==1.0.1",
181181
"outcome==1.3.0post0",
182182
"overrides==7.7.0",
183-
"packaging==24.2",
183+
"packaging==25.0",
184184
"Paste==3.10.1",
185185
"PasteDeploy==3.1.0",
186186
"pdbpp==0.11.7",
@@ -433,13 +433,13 @@ constraint-dependencies = [
433433
"z3c.formwidget.query==3.0",
434434
"z3c.jbot==3.1",
435435
"z3c.objpath==3.0",
436-
"z3c.pt==5.0",
436+
"z3c.pt==5.1",
437437
"z3c.relationfield==3.0",
438438
"z3c.unconfigure==3.0",
439439
"z3c.zcmlhook==3.0",
440440
"zc.buildout==4.1.12",
441441
"zc.lockfile==3.0.post1",
442-
"zc.recipe.egg===3.0.0",
442+
"zc.recipe.egg==3.0.0",
443443
"zc.recipe.testrunner==3.2",
444444
"zc.relation==2.1",
445445
"ZConfig==4.2",

backend/uv.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)