This is an automated email from the ASF dual-hosted git repository.
derrickaw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 60455c3568a Bump setuptools from 78.1.1 to 83.0.0 in
/.test-infra/mock-apis (#39482)
60455c3568a is described below
commit 60455c3568ac95c4abfa249a47d0cb8ab69557b0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 24 10:15:59 2026 -0400
Bump setuptools from 78.1.1 to 83.0.0 in /.test-infra/mock-apis (#39482)
Bumps [setuptools](https://github.com/pypa/setuptools) from 78.1.1 to
83.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v78.1.1...v83.0.0)
---
updated-dependencies:
- dependency-name: setuptools
dependency-version: 83.0.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.test-infra/mock-apis/poetry.lock | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/.test-infra/mock-apis/poetry.lock
b/.test-infra/mock-apis/poetry.lock
index da8007c0a75..69be7da63a6 100644
--- a/.test-infra/mock-apis/poetry.lock
+++ b/.test-infra/mock-apis/poetry.lock
@@ -193,24 +193,24 @@ files = [
[[package]]
name = "setuptools"
-version = "78.1.1"
-description = "Easily download, build, install, upgrade, and uninstall Python
packages"
+version = "83.0.0"
+description = "Most extensible Python build backend with support for C/C++
extension modules"
optional = false
-python-versions = ">=3.9"
+python-versions = ">=3.10"
groups = ["main"]
files = [
- {file = "setuptools-78.1.1-py3-none-any.whl", hash =
"sha256:c3a9c4211ff4c309edb8b8c4f1cbfa7ae324c4ba9f91ff254e3d305b9fd54561"},
- {file = "setuptools-78.1.1.tar.gz", hash =
"sha256:fcc17fd9cd898242f6b4adfaca46137a9edef687f43e6f78469692a5e70d851d"},
+ {file = "setuptools-83.0.0-py3-none-any.whl", hash =
"sha256:29b23c360f22f414dc7336bb39178cc7bcbf6021ed2733cde173f09dba19abb3"},
+ {file = "setuptools-83.0.0.tar.gz", hash =
"sha256:025bccbbf0fa05b6192bc64ae1e7b16e001fd6d6d4d5de03c97b1c1ade523bef"},
]
[package.extras]
-check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1) ; sys_platform !=
\"cygwin\"", "ruff (>=0.8.0) ; sys_platform != \"cygwin\""]
-core = ["importlib_metadata (>=6) ; python_version < \"3.10\"",
"jaraco.functools (>=4)", "jaraco.text (>=3.7)", "more_itertools",
"more_itertools (>=8.8)", "packaging (>=24.2)", "platformdirs (>=4.2.2)",
"tomli (>=2.0.1) ; python_version < \"3.11\"", "wheel (>=0.43.0)"]
+check = ["pytest-checkdocs (>=2.14)", "pytest-ruff (>=0.2.1) ; sys_platform !=
\"cygwin\"", "ruff (>=0.13.0) ; sys_platform != \"cygwin\""]
+core = ["importlib_metadata (>=6) ; python_version < \"3.10\"",
"jaraco.functools (>=4)", "jaraco.text (>=3.7)", "more_itertools",
"more_itertools (>=8.8)", "packaging (>=24.2)", "tomli (>=2.0.1) ;
python_version < \"3.11\"", "wheel (>=0.43.0)"]
cover = ["pytest-cov"]
doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)",
"pygments-github-lexers (==0.0.5)", "pyproject-hooks (!=1.1)", "rst.linker
(>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs",
"sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects",
"sphinxcontrib-towncrier", "towncrier (<24.7)"]
-enabler = ["pytest-enabler (>=2.2)"]
+enabler = ["pytest-enabler (>=3.4)"]
test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "ini2toml[lite]
(>=0.14)", "jaraco.develop (>=7.21) ; python_version >= \"3.9\" and
sys_platform != \"cygwin\"", "jaraco.envs (>=2.2)", "jaraco.path (>=3.7.2)",
"jaraco.test (>=5.5)", "packaging (>=24.2)", "pip (>=19.1)", "pyproject-hooks
(!=1.1)", "pytest (>=6,!=8.1.*)", "pytest-home (>=0.5)", "pytest-perf ;
sys_platform != \"cygwin\"", "pytest-subprocess", "pytest-timeout",
"pytest-xdist (>=3)", "tomli-w (>=1.0.0)", "virtuale [...]
-type = ["importlib_metadata (>=7.0.2) ; python_version < \"3.10\"",
"jaraco.develop (>=7.21) ; sys_platform != \"cygwin\"", "mypy (==1.14.*)",
"pytest-mypy"]
+type = ["importlib_metadata (>=7.0.2) ; python_version < \"3.10\"",
"jaraco.develop (>=7.21) ; sys_platform != \"cygwin\"", "mypy (==1.18.*)",
"pytest-mypy (>=1.0.1) ; platform_python_implementation != \"PyPy\""]
[[package]]
name = "soupsieve"