chore(deps): bump nc_py_api to 0.30.3 - #232
Conversation
Signed-off-by: Edward Ly <contact@edward.ly>
| python = ">=3.11,<4" | ||
| nc-py-api = {extras = ["calendar"], version = "^0.24.2"} | ||
| nc-py-api = {version = "^0.30.3", extras = ["calendar"]} |
There was a problem hiding this comment.
maybe >=^0.30.3 can be used so normal updates update this dep automatically, not sure if that does happen in practice though.
There was a problem hiding this comment.
Maybe dependabot would be better suited for this? It looks to me it hasn't been explicitly enabled for Python packages yet.
There was a problem hiding this comment.
ah yeah that works too.
I don't go that route often since dependabot creates a lot of PRs frequently. I try to only bump the deps before a release since before that it just sits in the repo unused (excluding dev setups).
but that's just a personal preference, ymmv.
There was a problem hiding this comment.
Sure, we can bump the dependencies manually too, that's fine.
|
By the way, the integration tests are still failing on stable33 and stable34, but I'm not sure why or where the |
|
looks like the option was added here: nextcloud/server#59680 but not backported |
Generated via
poetry add nc_py_api@^0.30.3 -E calendar. Updating other dependencies can (and probably should) be done in a separate PR.