Skip to content

build(deps): bump the simple group across 1 directory with 8 updates #33229

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 3, 2025

Bumps the simple group with 8 updates in the /ci/builder directory:

Package From To
pip 25.1.1 25.2
boto3-stubs[ec2,iam,kinesis,s3,sqs,ssm,sts] 1.39.9 1.40.1
boto3 1.39.9 1.40.1
colored 2.3.0 2.3.1
matplotlib-stubs 0.2.0 0.3.0
fastavro 1.11.1 1.12.0
minio 7.2.15 7.2.16
build 1.2.2.post1 1.3.0

Updates pip from 25.1.1 to 25.2

Changelog

Sourced from pip's changelog.

25.2 (2025-07-30)

Features

  • Declare support for Python 3.14 ([#13506](https://github.com/pypa/pip/issues/13506) <https://github.com/pypa/pip/issues/13506>_)
  • Automatic download resumption and retrying is enabled by default. ([#13464](https://github.com/pypa/pip/issues/13464) <https://github.com/pypa/pip/issues/13464>_)
  • Requires-Python error message displays version clauses in numerical order. ([#13367](https://github.com/pypa/pip/issues/13367) <https://github.com/pypa/pip/issues/13367>_)
  • Minor performance improvement getting the order to install a very large number of interdependent packages. ([#13424](https://github.com/pypa/pip/issues/13424) <https://github.com/pypa/pip/issues/13424>_)
  • Show time taken instead of eta 0:00:00 at download completion. ([#13483](https://github.com/pypa/pip/issues/13483) <https://github.com/pypa/pip/issues/13483>_)
  • Speed up small CLI tools by removing import re from the console script executable template. ([#13165](https://github.com/pypa/pip/issues/13165) <https://github.com/pypa/pip/issues/13165>_)
  • Remove warning when cloning from a Git reference that does not look like a commit hash. ([#12283](https://github.com/pypa/pip/issues/12283) <https://github.com/pypa/pip/issues/12283>_)

Bug Fixes

  • pip config debug now correctly separates options as set by the different files at the same level. ([#12099](https://github.com/pypa/pip/issues/12099) <https://github.com/pypa/pip/issues/12099>_)

  • Ensure truststore feature remains active even when a proxy is also in use. ([#13343](https://github.com/pypa/pip/issues/13343) <https://github.com/pypa/pip/issues/13343>_)

  • Include sub-commands in tab completion. ([#13140](https://github.com/pypa/pip/issues/13140) <https://github.com/pypa/pip/issues/13140>_)

  • pip list with the json or freeze format enabled will no longer crash when encountering a package with an invalid version. ([#13345](https://github.com/pypa/pip/issues/13345) <https://github.com/pypa/pip/issues/13345>_)

  • Provide a hint if a system error is raised involving long filenames or path segments on Windows. ([#13346](https://github.com/pypa/pip/issues/13346) <https://github.com/pypa/pip/issues/13346>_)

  • Resumed downloads are saved to the HTTP cache like any other normal download. ([#13441](https://github.com/pypa/pip/issues/13441) <https://github.com/pypa/pip/issues/13441>_)

  • Configured verbosity is consistently forwarded while calling Git during VCS operations. ([#13329](https://github.com/pypa/pip/issues/13329) <https://github.com/pypa/pip/issues/13329>_)

  • Suppress the progress bar, when running with --log and --quiet.

    Consequently, a new auto mode for --progress-bar has been added. auto will enable progress bars unless suppressed by --quiet, while on will always enable progress bars. ([#10915](https://github.com/pypa/pip/issues/10915) <https://github.com/pypa/pip/issues/10915>_)

  • Fix normalization of local URLs with non-file schemes. ([#13509](https://github.com/pypa/pip/issues/13509) <https://github.com/pypa/pip/issues/13509>_)

  • Fix normalization of local file URLs on Windows in newer Python versions. ([#13510](https://github.com/pypa/pip/issues/13510) <https://github.com/pypa/pip/issues/13510>_)

  • Fix remaining test failures in Python 3.14 by adjusting path_to_url and similar functions. ([#13423](https://github.com/pypa/pip/issues/13423) <https://github.com/pypa/pip/issues/13423>_)

  • Fix missing network test markings, making the suite pass in offline environments again. ([#13378](https://github.com/pypa/pip/issues/13378) <https://github.com/pypa/pip/issues/13378>_)

Vendored Libraries

  • Upgrade CacheControl to 0.14.3
  • Upgrade certifi to 2025.7.14
  • Upgrade distlib to 0.4.0
  • Upgrade msgpack to 1.1.1
  • Upgrade platformdirs to 4.3.8
  • Upgrade pygments to 2.19.2
  • Upgrade requests to 2.32.4
  • Upgrade resolvelib to 1.2.0

... (truncated)

Commits
  • 2e05cae Bump for release
  • f249061 Update AUTHORS.txt
  • 78d15a5 Copyedit news entries before 25.2 (again)
  • 4fe68d7 Merge pull request #13506 from ichard26/3.14
  • 775a86f Fix broken unit tests & xfail weird failure
  • 2773b13 Reformat and add --allow-unix-socket to pytest config
  • e384d10 Declare Python 3.14 support
  • 4117dc7 Always remove authority section when cleaning local URL path (#13510)
  • 2e21934 Fix cleaning of local URLs with VCS schemes (#13509)
  • 853a593 Improve path_to_url() tests (#13496)
  • Additional commits viewable in compare view

Updates boto3-stubs[ec2,iam,kinesis,s3,sqs,ssm,sts] from 1.39.9 to 1.40.1

Release notes

Sourced from boto3-stubs[ec2,iam,kinesis,s3,sqs,ssm,sts]'s releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
Commits

Updates boto3 from 1.39.9 to 1.40.1

Commits
  • 72d9a28 Merge branch 'release-1.40.1'
  • a3ffa61 Bumping version to 1.40.1
  • c643766 Add changelog entries from botocore
  • e2fb47b Merge branch 'release-1.40.0'
  • e19cb9f Merge branch 'release-1.40.0' into develop
  • 9e895ba Bumping version to 1.40.0
  • dc01534 Add changelog entries from botocore
  • 7a97a58 Update the documentation to reflect the change in default sts endpoint (#4576)
  • ce70857 Merge branch 'release-1.39.17'
  • 8617957 Merge branch 'release-1.39.17' into develop
  • Additional commits viewable in compare view

Updates colored from 2.3.0 to 2.3.1

Changelog

Sourced from colored's changelog.

[2.3.1] - 2025-07-28

Changed

  • Refactor: Optimized Windows Terminal Mode initialization: Moved Colored.enable_windows_terminal_mode() call from Colored.__init__ to module-level execution. This ensures the Windows virtual terminal processing is enabled only once when the colored module is imported, instead of on every Colored object instantiation. This change improves performance by avoiding redundant API calls and checks.
  • Refactor: Reduce Colored instance attributes: Removed redundant instance attributes (_ESC, _END, _STYLES, etc.) from the Colored class's __init__ method. These constants are now accessed directly from the Library module, reducing memory footprint per instance and improving adherence to Pylint's R0902 warning.

Fixed

  • Resolved static analysis warnings in enable_windows_terminal_mode(): Modified enable_windows_terminal_mode() to ensure consistent return statements and handle all possible execution paths explicitly. This addresses mypy's "Missing return statement" error and pylint's "inconsistent-return-statements" warning by making all return paths explicit and robustly handling potential ctypes related exceptions. The return type hint was also updated to Optional[bool].
  • Resolved type hinting and tuple unpacking warnings in Utilities.is_percentage(): Modified the Utilities.is_percentage() method to explicitly return a fixed-length tuple[int, int, int]. This addresses mypy's "Incompatible return value type" error and pylint's "unbalanced-tuple-unpacking" warning by ensuring consistent and statically verifiable return types.
  • Refined type validation and error handling in Controls.nav(): Eliminated the redundant _is_str_object static method. Integrated string type validation directly into the nav() method. Replaced AttributeError with TypeError for improved semantic clarity when handling invalid argument types.
  • Ensured test_hex_1.py correctly uses nearest ANSI codes for hex color representation, preventing InvalidHexColor exceptions during gradient and random color tests.
Commits

Updates matplotlib-stubs from 0.2.0 to 0.3.0

Release notes

Sourced from matplotlib-stubs's releases.

v0.3.0

Improve type hints for the following functions:

  • matplotlib.pyplot.close()
  • matplotlib.pyplot.figure()
  • matplotlib.pyplot.legend()
  • matplotlib.pyplot.plot()
  • matplotlib.pyplot.savefig()
  • matplotlib.pyplot.scatter()
  • matplotlib.pyplot.title()
  • matplotlib.pyplot.xlabel()
  • matplotlib.pyplot.ylabel()
Changelog

Sourced from matplotlib-stubs's changelog.

[0.3.0] - 2025-08-02

Improve type hints for the following functions:

  • matplotlib.pyplot.close()
  • matplotlib.pyplot.figure()
  • matplotlib.pyplot.legend()
  • matplotlib.pyplot.plot()
  • matplotlib.pyplot.savefig()
  • matplotlib.pyplot.scatter()
  • matplotlib.pyplot.title()
  • matplotlib.pyplot.xlabel()
  • matplotlib.pyplot.ylabel()
Commits
  • c8d5009 ci: fix release CI
  • 023e9cd chore: bump version to 0.3.0
  • 56e07bf fix: ylabel's loc
  • 8cc182b refactor: move _typing.pyi to the _stubs_utils folder
  • 0839854 docs: add line-lenght explanation
  • 69e1895 feat: improve plt.title, plt.xlabel, plt.ylabel. some refactoring
  • 5cda312 feat: improve plt.figure
  • e787b67 feat: add matplotlib typing.py
  • 859768c feat: improve plt.scatter
  • a7ad3c5 feat: improve plt.legend
  • Additional commits viewable in compare view

Updates fastavro from 1.11.1 to 1.12.0

Changelog

Sourced from fastavro's changelog.

2025-07-31 version 1.12.0

  • Improve performance for schema resolution (@​hwse)
Commits
  • 02fdce2 1.12.0
  • 54054b4 Improve performance for schema resolution (#846)
  • fde4e84 Bump pypa/cibuildwheel from 3.0.1 to 3.1.2
  • 198641c Bump pypa/cibuildwheel from 3.0.0 to 3.0.1
  • f3d27fc Bump pypa/cibuildwheel from 2.23.3 to 3.0.0
  • See full diff in compare view

Updates minio from 7.2.15 to 7.2.16

Release notes

Sourced from minio's releases.

Bugfix Release

What's Changed

New Contributors

Full Changelog: minio/minio-py@7.2.15...7.2.16

Commits

Updates build from 1.2.2.post1 to 1.3.0

Release notes

Sourced from build's releases.

1.3.0

  • Add --config-json (PR #916, fixes issue #900)
  • Drop Python 3.8 (PR #891)
  • Test on Python 3.14, colorful help on 3.14+ (PR #895)
  • Fix ModuleNotFoundError when pip is not installed (PR #898)
  • Disable use of pip install --python for debundled pip (PR #861)
  • Don't pass no-wheel to virtualenv if it would warn (PR #892)
  • Optimize our tests to run faster (PR #871, #872, #738)
  • Allow running our tests without virtualenv (PR #911)
  • Fix issues in our tests (PR #824, #918, #870, #915, #862, #863, #899, #896, #854)
  • Use SPDX identifiers for our license metadata (PR #914)
  • Use dependency-groups for our development (PR #880)
  • Mention conda and update uv mention in README/docs (PR #842, #816, #917)
Changelog

Sourced from build's changelog.

1.3.0 (2025-08-01)

  • Add --config-json (PR :pr:916, fixes issue :issue:900)
  • Drop Python 3.8 (PR :pr:891)
  • Test on Python 3.14, colorful help on 3.14+ (PR :pr:895)
  • Fix ModuleNotFoundError when pip is not installed (PR :pr:898)
  • Disable use of pip install --python for debundled pip (PR :pr:861)
  • Don't pass no-wheel to virtualenv if it would warn (PR :pr:892)
  • Optimize our tests to run faster (PR :pr:871, :pr:872, :pr:738)
  • Allow running our tests without virtualenv (PR :pr:911)
  • Fix issues in our tests (PR :pr:824, :pr:918, :pr:870, :pr:915, :pr:862, :pr:863, :pr:899, :pr:896, :pr:854)
  • Use SPDX identifiers for our license metadata (PR :pr:914)
  • Use dependency-groups for our development (PR :pr:880)
  • Mention conda and update uv mention in README/docs (PR :pr:842, :pr:816, :pr:917)

1.2.2 (2024-09-06)

  • Add editable to builder.get_requries_for_build's static types (PR :pr:764, fixes issue :issue:763)
  • Include artifact attestations in our release (PR :pr:782)
  • Fix typing compatibility with typed pyproject-hooks (PR :pr:788)
  • Mark more tests with network (PR :pr:808)
  • Add more intersphinx links to docs (PR :pr:804)
  • Make uv optional for tests (PR :pr:807 and :pr:813)

1.2.1 (2024-03-28)

  • Avoid error when terminal width is undetectable on Python < 3.11 (PR :pr:761)

... (truncated)

Commits

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 <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 simple group with 8 updates in the /ci/builder directory:

| Package | From | To |
| --- | --- | --- |
| [pip](https://github.com/pypa/pip) | `25.1.1` | `25.2` |
| [boto3-stubs[ec2,iam,kinesis,s3,sqs,ssm,sts]](https://github.com/youtype/mypy_boto3_builder) | `1.39.9` | `1.40.1` |
| [boto3](https://github.com/boto/boto3) | `1.39.9` | `1.40.1` |
| [colored](https://gitlab.com/dslackw/colored) | `2.3.0` | `2.3.1` |
| [matplotlib-stubs](https://github.com/hoel-bagard/matplotlib-stubs) | `0.2.0` | `0.3.0` |
| [fastavro](https://github.com/fastavro/fastavro) | `1.11.1` | `1.12.0` |
| [minio](https://github.com/minio/minio-py) | `7.2.15` | `7.2.16` |
| [build](https://github.com/pypa/build) | `1.2.2.post1` | `1.3.0` |



Updates `pip` from 25.1.1 to 25.2
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@25.1.1...25.2)

Updates `boto3-stubs[ec2,iam,kinesis,s3,sqs,ssm,sts]` from 1.39.9 to 1.40.1
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

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

Updates `colored` from 2.3.0 to 2.3.1
- [Release notes](https://gitlab.com/dslackw/colored/tags)
- [Changelog](https://gitlab.com/dslackw/colored/blob/master/CHANGES.md)
- [Commits](https://gitlab.com/dslackw/colored/compare/2.3.0...2.3.1)

Updates `matplotlib-stubs` from 0.2.0 to 0.3.0
- [Release notes](https://github.com/hoel-bagard/matplotlib-stubs/releases)
- [Changelog](https://github.com/hoel-bagard/matplotlib-stubs/blob/master/CHANGELOG.md)
- [Commits](hoel-bagard/matplotlib-stubs@0.2.0...v0.3.0)

Updates `fastavro` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/fastavro/fastavro/releases)
- [Changelog](https://github.com/fastavro/fastavro/blob/master/ChangeLog)
- [Commits](fastavro/fastavro@1.11.1...1.12.0)

Updates `minio` from 7.2.15 to 7.2.16
- [Release notes](https://github.com/minio/minio-py/releases)
- [Commits](minio/minio-py@7.2.15...7.2.16)

Updates `build` from 1.2.2.post1 to 1.3.0
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@1.2.2.post1...1.3.0)

---
updated-dependencies:
- dependency-name: pip
  dependency-version: '25.2'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: boto3-stubs[ec2,iam,kinesis,s3,sqs,ssm,sts]
  dependency-version: 1.40.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: boto3
  dependency-version: 1.40.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: colored
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple
- dependency-name: matplotlib-stubs
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: fastavro
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: minio
  dependency-version: 7.2.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple
- dependency-name: build
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the A-dependencies Area: dependency upgrades label Aug 3, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 3, 2025 22:34
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 10, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 10, 2025
@dependabot dependabot bot deleted the dependabot/pip/ci/builder/simple-9b26262a22 branch August 10, 2025 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: dependency upgrades
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants