Skip to content

Commit f9f7d67

Browse files
committed
installation: bump dependencies
📁 invenio-swh (0.13.1 -> 0.13.2 🐛) 📦 release: v0.13.2 fix(systemfields): avoid DB queries when no indexed data
1 parent 80bb247 commit f9f7d67

File tree

2 files changed

+173
-173
lines changed

2 files changed

+173
-173
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zenodo-rdm-app"
3-
version = "20.2.0"
3+
version = "20.2.2"
44
authors = [
55
{ name = "CERN" }
66
]
@@ -28,7 +28,7 @@ dependencies = [
2828
[tool.uv.sources]
2929
zenodo-rdm = { workspace = true }
3030
zenodo-legacy = { workspace = true }
31-
invenio-swh = { git = "https://github.com/inveniosoftware/invenio-swh", rev = "v0.13.1" }
31+
invenio-swh = { git = "https://github.com/inveniosoftware/invenio-swh", rev = "v0.13.2" }
3232
invenio-records-resources = { git = "https://github.com/inveniosoftware/invenio-records-resources", branch = "fix-read-many" }
3333
invenio-users-resources = { git = "https://github.com/inveniosoftware/invenio-users-resources", rev = "d421cb341c23539f3f7376103128b990706fd168" }
3434

0 commit comments

Comments
 (0)