Skip to content

Maybe consider pinning dependencies to avoid CI failures #341

@shenxianpeng

Description

@shenxianpeng

After #337 was merged into the main branch, I noticed that the CI failed again. related issue: theacodes/cmarkgfm#84

A similar problem occurred earlier when upgrading docutils (see #333 (comment)).

It might help to pin these dependencies to specific versions and let Dependabot handle version bumps (PR has been created #338). That would make it easier to trace which dependency update causes CI failures.

Relevant lines:

md = ["cmarkgfm>=0.8.0"]

dependencies = [
"nh3>=0.2.14",
"docutils>=0.21.2",
"Pygments>=2.5.1",
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions