Skip to content

Bump the all-pip-packages group across 1 directory with 6 updates#499

Merged
IanButterworth merged 3 commits intomasterfrom
dependabot/pip/all-pip-packages-9d2a6aaedd
Feb 7, 2026
Merged

Bump the all-pip-packages group across 1 directory with 6 updates#499
IanButterworth merged 3 commits intomasterfrom
dependabot/pip/all-pip-packages-9d2a6aaedd

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2026

Bumps the all-pip-packages group with 6 updates in the / directory:

Package From To
types-requests 2.32.4.20250913 2.32.4.20260107
setuptools 80.9.0 81.0.0
wheel 0.46.2 0.46.3
python-gitlab 7.1.0 8.0.0
black 25.12.0 26.1.0
boto3 1.42.21 1.42.44

Updates types-requests from 2.32.4.20250913 to 2.32.4.20260107

Commits

Updates setuptools from 80.9.0 to 81.0.0

Changelog

Sourced from setuptools's changelog.

v81.0.0

Deprecations and Removals

  • Removed support for the --dry-run parameter to setup.py. This one feature by its nature threads through lots of core and ancillary functionality, adding complexity and friction. Removal of this parameter will help decouple the compiler functionality from distutils and thus the eventual full integration of distutils. These changes do affect some class and function signatures, so any derivative functionality may require some compatibility shims to support their expected interface. Please report any issues to the Setuptools project for investigation. (#4872)

v80.10.2

Bugfixes

  • Update vendored dependencies. (#5159)

Misc

v80.10.1

Misc

v80.10.0

Features

  • Remove post-release tags on setuptools' own build. (#4530)
  • Refreshed vendored dependencies. (#5139)

Misc

Commits
  • 049815b Bump version: 80.10.2 → 81.0.0
  • 326bdb8 Merge pull request #4872 from pypa/debt/dry-run
  • ba48138 Fix FURB171 nitpick by altering the logic.
  • 2a7c61f Merge branch 'main' into debt/dry-run
  • 7e37efa Bump tj-actions/changed-files from 34 to 46 in /.github/workflows (#5019)
  • 7308942 Rephrase misleading Multiple directories found assertion in `_find_info_dir...
  • a64911f Bump Ruff and mypy (#4886)
  • b9ac75b Bump Ruff and mypy
  • 32de647 Remove deprecated use of wheel.metadata (#5163)
  • 74a11d5 Remove warning 'ignore' for wheel.metadata from pytest.ini
  • Additional commits viewable in compare view

Updates wheel from 0.46.2 to 0.46.3

Release notes

Sourced from wheel's releases.

0.46.3

  • Fixed ImportError: cannot import name '_setuptools_logging' from 'wheel' when installed alongside an old version of setuptools and running the bdist_wheel command (#676)
Changelog

Sourced from wheel's changelog.

Release Notes

0.46.3 (2026-01-22)

  • Fixed ImportError: cannot import name '_setuptools_logging' from 'wheel' when installed alongside an old version of setuptools and running the bdist_wheel command ([#676](https://github.com/pypa/wheel/issues/676) <https://github.com/pypa/wheel/issues/676>_)

0.46.2 (2026-01-22)

  • Restored the bdist_wheel command for compatibility with setuptools older than v70.1
  • Importing wheel.bdist_wheel now emits a FutureWarning instead of a DeprecationWarning
  • Fixed wheel unpack potentially altering the permissions of files outside of the destination tree with maliciously crafted wheels (CVE-2026-24049)

0.46.1 (2025-04-08)

  • Temporarily restored the wheel.macosx_libfile module ([#659](https://github.com/pypa/wheel/issues/659) <https://github.com/pypa/wheel/issues/659>_)

0.46.0 (2025-04-03)

  • Dropped support for Python 3.8
  • Removed the bdist_wheel setuptools command implementation and entry point. The wheel.bdist_wheel module is now just an alias to setuptools.command.bdist_wheel, emitting a deprecation warning on import.
  • Removed vendored packaging in favor of a run-time dependency on it
  • Made the wheel.metadata module private (with a deprecation warning if it's imported
  • Made the wheel.cli package private (no deprecation warning)
  • Fixed an exception when calling the convert command with an empty description field

0.45.1 (2024-11-23)

  • Fixed pure Python wheels converted from eggs and wininst files having the ABI tag in the file name

0.45.0 (2024-11-08)

  • Refactored the convert command to not need setuptools to be installed

  • Don't configure setuptools logging unless running bdist_wheel

  • Added a redirection from wheel.bdist_wheel.bdist_wheel to setuptools.command.bdist_wheel.bdist_wheel to improve compatibility with setuptools' latest fixes.

    Projects are still advised to migrate away from the deprecated module and import

... (truncated)

Commits

Updates python-gitlab from 7.1.0 to 8.0.0

Release notes

Sourced from python-gitlab's releases.

v8.0.0 (2026-01-28)

This release is published under the LGPL-3.0-or-later License.

Bug Fixes

  • Actually define project repr_attr (4187a69)

  • File save start_branch as a body attribute (1001d93)

Chores

  • black: Run black v26 on code (4a8d82b)

  • precommit: Update dependency black to v26 (ad43b76)

Features

  • graphql: Update to gql 4.0.0 (6f0da67)

Breaking Changes

  • graphql: GraphQL.execute() no longer accepts graphql.Source

Detailed Changes: v7.1.0...v8.0.0

Changelog

Sourced from python-gitlab's changelog.

v8.0.0 (2026-01-28)

Bug Fixes

  • Actually define project repr_attr (4187a69)

  • File save start_branch as a body attribute (1001d93)

Chores

  • black: Run black v26 on code (4a8d82b)

  • precommit: Update dependency black to v26 (ad43b76)

Features

  • graphql: Update to gql 4.0.0 (6f0da67)

Breaking Changes

  • graphql: GraphQL.execute() no longer accepts graphql.Source
Commits
  • 425d0d5 chore: release v8.0.0
  • 4440d0c chore(deps): update all non-major dependencies
  • ad43b76 chore(precommit): update dependency black to v26
  • 3bcc42a chore(deps): update gitlab/gitlab-ee docker tag to v18.8.2-ee.0 (#3334)
  • e7d1fbb chore(deps): update dependency wheel to v0.46.2 [security]
  • 4187a69 fix: actually define project repr_attr
  • 1001d93 fix: file save start_branch as a body attribute
  • 4a8d82b chore(black): run black v26 on code
  • 39975d5 chore(deps): update dependency black to v26
  • 1358e45 chore(deps): update dependency sphinx to v9
  • Additional commits viewable in compare view

Updates black from 25.12.0 to 26.1.0

Release notes

Sourced from black's releases.

26.1.0

Highlights

Introduces the 2026 stable style (#4892), stabilizing the following changes:

  • always_one_newline_after_import: Always force one blank line after import statements, except when the line after the import is a comment or an import statement (#4489)
  • fix_fmt_skip_in_one_liners: Fix # fmt: skip behavior on one-liner declarations, such as def foo(): return "mock" # fmt: skip, where previously the declaration would have been incorrectly collapsed (#4800)
  • fix_module_docstring_detection: Fix module docstrings being treated as normal strings if preceded by comments (#4764)
  • fix_type_expansion_split: Fix type expansions split in generic functions (#4777)
  • multiline_string_handling: Make expressions involving multiline strings more compact (#1879)
  • normalize_cr_newlines: Add \r style newlines to the potential newlines to normalize file newlines both from and to (#4710)
  • remove_parens_around_except_types: Remove parentheses around multiple exception types in except and except* without as (#4720)
  • remove_parens_from_assignment_lhs: Remove unnecessary parentheses from the left-hand side of assignments while preserving magic trailing commas and intentional multiline formatting (#4865)
  • standardize_type_comments: Format type comments which have zero or more spaces between # and type: or between type: and value to # type: (value) (#4645)

The following change was not in any previous stable release:

  • Regenerated the _width_table.py and added tests for the Khmer language (#4253)

This release alo bumps pathspec to v1 and fixes inconsistencies with Git's .gitignore logic (#4958). Now, files will be ignored if a pattern matches them, even if the parent directory is directly unignored. For example, Black would previously format exclude/not_this/foo.py with this .gitignore:

exclude/
!exclude/not_this/

Now, exclude/not_this/foo.py will remain ignored. To ensure exclude/not_this/ and all of it's children are included in formatting (and in Git), use this .gitignore:

*/exclude/*
!*/exclude/not_this/

This new behavior matches Git. The leading */ are only necessary if you wish to ignore matching subdirectories (like the previous behavior did), and not just matching root

... (truncated)

Changelog

Sourced from black's changelog.

26.1.0

Highlights

Introduces the 2026 stable style (#4892), stabilizing the following changes:

  • always_one_newline_after_import: Always force one blank line after import statements, except when the line after the import is a comment or an import statement (#4489)
  • fix_fmt_skip_in_one_liners: Fix # fmt: skip behavior on one-liner declarations, such as def foo(): return "mock" # fmt: skip, where previously the declaration would have been incorrectly collapsed (#4800)
  • fix_module_docstring_detection: Fix module docstrings being treated as normal strings if preceded by comments (#4764)
  • fix_type_expansion_split: Fix type expansions split in generic functions (#4777)
  • multiline_string_handling: Make expressions involving multiline strings more compact (#1879)
  • normalize_cr_newlines: Add \r style newlines to the potential newlines to normalize file newlines both from and to (#4710)
  • remove_parens_around_except_types: Remove parentheses around multiple exception types in except and except* without as (#4720)
  • remove_parens_from_assignment_lhs: Remove unnecessary parentheses from the left-hand side of assignments while preserving magic trailing commas and intentional multiline formatting (#4865)
  • standardize_type_comments: Format type comments which have zero or more spaces between # and type: or between type: and value to # type: (value) (#4645)

The following change was not in any previous stable release:

  • Regenerated the _width_table.py and added tests for the Khmer language (#4253)

This release alo bumps pathspec to v1 and fixes inconsistencies with Git's .gitignore logic (#4958). Now, files will be ignored if a pattern matches them, even if the parent directory is directly unignored. For example, Black would previously format exclude/not_this/foo.py with this .gitignore:

exclude/
!exclude/not_this/

Now, exclude/not_this/foo.py will remain ignored. To ensure exclude/not_this/ and all of it's children are included in formatting (and in Git), use this .gitignore:

*/exclude/*
!*/exclude/not_this/

This new behavior matches Git. The leading */ are only necessary if you wish to ignore

... (truncated)

Commits

Updates boto3 from 1.42.21 to 1.42.44

Commits
  • 451ee66 Merge branch 'release-1.42.44'
  • eb28403 Bumping version to 1.42.44
  • 0b2df35 Add changelog entries from botocore
  • 630ab63 Merge branch 'release-1.42.43'
  • 1bfdbb3 Merge branch 'release-1.42.43' into develop
  • 53542d4 Bumping version to 1.42.43
  • c4bf448 Add changelog entries from botocore
  • 79499f4 Merge branch 'release-1.42.42'
  • 857e330 Merge branch 'release-1.42.42' into develop
  • f649133 Bumping version to 1.42.42
  • Additional commits viewable in compare view

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 all-pip-packages group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [types-requests](https://github.com/typeshed-internal/stub_uploader) | `2.32.4.20250913` | `2.32.4.20260107` |
| [setuptools](https://github.com/pypa/setuptools) | `80.9.0` | `81.0.0` |
| [wheel](https://github.com/pypa/wheel) | `0.46.2` | `0.46.3` |
| [python-gitlab](https://github.com/python-gitlab/python-gitlab) | `7.1.0` | `8.0.0` |
| [black](https://github.com/psf/black) | `25.12.0` | `26.1.0` |
| [boto3](https://github.com/boto/boto3) | `1.42.21` | `1.42.44` |



Updates `types-requests` from 2.32.4.20250913 to 2.32.4.20260107
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

Updates `setuptools` from 80.9.0 to 81.0.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v80.9.0...v81.0.0)

Updates `wheel` from 0.46.2 to 0.46.3
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.46.2...0.46.3)

Updates `python-gitlab` from 7.1.0 to 8.0.0
- [Release notes](https://github.com/python-gitlab/python-gitlab/releases)
- [Changelog](https://github.com/python-gitlab/python-gitlab/blob/main/CHANGELOG.md)
- [Commits](python-gitlab/python-gitlab@v7.1.0...v8.0.0)

Updates `black` from 25.12.0 to 26.1.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@25.12.0...26.1.0)

Updates `boto3` from 1.42.21 to 1.42.44
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.42.21...1.42.44)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-version: 2.32.4.20260107
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-pip-packages
- dependency-name: setuptools
  dependency-version: 81.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-pip-packages
- dependency-name: wheel
  dependency-version: 0.46.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-pip-packages
- dependency-name: python-gitlab
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-pip-packages
- dependency-name: black
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-pip-packages
- dependency-name: boto3
  dependency-version: 1.42.44
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-pip-packages
...

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 Feb 7, 2026
@IanButterworth IanButterworth merged commit 586a8b1 into master Feb 7, 2026
2 checks passed
@IanButterworth IanButterworth deleted the dependabot/pip/all-pip-packages-9d2a6aaedd branch February 7, 2026 04:04
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