Skip to content

NO-JIRA: ci(deps): bump httplib2 from 0.22.0 to 0.32.0 in /hypershift-ci-python - #9124

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/hypershift-ci-python/httplib2-0.32.0
Closed

NO-JIRA: ci(deps): bump httplib2 from 0.22.0 to 0.32.0 in /hypershift-ci-python#9124
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/hypershift-ci-python/httplib2-0.32.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps httplib2 from 0.22.0 to 0.32.0.

Changelog

Sourced from httplib2's changelog.

0.32.0

Python support 3.8+ only

decompression limited by size and ratio

decoder foundation to support more compression algorithms

0.31.2

build(deps): pp.DelimitedList (camel case) only available in pyparsing>=3.1 httplib2/httplib2#255

DO NOT use 0.31.1

0.31.1

auth: use pyparsing v3 PEP8-compliant method names httplib2/httplib2#253

0.31.0

https: avoid costly load_verify_locations when SSL certificate validation is disabled httplib2/httplib2#249

0.30.2

No changes in library. Fix automatic pypi release from CI.

0.30.1

restore socks proxy support, was broken in 0.30.0 httplib2/httplib2#251

0.30.0

BREAKING CHANGE! Python support 3.7+ only

https: Do not rely on ssl.PROTOCOL_TLS, which has been deprecated in Python3.10 httplib2/httplib2#243

Commits
  • ba9bf50 v0.32.0 release
  • 87581ad decompression limited by size and ratio; require python 3.8+
  • a99a11f v0.31.2 release
  • 370010a dep-compat: pp.DelimitedList (camel case) only available in pyparsing>=3.1
  • 6d2ea32 v0.31.1 release
  • d1b0ce3 auth: use pyparsing v3 PEP8-compliant method names
  • 3288ba7 chore: harden publishing. use github attestations
  • 26cfea5 v0.31.0 release
  • cbd3d21 chore: CI use trusted publishing
  • 147d7d5 https: avoid costly load_verify_locations when SSL certificate validation is ...
  • Additional commits viewable in compare view

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 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.

Summary by CodeRabbit

  • Chores
    • Updated the bundled httplib2 dependency to version 0.32.0.

Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.22.0 to 0.32.0.
- [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG)
- [Commits](httplib2/httplib2@v0.22.0...v0.32.0)

---
updated-dependencies:
- dependency-name: httplib2
  dependency-version: 0.32.0
  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 Jul 27, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@coderabbitai

coderabbitai Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor
📝 Walkthrough

Walkthrough

The pinned httplib2 dependency in hypershift-ci-python/requirements.txt was updated from 0.22.0 to 0.32.0.

🚥 Pre-merge checks | ✅ 11
✅ Passed checks (11 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed PR only changes hypershift-ci-python/requirements.txt; no test files or Ginkgo titles were modified.
Test Structure And Quality ✅ Passed The PR only updates hypershift-ci-python/requirements.txt; no Ginkgo test code or test logic changed, so the test-quality check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed Only httplib2 version pin changed in requirements.txt; no deployment manifests, controllers, or scheduling logic were modified.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed Only hypershift-ci-python/requirements.txt changed to bump httplib2; no new/modified Ginkgo tests or network code were added.
No-Weak-Crypto ✅ Passed Only change is an httplib2 pin in requirements.txt; no crypto code, weak algorithms, or secret comparisons were added.
Container-Privileges ✅ Passed Only hypershift-ci-python/requirements.txt changed; no container/K8s privilege settings were added or modified.
No-Sensitive-Data-In-Logs ✅ Passed Only a dependency pin changed in requirements.txt; no logging code or sensitive data exposure was added.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately summarizes the dependency bump in hypershift-ci-python.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/pip/hypershift-ci-python/httplib2-0.32.0

Comment @coderabbitai help to get the list of available commands.

@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 Jul 27, 2026
@openshift-ci

openshift-ci Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

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

I'm waiting for a openshift 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.

Details

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 commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign csrwng for approval. For more information see the Code Review Process.

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

Details 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

@openshift-ci
openshift-ci Bot requested review from cblecker and csrwng July 27, 2026 13:59

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@hypershift-ci-python/requirements.txt`:
- Line 10: Add SHA256 artifact hashes for both the wheel and sdist associated
with httplib2==0.32.0 in requirements.txt, using the package’s published hashes
while preserving the existing version pin.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 52fffdc4-ae2c-4ff6-b256-d5755c582658

📥 Commits

Reviewing files that changed from the base of the PR and between a5b7926 and 842dbe7.

📒 Files selected for processing (1)
  • hypershift-ci-python/requirements.txt

google-auth-oauthlib==1.2.1
googleapis-common-protos==1.68.0
httplib2==0.22.0
httplib2==0.32.0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔒 Security & Privacy | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

printf '== requirements file ==\n'
cat -n hypershift-ci-python/requirements.txt

printf '\n== nearby requirements-related files ==\n'
git ls-files '*requirements*.txt' 'Pipfile*' 'pyproject.toml' 'package*.json' 'go.mod' 'go.sum' 'Cargo.toml' 'Gemfile*' 'pom.xml' 'build.gradle*'

printf '\n== hash usage in requirements files ==\n'
rg -n --hidden --glob '!*node_modules*' --glob '!*dist*' --glob '!*build*' --glob '!*venv*' --glob '!*\.git*' --fixed-strings '--hash=' hypershift-ci-python .

Repository: openshift/hypershift

Length of output: 1106


🏁 Script executed:

#!/bin/bash
set -euo pipefail

printf '== hash usage in requirements-like files ==\n'
rg -n --fixed-strings -- '--hash=' hypershift-ci-python contrib docs vendor hack/tools/vendor . || true

printf '\n== any pip-tools / constraints references ==\n'
rg -n --hidden -g 'requirements*.txt' -g 'constraints*.txt' -g 'Pipfile*' -g 'pyproject.toml' -g 'setup.cfg' -g 'setup.py' -g 'tox.ini' -g 'Makefile' 'pip-compile|--generate-hashes|--hash=' .

Repository: openshift/hypershift

Length of output: 248


🌐 Web query:

PyPI httplib2 0.32.0 json wheel sdist sha256 hashes

💡 Result:

The Python package httplib2 version 0.32.0 was released on June 26, 2026 [1][2]. While official SHA256 hashes for PyPI releases are typically found directly on the PyPI project page under the 'Download files' section for a specific version, historical or build-system records provide the following known hash for the distribution: The SHA256 hash for the file httplib2-0.32.0-py3-none-any.whl is reported as: dc6705cacdf3fb0a2aba7629fa33c90fd93e30035db0c157325826be177e4816 [3]. For the source distribution (sdist), the tarball v0.32.0.tar.gz is associated with the following SHA256 hash: 14e842d2041ae3cf11f2e82f1b3454e0283050cc38599ed87d116e005097e470 [4]. For the most authoritative verification, you should always check the SHA256 hash listed directly on the PyPI project page for httplib2 0.32.0 [5].

Citations:


Add artifact hashes for httplib2==0.32.0. The version is pinned, but pip still won’t verify the wheel or sdist download without --hash entries.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@hypershift-ci-python/requirements.txt` at line 10, Add SHA256 artifact hashes
for both the wheel and sdist associated with httplib2==0.32.0 in
requirements.txt, using the package’s published hashes while preserving the
existing version pin.

Source: Path instructions

@mgencur

mgencur commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

/retitle NO-JIRA: ci(deps): bump httplib2 from 0.22.0 to 0.32.0 in /hypershift-ci-python
/lgtm
/verified bypass

@openshift-ci openshift-ci Bot changed the title ci(deps): bump httplib2 from 0.22.0 to 0.32.0 in /hypershift-ci-python NO-JIRA: ci(deps): bump httplib2 from 0.22.0 to 0.32.0 in /hypershift-ci-python Jul 28, 2026
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 28, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@dependabot[bot]: This pull request explicitly references no jira issue.

Details

In response to this:

Bumps httplib2 from 0.22.0 to 0.32.0.

Changelog

Sourced from httplib2's changelog.

0.32.0

Python support 3.8+ only

decompression limited by size and ratio

decoder foundation to support more compression algorithms

0.31.2

build(deps): pp.DelimitedList (camel case) only available in pyparsing>=3.1 httplib2/httplib2#255

DO NOT use 0.31.1

0.31.1

auth: use pyparsing v3 PEP8-compliant method names httplib2/httplib2#253

0.31.0

https: avoid costly load_verify_locations when SSL certificate validation is disabled httplib2/httplib2#249

0.30.2

No changes in library. Fix automatic pypi release from CI.

0.30.1

restore socks proxy support, was broken in 0.30.0 httplib2/httplib2#251

0.30.0

BREAKING CHANGE! Python support 3.7+ only

https: Do not rely on ssl.PROTOCOL_TLS, which has been deprecated in Python3.10 httplib2/httplib2#243

Commits
  • ba9bf50 v0.32.0 release
  • 87581ad decompression limited by size and ratio; require python 3.8+
  • a99a11f v0.31.2 release
  • 370010a dep-compat: pp.DelimitedList (camel case) only available in pyparsing>=3.1
  • 6d2ea32 v0.31.1 release
  • d1b0ce3 auth: use pyparsing v3 PEP8-compliant method names
  • 3288ba7 chore: harden publishing. use github attestations
  • 26cfea5 v0.31.0 release
  • cbd3d21 chore: CI use trusted publishing
  • 147d7d5 https: avoid costly load_verify_locations when SSL certificate validation is ...
  • Additional commits viewable in compare view

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 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.

Summary by CodeRabbit

  • Chores
  • Updated the bundled httplib2 dependency to version 0.32.0.

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Jul 28, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@mgencur: The verified label has been added.

Details

In response to this:

/retitle NO-JIRA: ci(deps): bump httplib2 from 0.22.0 to 0.32.0 in /hypershift-ci-python
/lgtm
/verified bypass

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 28, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling tests matching the pipeline_run_if_changed or not excluded by pipeline_skip_if_only_changed parameters:
/test e2e-aks
/test e2e-aws
/test e2e-aws-upgrade-hypershift-operator
/test e2e-azure-v2-self-managed
/test e2e-kubevirt-aws-ovn-reduced
/test e2e-v2-aws
/test e2e-v2-gke
/test unit
/test verify

@mgencur

mgencur commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

/area dependency

@openshift-ci openshift-ci Bot added area/dependency Issues or PRs related to dependency changes and removed do-not-merge/needs-area labels Jul 28, 2026
@mgencur

mgencur commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

/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 Jul 28, 2026
@mgencur

mgencur commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

This PR is replaced by #9135 . It will address the comment from CodeRabbit here: #9124 (comment)

/close

@openshift-ci openshift-ci Bot closed this Jul 28, 2026
@openshift-ci

openshift-ci Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

@mgencur: Closed this PR.

Details

In response to this:

This PR is replaced by #9135 . It will address the comment from CodeRabbit here: #9124 (comment)

/close

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.

@dependabot @github

dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pip/hypershift-ci-python/httplib2-0.32.0 branch July 28, 2026 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependency Issues or PRs related to dependency changes dependencies Pull requests that update a dependency file jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. 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. python Pull requests that update python code verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants