Skip to content

chore(deps): bump h11 from 0.14.0 to 0.16.0#506

Merged
Aaron ("AJ") Steers (aaronsteers) merged 3 commits intomainfrom
dependabot/pip/h11-0.16.0
May 20, 2025
Merged

chore(deps): bump h11 from 0.14.0 to 0.16.0#506
Aaron ("AJ") Steers (aaronsteers) merged 3 commits intomainfrom
dependabot/pip/h11-0.16.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2025

Bumps h11 from 0.14.0 to 0.16.0.

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.

Important

Auto-merge enabled.

This PR is set to merge automatically when all requirements are met.

@dependabot dependabot bot added the chore label Apr 24, 2025
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Apr 24, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/h11-0.16.0 branch from 7792b7a to 42e07e3 Compare April 30, 2025 15:04
Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0.
- [Commits](python-hyper/h11@v0.14.0...v0.16.0)

---
updated-dependencies:
- dependency-name: h11
  dependency-version: 0.16.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/h11-0.16.0 branch from 42e07e3 to d70061d Compare May 20, 2025 15:02
@aaronsteers
Copy link
Copy Markdown
Member

Aaron ("AJ") Steers (aaronsteers) commented May 20, 2025

/poetry-lock

Poetry-Lock Job Info

This job attempts to re-lock dependencies using poetry lock command. If any changes
are made, those changes will be automatically committed and pushed back to the PR.

Note: This job can only be run by maintainers. On PRs from forks, this command requires
that the PR author has enabled the Allow edits from maintainers option.

poetry lock job started... Check job output.

poetry lock applied successfully.

@aaronsteers
Copy link
Copy Markdown
Member

Documenting for future ref:

  1. Dependabot is using a different version of Poetry, which causes a needlessly large and hard to read diff on the poetry.lock file: d70061d
  2. By default, it looks like our downstream connector tests fail on Dependabot PRs - GitHub complains it doesn't have a github token.
  3. Using the PR button to update from main apparently resolves # 2.
  4. Running /poetry-lock resolves # 1, while not canceling the version bump. See all the noise reverted in 8e17ae1, and cleaner diff now on the PR.
  5. Running /poetry-lock also seems to resolve # 1, since it adds a new commit from a non-Dependabot source (which apparently gets a good github token).

@aaronsteers Aaron ("AJ") Steers (aaronsteers) merged commit 8a1701c into main May 20, 2025
32 of 35 checks passed
@aaronsteers Aaron ("AJ") Steers (aaronsteers) deleted the dependabot/pip/h11-0.16.0 branch May 20, 2025 23:07
@dbgold17
Copy link
Copy Markdown
Contributor

David Gold (dbgold17) commented May 21, 2025

Documenting for future ref:

  1. Dependabot is using a different version of Poetry, which causes a needlessly large and hard to read diff on the poetry.lock file: d70061d
  2. By default, it looks like our downstream connector tests fail on Dependabot PRs - GitHub complains it doesn't have a github token.
  3. Using the PR button to update from main apparently resolves # 2.
  4. Running /poetry-lock resolves # 1, while not canceling the version bump. See all the noise reverted in 8e17ae1, and cleaner diff now on the PR.
  5. Running /poetry-lock also seems to resolve # 1, since it adds a new commit from a non-Dependabot source (which apparently gets a good github token).

ok good to know. just clarifying, you meant to say "Running /poetry-lock also seems to resolve # 2,"? This tracks with the stuff you recently figured out around maintainer manually invoked workflows on forked community PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants