Skip to content

Commit

Permalink
📌(backend) pin djangcms_link to version <5
Browse files Browse the repository at this point in the history
A major version of djangocms_link has been released and it introduces breaking
changes. Those ones are currently breaking our test suites and block all our ci
pipeline. As a fast fix, we pin this dependency to unblock the situation and we
will have to work on this upgrade quickly.
  • Loading branch information
jbpenrath committed Nov 25, 2024
1 parent 583be86 commit 1095f78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"Django<5",
"djangocms-file",
"djangocms-googlemap",
"djangocms-link",
"djangocms-link<5",
"djangocms-picture",
"djangocms-text-ckeditor",
"djangocms-video",
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"matchPackageNames": [
"Django",
"django-cms",
"elasticsearch"
"elasticsearch",
"djangocms-link"
]
}
]
Expand Down

0 comments on commit 1095f78

Please sign in to comment.