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

⬆ Bump urllib3 from 1.26.17 to 1.26.19 #1164

Merged
merged 3 commits into from
Sep 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2024

Bumps urllib3 from 1.26.17 to 1.26.19.

Release notes

Sourced from urllib3's releases.

1.26.19

🚀 urllib3 is fundraising for HTTP/2 support

urllib3 is raising ~$40,000 USD to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support for 2023. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects please consider contributing financially to ensure HTTP/2 support is developed sustainably and maintained for the long-haul.

Thank you for your support.

Changes

  • Added the Proxy-Authorization header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect.

Full Changelog: urllib3/urllib3@1.26.18...1.26.19

Note that due to an issue with our release automation, no multiple.intoto.jsonl file is available for this release.

1.26.18

  • Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses. (GHSA-g4mx-q9vg-27p4)
Changelog

Sourced from urllib3's changelog.

1.26.19 (2024-06-17)

  • Added the Proxy-Authorization header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect.
  • Fixed handling of OpenSSL 3.2.0 new error message for misconfiguring an HTTP proxy as HTTPS. ([#3405](https://github.com/urllib3/urllib3/issues/3405) <https://github.com/urllib3/urllib3/issues/3405>__)

1.26.18 (2023-10-17)

  • Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses.
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.19.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.17...1.26.19)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file patch python Pull requests that update Python code labels Sep 10, 2024
@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Sep 10, 2024
Copy link

openshift-ci bot commented Sep 10, 2024

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a dora-metrics member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@etsauer
Copy link
Collaborator

etsauer commented Sep 10, 2024

/ok-to-test

@openshift-ci openshift-ci bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Sep 10, 2024
Copy link

Test images available! 🧪🚀 To test operator with them, run

operator-sdk run bundle \
quay.io/pelorus/rc-pelorus-operator-bundle:vpr1164-c3ac867 \
--namespace test-pelorus-operator

To clean up environment afterwards, run

operator-sdk cleanup pelorus-operator --namespace test-pelorus-operator

@etsauer
Copy link
Collaborator

etsauer commented Sep 11, 2024

/override "Prometheus Rules Tests / test"

Copy link

openshift-ci bot commented Sep 11, 2024

@etsauer: /override requires failed status contexts, check run or a prowjob name to operate on.
The following unknown contexts/checkruns were given:

  • Prometheus Rules Tests / test

Only the following failed contexts/checkruns were expected:

  • ci/prow/4.13-e2e-openshift
  • docs/readthedocs.org:pelorus
  • dpulls
  • test (3.9)

If you are trying to override a checkrun that has a space in it, you must put a double quote on the context.

In response to this:

/override "Prometheus Rules Tests / test"

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@etsauer
Copy link
Collaborator

etsauer commented Sep 11, 2024

/override "test (3.9}"

Copy link

openshift-ci bot commented Sep 11, 2024

@etsauer: /override requires failed status contexts, check run or a prowjob name to operate on.
The following unknown contexts/checkruns were given:

  • test (3.9}

Only the following failed contexts/checkruns were expected:

  • ci/prow/4.13-e2e-openshift
  • docs/readthedocs.org:pelorus
  • dpulls
  • test (3.9)

If you are trying to override a checkrun that has a space in it, you must put a double quote on the context.

In response to this:

/override "test (3.9}"

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@etsauer
Copy link
Collaborator

etsauer commented Sep 11, 2024

/override "test (3.9)"

Copy link

openshift-ci bot commented Sep 11, 2024

@etsauer: Overrode contexts on behalf of etsauer: test (3.9)

In response to this:

/override "test (3.9)"

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@etsauer
Copy link
Collaborator

etsauer commented Sep 11, 2024

/override ci/prow/4.13-e2e-openshift

Copy link

openshift-ci bot commented Sep 11, 2024

@etsauer: Overrode contexts on behalf of etsauer: ci/prow/4.13-e2e-openshift

In response to this:

/override ci/prow/4.13-e2e-openshift

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@etsauer
Copy link
Collaborator

etsauer commented Sep 11, 2024

/retest

@etsauer
Copy link
Collaborator

etsauer commented Sep 11, 2024

/override "Prometheus Rules Tests / test (3.9)"

Copy link

openshift-ci bot commented Sep 11, 2024

@etsauer: /override requires failed status contexts, check run or a prowjob name to operate on.
The following unknown contexts/checkruns were given:

  • Prometheus Rules Tests / test (3.9)

Only the following failed contexts/checkruns were expected:

  • ci/prow/4.13-e2e-openshift
  • docs/readthedocs.org:pelorus
  • dpulls

If you are trying to override a checkrun that has a space in it, you must put a double quote on the context.

In response to this:

/override "Prometheus Rules Tests / test (3.9)"

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Copy link

Test images available! 🧪🚀 To test operator with them, run

operator-sdk run bundle \
quay.io/pelorus/rc-pelorus-operator-bundle:vpr1164-9dc23df \
--namespace test-pelorus-operator

To clean up environment afterwards, run

operator-sdk cleanup pelorus-operator --namespace test-pelorus-operator

Signed-off-by: Eric Sauer <[email protected]>
@etsauer etsauer force-pushed the dependabot/pip/urllib3-1.26.19 branch from 9028b88 to 8a67806 Compare September 11, 2024 16:59
Copy link

Test images available! 🧪🚀 To test operator with them, run

operator-sdk run bundle \
quay.io/pelorus/rc-pelorus-operator-bundle:vpr1164-b6c9de2 \
--namespace test-pelorus-operator

To clean up environment afterwards, run

operator-sdk cleanup pelorus-operator --namespace test-pelorus-operator

@etsauer
Copy link
Collaborator

etsauer commented Sep 11, 2024

/override ci/prow/4.13-e2e-openshift
/approve

Copy link

openshift-ci bot commented Sep 11, 2024

@etsauer: Overrode contexts on behalf of etsauer: ci/prow/4.13-e2e-openshift

In response to this:

/override ci/prow/4.13-e2e-openshift
/approve

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 11, 2024
@etsauer
Copy link
Collaborator

etsauer commented Sep 11, 2024

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Sep 11, 2024
Copy link

openshift-ci bot commented Sep 11, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: etsauer

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@etsauer
Copy link
Collaborator

etsauer commented Sep 11, 2024

/check-required-labels

@etsauer etsauer merged commit 8d7b072 into master Sep 18, 2024
23 checks passed
@etsauer etsauer deleted the dependabot/pip/urllib3-1.26.19 branch September 18, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes dependencies Pull requests that update a dependency file lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. patch python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant