10BC0 chore(deps): bump requests from 2.27.1 to 2.31.0 in /tests/pip-runtime by dependabot[bot] · Pull Request #90 · dokku/lambda-builder · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@dependabot
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github May 23, 2023

Bumps requests from 2.27.1 to 2.31.0.

Release notes

Sourced from requests's releases.

v2.31.0

2.31.0 (2023-05-22)

Security

  • Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization headers to destination servers when following HTTPS redirects.

    When proxies are defined with user info (https://user:pass@proxy:8080), Requests will construct a Proxy-Authorization header that is attached to the request to authenticate with the proxy.

    In cases where Requests receives a redirect response, it previously reattached the Proxy-Authorization header incorrectly, resulting in the value being sent through the tunneled connection to the destination server. Users who rely on defining their proxy credentials in the URL are strongly encouraged to upgrade to Requests 2.31.0+ to prevent unintentional leakage and rotate their proxy credentials once the change has been fully deployed.

    Users who do not use a proxy or do not supply their proxy credentials through the user information portion of their proxy URL are not subject to this vulnerability.

    Full details can be read in our Github Security Advisory and CVE-2023-32681.

v2.30.0

2.30.0 (2023-05-03)

Dependencies

v2.29.0

2.29.0 (2023-04-26)

Improvements

  • Requests now defers chunked requests to the urllib3 implementation to improve standardization. (#6226)
  • Requests relaxes header component requirements to support bytes/str subclasses. (#6356)

... (truncated)

Changelog

Sourced from requests's changelog.

2.31.0 (2023-05-22)

Security

  • Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization headers to destination servers when following HTTPS redirects.

    When proxies are defined with user info (https://user:pass@proxy:8080), Requests will construct a Proxy-Authorization header that is attached to the request to authenticate with the proxy.

    In cases where Requests receives a redirect response, it previously reattached the Proxy-Authorization header incorrectly, resulting in the value being sent through the tunneled connection to the destination server. Users who rely on defining their proxy credentials in the URL are strongly encouraged to upgrade to Requests 2.31.0+ to prevent unintentional leakage and rotate their proxy credentials once the change has been fully deployed.

    Users who do not use a proxy or do not supply their proxy credentials through the user information portion of their proxy URL are not subject to this vulnerability.

    Full details can be read in our Github Security Advisory and CVE-2023-32681.

2.30.0 (2023-05-03)

Dependencies

2.29.0 (2023-04-26)

Improvements

  • Requests now defers chunked requests to the urllib3 implementation to improve standardization. (#6226)
  • Requests relaxes header component requirements to support bytes/str subclasses. (#6356)

2.28.2 (2023-01-12)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.27.1...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 23, 2023
@josegonzalez josegonzalez merged commit b917a77 into master May 25, 2023
@josegonzalez josegonzalez deleted the dependabot/pip/tests/pip-runtime/requests-2.31.0 branch May 25, 2023 02:47
@josegonzalez josegonzalez mentioned this pull request Aug 6, 2023
josegonzalez added a commit that referenced this pull request Aug 6, 2023
- #48 @dependabot: chore(deps): bump github.com/rs/zerolog from 1.27.0 to 1.28.0
- #51 @dependabot: chore(deps): bump github.com/josegonzalez/cli-skeleton from 0.5.0 to 0.7.0
- #52 @dependabot: chore(deps): bump github.com/BurntSushi/toml from 1.2.0 to 1.2.1
- #54 @dependabot: chore(deps): bump github.com/mitchellh/cli from 1.1.4 to 1.1.5
- #55 @dependabot: chore(deps): bump golang from 1.19.0-buster to 1.19.4-buster
- #56 @dependabot: chore(deps): bump certifi from 2021.10.8 to 2022.12.7 in /tests/poetry
- #57 @dependabot: chore(deps): bump certifi from 2021.10.8 to 2022.12.7 in /tests/pipenv
- #58 @dependabot: chore(deps): bump github.com/mattn/go-isatty from 0.0.14 to 0.0.17
- #59 @josegonzalez: Correct issue where mounted volume has bad permissions for git running in a container
- #60 @josegonzalez: Update runner to ubuntu 20.04
- #61 @josegonzalez: Add github-actions to dependabot config
- #62 @dependabot: chore(deps): bump actions/upload-artifact from 2 to 3
- #63 @dependabot: chore(deps): bump luizm/action-sh-checker from 0.3.0 to 0.5.0
- #64 @dependabot: chore(deps): bump actions/checkout from 2 to 3
- #65 @dependabot: chore(deps): bump hadolint/hadolint-action from 1.5.0 to 3.0.0
- #66 @dependabot: chore(deps): bump ibiqlik/action-yamllint from 3.0.2 to 3.1.1
- #67 @dependabot: chore(deps): bump github.com/aws/aws-lambda-go from 1.34.1 to 1.36.1
- #68 @dependabot: chore(deps): bump github.com/codeclysm/extract/v3 from 3.0.2 to 3.1.0
- #69 @dependabot: chore(deps): bump golang from 1.19.4-buster to 1.19.5-buster
- #70 @dependabot: chore(deps): bump github.com/aws/aws-lambda-go from 1.36.1 to 1.37.0
- #71 @josegonzalez: Drop rpm support
- #72 @dependabot: chore(deps): bump hadolint/hadolint-action from 3.0.0 to 3.1.0
- #73 @dependabot: chore(deps): bump github.com/rs/zerolog from 1.28.0 to 1.29.0
- #74 @dependabot: chore(deps): bump ludeeus/action-shellcheck from 1.1.0 to 2.0.0
- #75 @dependabot: chore(deps): bump golang from 1.19.5-buster to 1.20.0-buster
- #78 @dependabot: chore(deps): bump luizm/action-sh-checker from 0.5.0 to 0.7.0
- #79 @dependabot: chore(deps): bump github.com/aws/aws-lambda-go from 1.37.0 to 1.38.0
- #80 @dependabot: chore(deps): bump golang from 1.20.0-buster to 1.20.2-buster
- #81 @dependabot: chore(deps): bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18
- #83 @dependabot: chore(deps): bump golang from 1.20.2-buster to 1.20.3-buster
- #84 @dependabot: chore(deps): bump github.com/aws/aws-lambda-go from 1.38.0 to 1.40.0
- #85 @dependabot: chore(deps): bump github.com/rs/zerolog from 1.29.0 to 1.29.1
- #86 @dependabot: chore(deps): bump golang from 1.20.3-buster to 1.20.4-buster
- #87 @dependabot: chore(deps): bump github.com/aws/aws-lambda-go from 1.40.0 to 1.41.0
- #88 @dependabot: chore(deps): bump github.com/mattn/go-isatty from 0.0.18 to 0.0.19
- #89 @dependabot: chore(deps): bump requests from 2.27.1 to 2.31.0 in /tests/pip
- #90 @dependabot: chore(deps): bump requests from 2.27.1 to 2.31.0 in /tests/pip-runtime
- #91 @dependabot: chore(deps): bump requests from 2.27.1 to 2.31.0 in /tests/hooks
- #93 @dependabot: chore(deps): bump requests from 2.27.1 to 2.31.0 in /tests/pipenv
- #94 @dependabot: chore(deps): bump github.com/codeclysm/extract/v3 from 3.1.0 to 3.1.1
- #95 @dependabot: chore(deps): bump github.com/josegonzalez/cli-skeleton from 0.7.0 to 0.8.0
- #96 @dependabot: chore(deps): bump github.com/BurntSushi/toml from 1.2.1 to 1.3.0
- #97 @dependabot: chore(deps): bump github.com/BurntSushi/toml from 1.3.0 to 1.3.1
- #98 @dependabot: chore(deps): bump golang from 1.20.4-buster to 1.20.5-buster
- #99 @dependabot: chore(deps): bump github.com/BurntSushi/toml from 1.3.1 to 1.3.2
- #100 @dependabot: chore(deps): bump github.com/alexellis/go-execute from 0.5.0 to 0.6.0
- #101 @josegonzalez: Fix docblocks in readme
- #102 @josegonzalez: chore: run go mod tidy
- #103 @josegonzalez: Perform app building via docker image
- #104 @josegonzalez: fix: ensure subprocesses are canceled correctly when the main process is terminated
- #105 @dependabot: chore(deps): bump github.com/josegonzalez/cli-skeleton from 0.8.0 to 0.9.0
- #107 @dependabot: chore(deps): bump certifi from 2023.5.7 to 2023.7.22 in /tests/pipenv
- #108 @dependabot: chore(deps): bump github.com/rs/zerolog from 1.29.1 to 1.30.0
- #109 @Coffee2CodeNL: Add Bookworm Support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

0