Skip to content

Bump pip-tools from 7.6.0 to 7.6.1 in /.github/utils in the python-dependencies group across 1 directory - #704

Merged
TEAM4-0 merged 2 commits into
masterfrom
dependabot/pip/dot-github/utils/master/python-dependencies-be0a1e73b2
Aug 17, 2026
Merged

Bump pip-tools from 7.6.0 to 7.6.1 in /.github/utils in the python-dependencies group across 1 directory#704
TEAM4-0 merged 2 commits into
masterfrom
dependabot/pip/dot-github/utils/master/python-dependencies-be0a1e73b2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-dependencies group with 1 update in the /.github/utils directory: pip-tools.

Updates pip-tools from 7.6.0 to 7.6.1

Release notes

Sourced from pip-tools's releases.

v7.6.1

Bug fixes

  • Fixed handling of index URLs ending in /simple/ by improving URL normalization logic. These URLs would previously make pip-compile fail to use the PyPI JSON API.

    -- by @​sirosen

    PRs and issues: #1669

  • Added a missing dependency on typing-extensions for Python 3.9 and 3.10 -- by @​sirosen.

    PRs and issues: #2424

Features

Improved documentation

  • pip-tools documentation now features a how-to section, featuring initial docs which cover controlling output file headers and configuring completion -- by @​sirosen.

Contributor-facing changes

  • Fixed CI triggers so that release tags won't create spurious failing runs -- by @​sirosen.

    PRs and issues: #2421

  • Refactored the bug report template for better reporting -- by @​psthindal.

Changelog

Sourced from pip-tools's changelog.

v7.6.1

2026-08-11

Bug fixes

  • Fixed handling of index URLs ending in /simple/ by improving URL normalization logic. These URLs would previously make pip-compile fail to use the PyPI JSON API.

    -- by {user}sirosen

    PRs and issues: {issue}1669

  • Added a missing dependency on {pypi}typing-extensions for Python 3.9 and 3.10 -- by {user}sirosen.

    PRs and issues: {issue}2424

Features

  • pip-tools is now compatible with pip version 26.2 -- by {user}sirosen.

    PRs and issues: {issue}2436, {issue}2437

Improved documentation

  • pip-tools documentation now features a how-to section, featuring initial docs which cover controlling output file headers and configuring completion -- by {user}sirosen.

Contributor-facing changes

  • Fixed CI triggers so that release tags won't create spurious failing runs -- by {user}sirosen.

    PRs and issues: {issue}2421

  • Refactored the bug report template for better reporting -- by {user}psthindal.

Commits
  • 5bc5ded Merge pull request #2448 from sirosen/release/v7.6.1
  • bde325c Update changelog for v7.6.1
  • 2f62a44 Merge pull request #2438 from sirosen/support-pip-26-2
  • a371119 Slightly modify exc_types var name, per review
  • b62ac68 Merge pull request #2447 from jazzband/pre-commit-ci-update-config
  • 041bf6f Update tests/unit/_internal/pip_api/test_package_finder.py
  • 9f5d1f3 Improve internal names and docs for pip_api
  • d50abd7 [pre-commit.ci] pre-commit autoupdate
  • e8703da Fix a test which improperly formulated file URIs
  • f467ee5 Bump pipsupported version + add changelog
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-dependencies group with 1 update in the /.github/utils directory: [pip-tools](https://github.com/jazzband/pip-tools).


Updates `pip-tools` from 7.6.0 to 7.6.1
- [Release notes](https://github.com/jazzband/pip-tools/releases)
- [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md)
- [Commits](jazzband/pip-tools@v7.6.0...v7.6.1)

---
updated-dependencies:
- dependency-name: pip-tools
  dependency-version: 7.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added CI/CD Continuous integration (CI) and/or continuous deployment (CD) skip-changelog Skip this issue or PR in the CHANGELOG labels Aug 17, 2026
@TEAM4-0
TEAM4-0 enabled auto-merge (squash) August 17, 2026 05:23
@codecov

codecov Bot commented Aug 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.38%. Comparing base (f8a2dad) to head (2300b2c).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #704   +/-   ##
=======================================
  Coverage   83.38%   83.38%           
=======================================
  Files          14       14           
  Lines         614      614           
=======================================
  Hits          512      512           
  Misses        102      102           
Flag Coverage Δ
linux 83.38% <ø> (ø)
linux-strategies 83.38% <ø> (ø)
windows 82.73% <ø> (ø)
windows-strategies 82.73% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@TEAM4-0
TEAM4-0 merged commit e259924 into master Aug 17, 2026
20 checks passed
@TEAM4-0
TEAM4-0 deleted the dependabot/pip/dot-github/utils/master/python-dependencies-be0a1e73b2 branch August 17, 2026 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI/CD Continuous integration (CI) and/or continuous deployment (CD) skip-changelog Skip this issue or PR in the CHANGELOG

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants