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

docs: update requirements (urllib3 1.26.5, requests 2.25.1) #16396

Merged
merged 1 commit into from
Jun 3, 2021

Commits on Jun 2, 2021

  1. docs: update requirements (urllib3 1.26.5, requests 2.25.1)

    In cilium#16390, dependabot says:
    
        build(deps): bump urllib3 from 1.24.2 to 1.26.5 in /Documentation
    
        - [Release notes](https://github.com/urllib3/urllib3/releases)
        - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
        - [Commits](urllib3/urllib3@1.24.2...1.26.5)
    
        ---
        updated-dependencies:
        - dependency-name: urllib3
          dependency-type: direct:production
        ...
    
    However, this breaks the build for the documentation, because:
    
        requests 2.20.0 depends on urllib3<1.25 and >=1.21.1
    
    Let's update the version for urllib3, but let's also update "requests"
    to its latest version.
    
    Signed-off-by: Quentin Monnet <quentin@isovalent.com>
    qmonnet committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    8a3cab5 View commit details
    Browse the repository at this point in the history