Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dep: update pinned requirements #1865

Merged
merged 1 commit into from
Feb 14, 2022

Commits on Feb 14, 2022

  1. dep: update pinned requirements

    As described in theupdateframework#1249 requirements-pinned.txt is automatically
    updated by Dependabot on version updates, but not if transitive
    dependencies are added or removed.
    
    This patch removes the no longer required transient dependency six,
    following a run of pip-compile for all supported Python versions.
    
    No other dependency changes were detected, nor were there different
    dependencies in different Python versions, requiring env markers
    in the requirements file.
    
    Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
    lukpueh committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    8ec45dc View commit details
    Browse the repository at this point in the history